Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-17-2005, 01:17 AM   PM User | #1
Tamarab
New Coder

 
Join Date: Jul 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Tamarab is an unknown quantity at this point
Yucky bullets

Yucky bullets are runing my layouts!

The bullets are going in ok, but the second line down starts right wher the bullet is, instead of where the text above is. Any ideas how to fix this?

I am controlling my lists with CSS and it looks like this:
li {
list-style-position: inside;
list-style-type: disc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
font-weight: normal;
line-height: 18px;
}

ANy ideas!!!
Tamarab is offline   Reply With Quote
Old 08-17-2005, 02:33 AM   PM User | #2
COBOLdinosaur
Regular Coder

 
COBOLdinosaur's Avatar
 
Join Date: Jul 2002
Location: Canada
Posts: 293
Thanks: 0
Thanked 18 Times in 18 Posts
COBOLdinosaur is an unknown quantity at this point
Remove:

list-style-position: inside;
__________________
100% standards compliant code is 100% correct 100% of the time.
one of my toys from my repository and perhaps some help getting help

Cd&
COBOLdinosaur is offline   Reply With Quote
Old 08-17-2005, 03:37 AM   PM User | #3
Tamarab
New Coder

 
Join Date: Jul 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Tamarab is an unknown quantity at this point
Thanks!

Hey!

Thanks for your help! Isn't that funny, my CSS quick start guide told me that would make it align properly! Maybe I read it wrong!


Thanks again!
Tamara
Tamarab is offline   Reply With Quote
Old 08-17-2005, 06:04 PM   PM User | #4
mrruben5
Regular Coder

 
Join Date: Nov 2004
Location: The Netherlands
Posts: 551
Thanks: 0
Thanked 0 Times in 0 Posts
mrruben5 is an unknown quantity at this point
Also you could try this:

Code:
li ul {margin-left:1em}
__________________
CATdude about IE6: "All your box-model are belong to us"
mrruben5 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 12:15 AM.


Advertisement
Log in to turn off these ads.