|
Posted by paul watt on July 14, 2008, 5:58 am
Please log in for more thread options i've given the list a unique ID and it still doesn't work. It shouldn't
matter that theres no space, as the dive is set to overflow.
--
Paul Watt
http://www.paulwattdesigns.com http://www.yoofo.co.uk
>
>> paul watt wrote:
>>> Hi,
>>> on http://www.paulwatt.info/paulwatt/port.html i'm trying to make the
>>> list of images display horizontaly, not verticaly. I've used the same ID
>>> as the
>>
>> http://validator.w3.org/ IDs must be unique on a page
>> http://www.w3.org/TR/CSS21/selector.html#id-selectors
>>
>> It's a strange choice of id for the pictures anyway, isn't it? It's
>> "navlist", but these are just some links to other pages
>>
>>> main menu which displays correctly, but this list doesnt . The url for
>>> the css is http://www.paulwatt.info/paulwatt/css/main2.css
>>
>> Your .port and .leftcell have widths constraining them so they can't
>> display horizontally (beyond one image per row). Your real navlist has
>> plenty of room at typical browser widths, so it looks the way you expect.
>>
>> You've got repeated but non-identical rules for ul#navlist li a:hover as
>> well as a few other selectors. You need to do some proofreading &
>> cleanup.
>>
>> BTW,
>>
>> "music industry,charitys and clubs."
>>
>> should be
>>
>> "music industry, charities and clubs."
>>
>>
>> --
>> John
>
> Thanks John, I'll work on it
>
> --
> Paul Watt
>
> http://www.paulwattdesigns.com
> http://www.yoofo.co.uk
>
|