"Jacqui or (maybe) Pete" <> schrieb im Newsbeitrag
news:...
> Does it have to be absolutely positioned?
I don't know, does it?
What's the exact difference between absolute, relavtive, ..??
I just used the absolute because it sounded good
> If it's taking up 100% of the
> width & it's at the top, why not just put it first in the html & use:
It's not at the top. It's 72px from the top.
> body {padding: 0; margin: 0;}
> div#bla {margin-top: 72px; padding-left: 330px; height: 18px;}
I want this div to be like a horizontal bar across the whole window.
I took this away, because i thought it wasn't important for my
question:
background-color : #ffff66;
color : #000000;
> I take it your trying to fit the div to a picture & hence the need for
> px?
Yes, the right edge of my picture is 320px from the left.
The div we're talking about is just on top of that picture and i don't
want the text to be over the edge of the pic.
Thanks
chlori