Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] IE wraps last menu item


  #1  
Old Oct 25, 2010, 01:02 PM
cway
 
154 posts · Jul 2009
Why on Earth would Internet Explorer in XP wrap the last page menu or category menu item into two lines?

Code:
body,html
{
background-color: #003366;
background-image: url(http://www.domain.com/gfx/blue_blend_background.jpg);
background-repeat: repeat-x;
}
#middle {
background-color: #c9ba9e;
background-image: url(http://www.domain.com/gfx/paper_background.jpg);
background-repeat: repeat;
}
#header {
background-color: #c9ba9e;
background-image: url(http://www.domain.com/gfx/paper_background.jpg);
background-repeat: repeat;
}
#pagebackground {
background-image: url(http://www.domain.com/gfx/navbar_background.jpg);
background-repeat: repeat;
}
#catbackground {
background-image: url(http://www.domain.com/gfx/navbar_background.jpg);
background-repeat: repeat;
}
div#menu1 {
background: transparent !important;
border: transparent !important;
}
div#menu1 ul.rMenu li a {
background-image: url(http://www.domain.com/gfx/navbar_background_dark.jpg);
background-repeat: repeat;
border-top: solid 1px #b0a28a !important;
border-right: solid 1px #b0a28a !important;
border-left: solid 1px #cec0a9 !important;
border-bottom: solid 1px #cec0a9 !important;
padding: 10px;
}
div#menu2 {
background: transparent !important;
border: transparent !important;
}
div#menu2 ul.rMenu li a {
background-image: url(http://www.domain.com/gfx/navbar_background_dark.jpg);
background-repeat: repeat;
border-top: solid 1px #b0a28a !important;
border-right: solid 1px #b0a28a !important;
border-left: solid 1px #cec0a9 !important;
border-bottom: solid 1px #cec0a9 !important;
padding: 10px;
}
#pagecatarea {
	height: 67px;
}
img.floatNavLeft { 
	float: left;
	margin: 0px;
	padding: 0px;
}
img.floatNavRight { 
	float: right;
	margin: 0px;
	padding: 0px;
}
  #2  
Old Oct 25, 2010, 08:50 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
It's hard to tell without seeing the site but have you applied the menu related bug fixes?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Oct 25, 2010, 09:42 PM
cway
 
154 posts · Jul 2009
What menu related bug fixes?
http://dev.smilefortcollins.com
  #4  
Old Oct 25, 2010, 09:46 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
The first two on this page.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Oct 26, 2010, 09:17 AM
cway
 
154 posts · Jul 2009
I am using Wordpress menus so I guess I won't/shouldn't implement this fix.:
BUGFIX 351-04: Fix sub-menu padding with WordPress 3.0

I did implement this fix, however, already:
BUGFIX 353-01: Fix styling when using the new WordPress menus

I found this snippet and it fixed my wrapping problem:
Code:
ul.rMenu li a {
white-space: nowrap !important;
}

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where is the <p> tag that wraps around the excerpt? JFG Excerpts, Read more, Pagination 0 Jul 23, 2010 10:47 AM
Alter last menu item jnucreative Page & Category Menu Bars 1 Apr 16, 2010 01:28 PM
Menu Item Spacing georgenoise Page & Category Menu Bars 3 Mar 11, 2010 08:08 AM
Page menu bar: first menu item as a image unelma Page & Category Menu Bars 2 Dec 4, 2009 11:52 PM
Menu Item background georgenoise Page & Category Menu Bars 2 Jul 31, 2009 11:12 AM


All times are GMT -6. The time now is 05:30 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.