[thelist] <ul>

Javier Velasco mantruc at gmail.com
Tue Sep 7 12:42:34 CDT 2004


with CSS you can even use ULs to develop horizontal navigation menus 

li {display:inline}

i have the impression that this is also the most
accesibility/compatibility correct approach... am I right?

i've had some problems with hover behavior in this approach, anyone
have more experience with this?

cheers
javier - first thelist post in years, litterally


On Mon, 06 Sep 2004 09:49:59 +0300, Razvan Pop <razvan at cpea.ro> wrote:
> Casey Crookston wrote:
> 
> >When using ul's, is it possible to regulate the space that appears above and
> >to the left of the list?  I don't like how far down and to the right it
> >forces text.
> >
> >
> >
> Yes you can using CSS.
> ul {
>     margin: 0;
>     padding: 0;
> }
> 
> and
> 
> li {
>     margin: 0;
>     padding: 0;
> }
> 
> In you case:
> 
> ul, li {
>     margin-left: 0;
>     margin-top: 0;
>     padding: 0;
> }
> 
> Regards,
>           Razvan
> 
> >Thanks!
> >
> >
> >
> >
> 
> --
> razvan pop
> http://razvan.cpea.ro
> 
> Afaceri, Plan de afaceri, Consultanta afaceri
> http://www.insoft.ro/afaceri
> 
> 
> 
> --
> 
> News! - Evolt.org conference for web professionals.
> 17-19 September 2004 in Toronto, Canada.
> Details at http://TOevolt.org
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>


More information about the thelist mailing list