![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
| news:Xns94E6ED2934B84slimantiCorp (AT) 38 (DOT) 144.126.79: || |
|
woop! thanks - that worked great... however, i now have the same problem i had before in opera where it adds a gap between the horizontal navigation bar and the left hand column. i think i fixed this by adding the margin:0; to the <h1> element but it doesn't seem to work now i've altered as above. sorry to be a pain in the arse, but any ideas why? ![]() thanks -- slim |
#12
| |||
| |||
|
| news pr7uv89gy6v6656 (AT) news (DOT) individual.net: ||On 11 May 2004 22:16:28 GMT, slim <slim (AT) antiCorp (DOT) invalid> wrote: however, i now have the same problem i had before in opera where it adds a gap between the horizontal navigation bar and the left hand column. Right. Change the whole margin rule to: margin: 0 1em 1em 11em; and see what that'll do. (The shortcut goes clockwise to all sides starting at the top.) This should return the top margin to what it was like before. |

#13
| |||
| |||
|
|
in fact, it all seems to have gone a bit wrong: the left hand column no longer reaches the bottom of the page and the red dashed border becomes solid lower down (not that it really matters as it won't be there once debugged). drat! :/ |
#14
| |||
| |||
|
|
I didn't want to do this, but return to what you had before, getting the left column back to 100%. No margins or padding. Then add a wrap div around the "rightcol" div styled like this. #contentwrap { margin: 1em; padding: 1em; } |
#15
| |||
| |||
|
| news pr7uxh2fu6v6656 (AT) news (DOT) individual.net: ||On Tue, 11 May 2004 18:32:43 -0400, Neal <neal413 (AT) yahoo (DOT) com> wrote: I didn't want to do this, but return to what you had before, getting the left column back to 100%. No margins or padding. Then add a wrap div around the "rightcol" div styled like this. #contentwrap { margin: 1em; padding: 1em; } Scratch that, I am so off tonight. Add no margin, just padding. |

![]() |
| Thread Tools | |
| Display Modes | |
| |