Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 05:14:05 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Show_menu2 CSS goes crazy in firefox!  (Read 783 times)
Coops

Offline Offline

Posts: 28


« on: December 06, 2007, 07:58:10 AM »

Hi all ,

Help! Hehe, I have been pulling my hair out a little bit too much with this one, and am now appealing to the community:

This is the site: http://tinyurl.com/2tpr3v

I have a menu, in ie it shows like this:
  • item 1
  • item 2
  • pretty simple

But in firefox, it shows like this:

Edit: doesn't show here, has left margin (big)

Here's my css:

Code:
#menu a { text-decoration: none;}
#menu a:hover { text-decoration: underline;}
#menu ul { margin: 5px 0px; list-style:none; width: 160px; font-size: 12px;  font-weight: bold; }
#menu ul li { border-bottom: thin dotted #999; padding:5px; }
#menu ul li:hover{ border-bottom: thin dotted #999; padding:5px; background-color:#EFEFEF;}
#menu ul  li.menu-current:hover{ border-bottom: thin dotted #999; padding:5px; background-color:#FFF;}
#menu ul  ul { list-style:none; font-size: 12px;  font-weight: normal;}
#menu ul  ul li { list-style:none; text-indent:10px; background: url(images/list_bg3.gif) no-repeat 0px 5px; padding: 0px; border-bottom: 0px;}
#menu ul  ul li:hover{ list-style:none; text-indent:10px; background: url(images/list_bg3.gif) no-repeat 0px 5px; padding: 0px; border-bottom: 0px;}
#menu ul  ul li.menu-current:hover{ list-style:none; text-indent:10px; background: url(images/list_bg3.gif) no-repeat 0px 5px; padding: 0px; border-bottom: 0px;}

How can I make it work across browsers? Here's the link again: http://tinyurl.com/2tpr3v

Thanks so much

Note: This IS as WB site, it just has the /admin changed to something else for extra security, as per the feature.
« Last Edit: December 06, 2007, 08:01:04 AM by Coops » Logged
BerndJM

Offline Offline

Posts: 1764



« Reply #1 on: December 06, 2007, 06:40:29 PM »

Hi,

what's about a padding-left: 0 for your ul definition ?

Regards Bernd
Logged

In theory, there is no difference between theory and practice. But, in practice, there is.
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!