Reply
Modifying List with CSS ( Mozilla and IE issue)
Old 05-24-2004, 10:48 AM Modifying List with CSS ( Mozilla and IE issue)
Junior Talker

Posts: 1
I have a problem modifying the default indention of list items using CSS. I'm not complaining about Mozilla's way of rendering the list.... its the MS Internet Explorer who's giving me a headache. Viewing my site (http://juneym.dotgeek.org) using Internet Explorer 6.0 gives me a very ugly rendering of list. It causes my table to expand vertically because the list item is indented at almost 75px. In Mozilla, the indention is only about 5px. Any suggestion or comment? Browser incompatiblity really sucks

Last edited by jmartinph : 05-24-2004 at 10:51 AM.
jmartinph is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-24-2004, 11:31 AM
TheX's Avatar
Skilled Talker

Posts: 99
Location: NYC
Use css;

Code:
ul {
width: auto;
height: auto;
margin: 0px 0px 20px 30px; /* top, right, bottom, left */
padding: 0px 0px 0px 0px;
}

ul li {
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
If you're using an ID for your ul's make it as such:
Code:
#test ul {

}

#test ul li {

}
TheX is offline
Reply With Quote
View Public Profile Visit TheX's homepage!
 
Reply     « Reply to Modifying List with CSS ( Mozilla and IE issue)
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11497 seconds with 12 queries