|
Posted by Beauregard T. Shagnasty on 05/08/06 18:53
bryanrite@gmail.com wrote:
> I'm trying to set up a page with a static block on the left and
> variable on the right, it works as expected, but when i add an image,
> or google ad, in firefox it behaves as expected, but IE drops the
> div. Anyone have any ideas?
>
> http://footstops.dev01.alkaloid.net/test.php
It may have to do with the fact that your CSS is setting the margin-left
to 360px, then immediately resetting it to zero.
margin-left: 360px;
border: 1px dashed red;
padding: 0;
margin: 0;
"margin" is for all four sides.
[Google ads are blocked by my HOSTS file...]
--
-bts
-Warning: I brake for lawn deer
[Back to original message]
|