Francesco wrote:
...
> http://blackcoil.com
> 
> Browsercam ... shows the UL
> on the home page with round bullets even though I
> styled ULs to not have bullets.
.

For Opera8, replace
#mainMenu {
...
   list-style: none inside none;
}

with

#mainMenu { ...
    list-style-type: none;
list-style-image: none;
list-style-position: inside;
}

Opera9TP1 has no problem with this shorthand, as David noted.

My default background is blue, not fuchsia.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
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