|
#1
|
|||
|
|||
|
CSS: border-bottom not working in IE6
Code:
a:hover {
text-decoration : none;
border-bottom: 3px solid #000000;
}
|
|
#2
|
|||
|
|||
|
Microsoft Internet Explorer is wrong
|
|
#3
|
||||
|
||||
|
the whole "web standards" movement looks a crapton better in paper/theory, at least untill the worlds most popular browser wants to adhere to it, its not truly a standard is it?
for http://www.pixelpost.org 's holder page a similar issue was present. I solved the issue using: margin-bottom:10px; in the #main p selector of the CSS and it started working. use the css and code from the splash to reference if you wish, let me know if you still have trouble
__________________
i should say more clever stuff |
|
#4
|
|||
|
|||
|
THANKS
Note: CSS is fun and non standards ask for unusual solutions 8)
Your suggestion solves the problem. Code:
#main {margin-bottom: [x] px;}
Code:
a:link {border-bottom: [y] px;}
|
| Post Reply |
| Thread Tools | |
|
|