HighDots Forums  

Margins and small screens

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Margins and small screens in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
dorayme
 
Posts: n/a

Default Re: Margins and small screens - 10-25-2008 , 05:28 PM






In article <slrngg6i4f.671.spamspam (AT) bowser (DOT) marioworld>,
Ben C <spamspam (AT) spam (DOT) eggs> wrote:

Quote:
On 2008-10-25, Bergamot <bergamot (AT) visi (DOT) com> wrote:

Hendrik Maryns wrote:
Op 16-10-08 05:17 heeft dorayme als volgt van zich laten horen:

li {
display: inline;
list-style: none;
}

Funnyly, display:inline seems to suffice, the list markers are
automatically hidden then.

In some browsers, no doubt, but that doesn't mean it's true for all
browsers.

No doubt, but it is true for all conforming browsers.
If bullets or numbers (especially for an OL) *were* wanted, perhaps use
a float on li instead. Something like:

li {float: left; margin-right: 60px;}

<ul>
<li><a>item</a></li>
<li><a>item</a></li>
<li><a>item</a></li>
</ul>

I mention this because whenever someone is talking about how to avoid
something, there are likely to be some interested in how to have that
very thing. Admittedly, these latter are a bit creepy and watch from the
semi darkness, but I digress...

--
dorayme


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.