Hi guys, I am having problems with the bottom image postioning on this site,
but only in IE Mac. I have tried absolute positioning, have now opted to
float it, need to know if there is still a problem. Cheers

Anthony

 

 

Site: http://www.spiralsofabundance.com/index.htm

 

Css is as follows:

#horse {

            height: 120px;

            width: 500px;

            display: inline;

            border: none;

            float: right;

            margin-top: -75px;

}

 

I won't paste the html here to save space. The container div has a
position:relative; applied, can't think what alse is causing the problem in
IE Mac.The negative top margin is there to pull the image up a bit. The
paragraph and the image above are also floated right.

 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to