Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
CSS Horror: stubborn list item doesn't accept the bullet on halloween
Dear fellow human beings,
Edit: URL removed as Els solved my problem . Apparently using display; inline
instead of float: left;
doesn’t allow for the bullets to appear.
Maybe I’m missing something obvious, but I’m coding the CSS for a site, and somehow the list items in the footer do not display a bullet.
Looking at it through firebug it seems that list-style-type: disc;
and list-style-position: outside;
– get applied. After three hours of shifting things around, I surrender. The problem occurs in IE, gecko, webkit – I can’t even blame the browser.
I’ve tried begging and praying, but as usual, it doesn’t work for me.
Help me out and earn my eternal gratitude or at least for the day.
Me thanks you.
Last edited by JanDW (2008-10-31 19:02:37)
TXPDream – A Textpattern Tag Library for Adobe Dreamweaver. (updated for 4.2.0) | jdw_if_ajax – Only serve certain parts of a page when requested with AJAX
Offline
#2 2008-10-31 18:54:13
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: CSS Horror: stubborn list item doesn't accept the bullet on halloween
If you replace the display: inline;
for #footer li
with something like float: left; margin: 10px;
it seems to work.
Offline
Re: CSS Horror: stubborn list item doesn't accept the bullet on halloween
Thank so much, Els. A full day’s worth of gratitude is yours.
TXPDream – A Textpattern Tag Library for Adobe Dreamweaver. (updated for 4.2.0) | jdw_if_ajax – Only serve certain parts of a page when requested with AJAX
Offline