Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-15-2005, 07:03 PM   PM User | #1
theMike
New to the CF scene

 
Join Date: Mar 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
theMike is an unknown quantity at this point
Firefox CSS Problem?

Please help. IE renders correctly, but since I inserted a CSS menu into my site (http://www.bmgwebdesign.com) Firefox makes both the google ads and amazon text ads look like they're jumping up and down during page load and menu mouseover.

Any advice is appreciated.
theMike is offline   Reply With Quote
Old 03-15-2005, 07:48 PM   PM User | #2
mcdougals4all
Regular Coder

 
Join Date: Jul 2004
Location: mile high city
Posts: 482
Thanks: 0
Thanked 0 Times in 0 Posts
mcdougals4all is an unknown quantity at this point
That's a strange effect. But I think it's being caused by the border rules below. In the first set of rules, you've got border-bottom:2px; and in the second it's border-bottom:1px;. Changing them both to 2px seems to kill the effect of the ad jumping.

Code:
#navlist a:link, #navlist a:visited
{
float: left;
line-height: 15px;
font-weight: bold;
margin: 0 5px 4px 2px;
border-top: 1px solid #EEE;
border-left: 2px solid #EEE;
border-bottom: 2px solid #999;
border-right: 2px solid #999;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
float: left;
line-height: 15px;
margin: 0 5px 4px 2px;
border-top: 1px solid #999;
border-left: 2px solid #999;
border-bottom: 1px solid #EEE;
border-right: 2px solid #EEE;
background: transparent;
color: #EEE;
}
__________________
Computer, kill Flanders... Did I hear my name? My ears are burning...
Good start. Now finish the job.
mcdougals4all is offline   Reply With Quote
Old 03-15-2005, 07:56 PM   PM User | #3
theMike
New to the CF scene

 
Join Date: Mar 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
theMike is an unknown quantity at this point
Thanks. That seems to have correct the menu mouseover jumping, but I'm still jumping on page load. Any ideas are, again, appreciated.
theMike is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:50 PM.


Advertisement
Log in to turn off these ads.