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 08-02-2010, 09:04 PM   PM User | #1
jcdevelopment
Senior Coder

 
jcdevelopment's Avatar
 
Join Date: Oct 2007
Location: Cowboy Nation
Posts: 2,171
Thanks: 173
Thanked 257 Times in 257 Posts
jcdevelopment will become famous soon enoughjcdevelopment will become famous soon enough
Drop down menu floating left

I finished this on Friday and came back today to realize that it went from the right menu item to the left.

If you hover over "Our Listing" on the top right, you can see it drops under "Our Team". It did not do this on Friday.

I have tried changing everything but nothing is working. I guess i need a fresh pair of eyes.

Can anyone see the problem?

http://db.ebby.com/
jcdevelopment is offline   Reply With Quote
Old 08-02-2010, 09:27 PM   PM User | #2
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,817
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
In your css you have:

Code:
.banner_btns li:hover ul {
	left: auto;
}

.banner_btns li:hover ul, .banner_btns li.sfhover ul {
left: 0;
top:65px;
float:none;

}
Doesn't show up here but if I paste the code into notepad there is an extra character immediately after the closing curly brace on the first statement here - which is invalidating the next statement entirely. I think that's your problem.
SB65 is offline   Reply With Quote
Users who have thanked SB65 for this post:
jcdevelopment (08-03-2010)
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 07:00 PM.


Advertisement
Log in to turn off these ads.