Custom Bullets How to add them...?

This is a discussion on Custom Bullets How to add them...? within the HTML / XHTML forums, part of the Development category; what's the difference ? why should it 'really' be like that ?, does not mater if you use a class ...


Reply
 
LinkBack Thread Tools Display Modes
Old 8th September 2009, 10:41 AM   #11
admin
 
saltedm8's Avatar
 
Join Date: Dec 2008
Location: Kent Uk
Posts: 1,595
Blog Entries: 6
Thanks: 15
Thanked 49 Times in 49 Posts
saltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond repute
Expertise: (X)HTML / CSS
Experience: Professional
Default

what's the difference ? why should it 'really' be like that ?, does not mater if you use a class or id, not unless your using it more that once on the page
__________________
web design kent
saltedm8 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 8th September 2009, 10:51 AM   #12
moderator
 
Wrams's Avatar
 
Join Date: Apr 2009
Location: Bristol, UK
Posts: 906
Blog Entries: 1
Thanks: 50
Thanked 7 Times in 7 Posts
Wrams has a spectacular aura aboutWrams has a spectacular aura aboutWrams has a spectacular aura about
Expertise: (X)HTML / CSS
Experience: Intermediate
Default

Quote:
Originally Posted by Jason View Post
Really.. this..

Code:
#main_links ul { 
list-style:url(images/green_tick.gif)
}
Should be this

Code:
ul.green_ticks { 
list-style:url(images/green_tick.gif);
}
Thanks mate that worked. Thanks for all your help...Much apprecitaed.
__________________
Wrams is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 8th September 2009, 10:57 AM   #13
admin
 
WelshStew's Avatar
 
Join Date: Dec 2008
Posts: 1,844
Blog Entries: 3
Thanks: 13
Thanked 36 Times in 34 Posts
WelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond reputeWelshStew has a reputation beyond repute
Expertise: (X)HTML / CSS
Experience: Professional
Default

Quote:
Originally Posted by saltedm8
what's the difference ? why should it 'really' be like that ?, does not mater if you use a class or id, not unless your using it more that once on the page
the first one doesn't reference the list he is trying to apply it too, so in order for it to work he would need to wrap the entire thing in a div called main_links - which would be a little bit of a code bloat
WelshStew is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 8th September 2009, 11:23 AM   #14
admin
 
saltedm8's Avatar
 
Join Date: Dec 2008
Location: Kent Uk
Posts: 1,595
Blog Entries: 6
Thanks: 15
Thanked 49 Times in 49 Posts
saltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond reputesaltedm8 has a reputation beyond repute
Expertise: (X)HTML / CSS
Experience: Professional
Default

I will be honest, I always wrap mine like that, simply because I like to 'contain' the menu or list.. saves me allot of IE hacks later
__________________
web design kent
saltedm8 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 8th September 2009, 07:17 PM   #15
moderator
 
Wrams's Avatar
 
Join Date: Apr 2009
Location: Bristol, UK
Posts: 906
Blog Entries: 1
Thanks: 50
Thanked 7 Times in 7 Posts
Wrams has a spectacular aura aboutWrams has a spectacular aura aboutWrams has a spectacular aura about
Expertise: (X)HTML / CSS
Experience: Intermediate
Default

I have wrapped it up I just didn't add the container for it in the post.
__________________
Wrams is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 8th September 2009, 07:36 PM   #16
trusted
 
Jack Franklin's Avatar
 
Join Date: Dec 2008
Posts: 431
Blog Entries: 4
Thanks: 8
Thanked 3 Times in 3 Posts
Jack Franklin is on a distinguished road
Expertise: Web Development
Experience: Quite Good
Default

Quote:
Originally Posted by saltedm8 View Post
what's the difference ? why should it 'really' be like that ?, does not mater if you use a class or id, not unless your using it more that once on the page
I think it's because Jason showed wrams the HTML, with the UL having that class, so Jason was just showing the relevant CSS to match the HTML :)
__________________
Site: jackfranklin.co.uk Blog: ispeakwebstuff.co.uk Project: learnitscreencasts.co.uk
I'm available for 1 to 1 lessons on HTML/CSS/PHP/Javascript/jQuery/Photoshop/Fireworks so please PM Me!
Jack Franklin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 8th September 2009, 07:41 PM   #17
moderator
 
Wrams's Avatar
 
Join Date: Apr 2009
Location: Bristol, UK
Posts: 906
Blog Entries: 1
Thanks: 50
Thanked 7 Times in 7 Posts
Wrams has a spectacular aura aboutWrams has a spectacular aura aboutWrams has a spectacular aura about
Expertise: (X)HTML / CSS
Experience: Intermediate
Default

Actually Jack thats what I thought too. I already had some of the coding just not all of it...
__________________
Wrams is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Reply

Tags
bullets, custom

Thread Tools
Display Modes