SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: [css] text cutoff
-
Oct 27, 2004, 07:20 #1
- Join Date
- Aug 2004
- Location
- Netherlands
- Posts
- 9
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
[css] text cutoff
Most probably this has been asked before. I did search for a same problem. I also had this before, but this time the solution doesn't work.
http://moin.phusion9.net/x/awareless/cases.html
css: http://moin.phusion9.net/x/awareless/awareless.css
The text at the bottom is cutoff as you mouseOver the top navigation. I fixed some elements in the site with a position: relative. but this time it doesn't work. Can someone please assist me with this. thanks in advance
-
Oct 27, 2004, 08:08 #2
- Join Date
- Jan 2003
- Location
- Hampshire UK
- Posts
- 40,556
- Mentioned
- 183 Post(s)
- Tagged
- 6 Thread(s)
Hi,
The text-cut off can be cured as follows:
Code:#main{margin: 0px;} /* commented backslash hack v2 \*/ * html #main{height:1%;} /* end hack */
Paul
Bookmarks