|
|
 |
Re: FN-FORUM: css site check
date posted 24th January 2005 18:47
At 19:49 on Monday, 24 Jan 2005, 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.
which I think is because you're not addressing the image properly?
image {
}
image left {
float: left;
margin: 0px;
padding: 0;
}
.image will work on class="image"
image left{} means nothing....
so that bit of your CSS needs a tweak.
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.
it would be better to set the arrow as a background image on the li and
position it accordingly.
;o)
--
http://wiki.workalone.co.uk
http://www.workalone.co.uk/ads.htm
http://www.xebit.net
|
 |
|