View Single Post
Old 02-01-2005, 11:24 PM   #9 (permalink)
arch13
Loves my girl in thongs
 
arch13's Avatar
 
Location: North of Mexico, South of Canada
I'd like to keep the lists in order to make sure that if the presentation formate changes, I can still choose if I want bullets for each list entry without having to use a graphic.

I'm taking copious notes from your post however, and think I'll try out the
Code:
.defloat {
	clear: both;
}
It looks like a good way to solve that issue. By simply limiting the entries in each list to 6, I can controll the max height anyway. (The page is after all recent work )
I think I have a clear handle on how to controll the height of .nav via your suggestions, but still just can't get the two lists working using <ul>'s. The list titles don't seem to want to space correctly and crowd the actual list in standards browsers like firefox. They look good in IE, but I'm trying to be standard complient.
Is there a way to increase the padding between the list titles and list entry's while keeping them as lists?

I don't know what to edit in my css that affects this property.
__________________
Seen on an employer evaluation:

"The wheel is turning but the hamsters dead"
____________________________
Is arch13 really a porn diety ? find out after the film at 11.
-Nanofever
arch13 is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45