On 7/13/05, Vicki Skinner (Stebbins) <[EMAIL PROTECTED]> wrote:
> Hi All,
> 
> I'm nearing the end of this website and have these niggling problem with
> links in the unordered lists.
> 
> 1. When I change the list to an OL and change the CSS to OL it's perfect
> but not when it's a UL???
> 
> Two pages with an examples are:
> http://www.organicgrowers.org.au/certification.shtml bottom of page the
> bullet point — <http://www.organicgrowers.org.au/contact.shtml>Contact us
> now to get the process started.  and
> http://www.organicgrowers.org.au/contact.shtml — Click here for
> <http://www.organicgrowers.org.au/media_contacts.shtml>Media Contacts
> 
> The CSS is here: http://www.organicgrowers.org.au/styles/organic.css


hi Vicki

you need to add this rule...

    display: inline;

...to this selector...

    #edit ul li a

...because you declared "display:block" in your "ul li a" selector,
and you need to override it in this case.

cheers,

matt andrews.
______________________________________________________________________
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