Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Menu bars different in Safari vs. Firefox (http://forum.bytesforall.com/showthread.php?t=1101)

paulae Apr 4, 2009 08:47 PM

Menu bars different in Safari vs. Firefox
 
I'm looking at my pages in Safari and also Firefox, on a Macbook Pro.

I have 13 parent items in the category menu bar. In Firefox, they fit on one long row. In Safari, no matter how large I have the windo, the last 2 items end up on a second row.

Any way I can fix that? There is plenty of room to the left and right for the row to spread out, and it does in Firefox.

http://www.larchmontgazette.com/wp27/

Flynn Apr 5, 2009 03:50 PM

You have some CSS left over from when you were centering the menu, this is twice in your CSS inserts:

HTML Code:

/* Safari Hack: it renders the menu wider and needs
a few pixels more or it will wrap the last menu item. */
@media screen and (-webkit-min-device-pixel-ratio:0){
ul#rmenu2 {width: 680px;}
}

(If you still wanted to center the menu bars (which you don't seem to) then you still shouldn't use this technique, but the table technique instead, which does not require the above code)

paulae Apr 5, 2009 04:10 PM

Well, see what I mean about too much customization? Wow. Thank you again, O Great One.

I think I had that twice for both menus. I've removed it altogether and all is well. Centering isn't as important now that I have a lot of categories filling out the row. Now I have room for more as they get populated with posts.


All times are GMT -6. The time now is 02:38 AM.

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