Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 01-03-2011, 01:51 PM   #1
New Member
 
Join Date: Nov 2010
Posts: 7
Default Image falling out of div in Firefox

I am working on a WordPress theme, Blue Ocean, and I am having some problems with the RSS icon in the menu. In Chrome, IE8, Opera and Safari, it is in the right side of the menu, as intended. However, in FireFox, it pops out of the div and is displayed beneath it.

I was hoping that someone could help me figure out what is causing it, and how to fix it.
Anlino is offline   Reply With Quote


Old 01-03-2011, 06:24 PM   #2
Super Moderator
 
Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
Default

Ok the reason it is falling out of place is due to the float applied to the last list item and no float on the other list items. By only having having one item floating, it is dropping that list item to the next line.

Try this:
Code:
.header .menu ul {
    background: none repeat scroll 0 0 #DBE2ED;
    overflow: hidden;
    padding: 0 5px;
    width: 910px;
}
.header .menu ul li {
    display: inline-block;
    float: left;
    font-size: 14px;
    list-style-type: none;
    margin:10px 5px 5px 0;
}
.header .menu ul li.rss {
    float: right;
    margin-right: -2px;
}
__________________
John Darling
Graphic / Web Designer
SmarterTools Inc.
(877) 357-6278
www.smartertools.com
PixelPusher is offline   Reply With Quote
Old 01-03-2011, 08:44 PM   #3
New Member
 
Join Date: Nov 2010
Posts: 7
Default

Worked perfectly, thanks!
Anlino is offline   Reply With Quote
Old 01-03-2011, 08:58 PM   #4
Super Moderator
 
Join Date: Oct 2008
Location: Arizona, USA
Posts: 1,053
Default

Your welcome!
__________________
John Darling
Graphic / Web Designer
SmarterTools Inc.
(877) 357-6278
www.smartertools.com
PixelPusher is offline   Reply With Quote
Reply

Tags
firefox, theme, wordpress

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:02 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.