Re: [css-d] a:hover border-bottom not showing up in IE?

2005-06-29 Thread Ingo Chao
Ingo Chao schrieb: Jason Baker schrieb: > ... http://www.onejasonforsale.com/ ... example html: home most relevant css: div#nav { position: absolute; top: 90%; left: 3%; z-index: 2; } div#nav a { color: black; background-color: white; margin: 2em 0.5em; padding: 0.10em 0.30em;

Re: Subject: RE: [css-d] a:hover border-bottom not showing up in IE?

2005-06-28 Thread Ingo Chao
Jason, is there a special reason why you didn't even tried the suggestion in my post? - Filter only apply to elements which have "layout", and any dimension will let your link gain this quality /* \*/ * html #nav a {height:1%} /* */ border and filter are back, but you'll

RE: Subject: RE: [css-d] a:hover border-bottom not showing up in IE?

2005-06-28 Thread Peter Williams
> From: Jason Baker > Peter, I have now added the "text-decoration:none;" > ...still do not see a bottom border in IE. > > Additionally i see that you have the class named "#nav a" rather >than "div#nav a", is there a difference? should i be doing things > one way or the other? I noted that ano

Subject: RE: [css-d] a:hover border-bottom not showing up in IE?

2005-06-28 Thread Jason Baker
>> From: "Peter Williams" <[EMAIL PROTECTED]> >> Have you turned off the default underlining ofr links in the div? >> #nav a {text-decoration:none;} Peter, I have now added the "text-decoration:none;" to both relevant sections of the css file but I still do not see a bottom border in IE. Here a

RE: [css-d] a:hover border-bottom not showing up in IE?

2005-06-28 Thread Will Merrell
Jason Baker wrote: > i have a few problems with a personal page that renders okay in firefox > but not so well in IE 6. my first problem is as follows: i want my links > to look like boxes with a black solid border on all sides and when the > user hovers over a link i want the border style to chang

Re: [css-d] a:hover border-bottom not showing up in IE?

2005-06-27 Thread Ingo Chao
Jason Baker schrieb: > ... http://www.onejasonforsale.com/ ... example html: home most relevant css: div#nav { position: absolute; top: 90%; left: 3%; z-index: 2; } div#nav a { color: black; background-color: white; margin: 2em 0.5em; padding: 0.10em 0.30em; font-family: helvetic

RE: [css-d] a:hover border-bottom not showing up in IE?

2005-06-27 Thread Peter Williams
> From: Jason Baker > ...in IE the bottom border doesnt change to dashed style. > Have you turned off the default underlining ofr links in the div? #nav a {text-decoration:none;} -- Peter Williams __ css-discuss [EMAIL PROTEC