|
|
 |
Re: FN-FORUM: css site check
date posted 24th January 2005 18:53
Lindsey Hill wrote:
>
> Its still in early stages but just wondered if anyone could check this
> homepage for me.
>
> http://www.apperleydesign.co.uk/ntw/index.htm
>
> The picture is supposed to go to the right of the text but every time I
> set an image class up to float right it completely messes up the rest of
> the layout. Also the small arrows would be better ranged right and I've
> set a class up to float right but they won't for some reason.
>
> The css is http://www.apperleydesign.co.uk/ntw/ntw.css
I added this:
.main-image {float: right;
margin: 10px;
padding: 0;}
and called the image class="main-image" and it floats right without
breaking anything else.
The arrows class in the style sheet needs to be '.arrows' note the dot
and they float right too.
HTH, Paul.
|
 |
|