The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

6 Pages V « < 4 5 6  
Reply to this topicStart new topic
> popout menu
pandy
post Apr 30 2008, 01:01 PM
Post #101


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



No, I don't think there are many lists there, if any, that use floated LIs and bullets or list-style-image. But I haven't looked at them for ages. If you can point me to such a list there I'll check it out with my trusty IE6. cool.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Apr 30 2008, 02:03 PM
Post #102


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



Maybe you're right again. In a quick search I found eg. this page with a "float: right;" : http://css.maxdesign.com.au/listamatic/horizontal20.htm.

Or take the sample from which this thread almost started: http://www.htmldog.com/articles/suckerfish...e/vertical.html, which also uses a float.

But effectively, there's no need for a float anyway in a list.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Apr 30 2008, 02:14 PM
Post #103


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



QUOTE(Frederiek @ Apr 30 2008, 09:03 PM) *

Maybe you're right again. In a quick search I found eg. this page with a "float: right;" : http://css.maxdesign.com.au/listamatic/horizontal20.htm.


But that list doen't have bullets in any browser. The LIs are made display inline, so thay can't have bullets. On top of that there's no margin/padding. To finish it off and make extra sure there won't be bullets they use 'list-style: none'.

CODE
#navlist li
{
display: inline;
list-style: none;
padding: 0;
margin: 0;
}



QUOTE
But effectively, there's no need for a float anyway in a list.

There isn't? I get the feeling we maybe talk about different things. mellow.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
minidiapolis
post Apr 30 2008, 08:26 PM
Post #104


Serious Coder
*****

Group: Members
Posts: 437
Joined: 3-September 06
Member No.: 57



Thank you so much for all the help on this one. . . I really really really appreciate it!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post May 1 2008, 03:48 AM
Post #105


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



You're welcome.
I hope you achieve what you're looking for and learn something in the long run.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

6 Pages V « < 4 5 6
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 05:13 AM