Posted by Jonathan N. Little on 01/30/07 19:24
Remy wrote:
> I have Header Panel with a starting image and then a background image
> and some text.
> I would like to have everything on one line inside the 28px block. The
> background should start AFTER the image.
> Depending on if I have the End text, I either have everything on 2
> lines or the background does not fill up the panelHeader div. It also
> looks different on IE and Firefox....
> This is the code:
<snip code>
"float:right;display: inline;"
Makes no sense, they are contradictory, if you float an element it
becomes a block.
http://www.w3.org/TR/CSS21/visuren.html#propdef-float
BTW you are trying to layout your page using a table...do a little
searching on NG and you will get ample info on why this is a bad idea.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|