MCookie

msg:1199196 | 2:44 pm on Jan 28, 2003 (gmt 0) |
Hi, I'd say take out the "clear:left;" and "clear:right;" from the floating divs rules. Also, I don't think you need the "position:relative;". I never use it in floats.
|
Birdman

msg:1199197 | 3:04 pm on Jan 28, 2003 (gmt 0) |
I don't think you need to float the right div. When you float the left div, the next div will automatically position to it's right. #centercontent { position: relative; left:150px; top:20px; background: transparent; margin-right: 0px 15% 4px 4px; height:100%; padding: 0px 4px 4px 4px; border-left:1px solid #<% = color %>; border-right:1px solid #<% = color %>; } #colLeft { width: 49%; float: left; } #colRight { width: 51%; }
|
Tdude

msg:1199198 | 10:03 pm on Jan 28, 2003 (gmt 0) |
Ok thanx! I just tried your suggestions, but it doesn't cut it else than in IE6 which looks OK. I must be doing something else wrong. Will come back when I fix it.
|
Longhaired Genius

msg:1199199 | 10:21 pm on Jan 28, 2003 (gmt 0) |
It's just not possible to make a coherent stylesheet by cutting and pasting from various sources. Fragments of css will interact in unexpected ways. There is no substitute for understanding what your style declarations will do as you write them. You have to start off experimenting with simple styles and build experience that way.
|
Tdude

msg:1199200 | 7:17 pm on Jan 29, 2003 (gmt 0) |
LongHairedGenius...I agree to some point, but I wouldn't be fiddling with computers at all, nor developing my skills, if I didn't throw myself into unknown territory once in a while. Thanx for all your time anyway! Let me know if you need help developing your snowboarding :)
|
|