Forum Moderators: not2easy
I'm workin on a new look for my website and I'm trying to emulate something they do with TD's in DIVs.
If you notice, as you increase the textsize, the INDEX at the top right flows to the left. My problem is that no matter what i try (relatively position, float right) it tries to flow right.. hits the end of the parent div.. and breaks to a new line.
[edited by: SuzyUK at 11:27 am (utc) on Oct. 26, 2004]
[edit reason] sorry no URLs : see TOS #13 [webmasterworld.com] [/edit]
Something like this:
#logo {
float:left;
width:220px;
}
#logo img {
margin:5px 0 0 15px;
}
#index {
float:right;
}
<div id="logo"><img src="images/isu.jpg" width="200" height="15" alt="" /></div>
<div id="index">
...
</div>