Go Back   SitePoint Forums > Forum Index > Design Your Site > Web Page Design > CSS
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old Nov 7, 2009, 10:18   #11
ammoun
SitePoint Member
 
Join Date: Dec 2007
Posts: 17
Quote:
Originally Posted by Paul O'B View Post
The bullets are hidden because of the overflow:hidden on the list element
Code:
#info_list li
{
    overflow:hidden;/*force it to stay its' width*/
}
Bullets are placed outside the principal box so if you hide the overflow then the bullets are hidden also.

IE6 also loses it's bullets on floated list elements (there is no fix other than setting the bullet on an inner element instead (display:list-item) ).
Ok, thanks... I tried the display:list-item in some positions but didn't get the result I wish.

Should I add a symbol of a bullet to each li one by one as an img?
ammoun is offline   Reply With Quote
 

Bookmarks

« Previous Thread | Next Thread »

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
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 10:26.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved