CodingCSS list-style

 

Press Ctrl+Enter to quickly submit your post
Quick Reply  
 
 
  
 From:  Peter (BOUGHTONP)  
 To:  ALL
30551.1 
Here's some CSS:
CSS code:
div.sidebar ul.common
{
 background: #000000;
 color: #638CBD;
 margin: 0px; border: 0px; padding: 0px;
 list-style: none inside url(menu_marker.gif);
 display: block;
 width: 140px;
 height: 40px;
}
 
div.sidebar ul.common li
{
 display: block;
 width: 100%;
 margin: 0px; border: 0px; padding: 0px;
}
 
div.sidebar ul.common li a
{
 display: block;
 width: 100%;
 margin: 0px; border: 0px; padding: 0px;
 color: #638CBD;
 font-weight: bold;
}
 
div.sidebar ul.common li a:hover
{
 color: #FFC562;
}


Here's some XHTML:
HTML code:
	<ul class="common menu">
		<!--- TODO: Menu --->
		<li><a href="#Myself&Xfa.Logout#">Logout</a></li>
	</ul>


Here's the result of these in IE6 and FF1.5:


I'm using a XHTML1.1 DOCTYPE, so both browsers should be in strict/standards-compliant mode.

I have two problems:
1) IE is ~20 pixels too wide.
2) Firefox isn't showing the list image.

Tried a few things but can't figure it out, and it's just a style issue so I don't want to spend ages working on it, but if anyone here has any ideas they would be appreciated.
(and I'm sure I'll be kicking myself and go 'oh yeah!' when the answer comes up)
0/0
 Reply   Quote More 

 From:  Rowan  
 To:  Peter (BOUGHTONP)     
30551.2 In reply to 30551.1 
Sounds like IE might be about the width of the list image too wide? What happens in firefox if you start throwing some margin-left or padding-left values around?

www.oforpertainingto.me.uk

0/0
 Reply   Quote More 

 From:  Peter (BOUGHTONP)  
 To:  Rowan     
30551.3 In reply to 30551.2 
It applies both the margin & padding, but doesn't reveal any image.

Changing from an image to regular disc doesn't work either.
0/0
 Reply   Quote More 

 From:  Peter (BOUGHTONP)  
 To:  ALL
30551.4 
Adding overflow: hidden; to the UL fixes the width in IE (and still displays the bullet image).
0/0
 Reply   Quote More 

Reply to All    
 

1–4

Rate my interest:

Adjust text size : Smaller 10 Larger

Beehive Forum 1.5.2 |  FAQ |  Docs |  Support |  Donate! ©2002 - 2024 Project Beehive Forum

Forum Stats