|
Couldn't you absolutely position the resizer? It doesn't seem like it needs to adjust with the page flow, so setting the position as absolute would make the layout more solid by pulling it out of the page flow and not effecting other elements.
If your layout is centered (as opposed to left aligned), you could still absolutely position the resizer by adding position: relative to your container div.
When you float an element, it should have a width associated with it according to the W3C spec. That may be why it worked once you added the 100% width. It doesn't seem to need that much width though. How wide is the resizer? If you absolutely position it, you can probably drop the width from the css.
What do you mean the gradient bg is dropping down? It seems like there is a bg color assigned to the div containing the resizer. You mentioned you made the width 100%, which would explain why the brown is going across the entire top of the layout.
A link would be really helpful.
Last edited by dionak; 02-04-2007 at 08:57 PM..
|