Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #1  
Old 07-03-2005, 08:36 PM
k10 Offline
forum loafer
 
Join Date: Jul 2005
Posts: 4
CSS: border-bottom not working in IE6

Code:
a:hover {
	text-decoration : none;
	border-bottom: 3px solid #000000;
}
Links using border-bottom are working fine in FF, but there's no way I can get it working in IE6. Any idea what's wrong? :?:
Reply With Quote
  #2  
Old 07-03-2005, 09:15 PM
Connie
Guest
 
Posts: n/a
Microsoft Internet Explorer is wrong
Reply With Quote
  #3  
Old 07-03-2005, 09:25 PM
blinking8s's Avatar
blinking8s+ Offline
über loafer
 
Join Date: Oct 2004
Location: Bowling Green, Ky
Posts: 3,428
Send a message via ICQ to blinking8s Send a message via AIM to blinking8s Send a message via MSN to blinking8s Send a message via Skype™ to blinking8s
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
Reply With Quote
  #4  
Old 07-04-2005, 11:14 AM
k10 Offline
forum loafer
 
Join Date: Jul 2005
Posts: 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;}
and
Code:
a:link {border-bottom: [y] px;}
[x] has to be >= [y]
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 04:19 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs