Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 07-25-2008, 11:08 AM Bullet configuration
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
http://marinaorione.com.ar/servicios/

How do I do to put the bullet of the lists inside the box, with justified text, ad a bit more of space between each bullet?

thanks
kiwii is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-25-2008, 11:43 AM Re: Bullet configuration
Jdinh04's Avatar
Super Talker

Posts: 140
Name: Johnny Dinh
Location: East Lansing, MI
Trades: 0
I believe you will need to change the position of the DIV that contains the bullets and text.
Jdinh04 is offline
Reply With Quote
View Public Profile Visit Jdinh04's homepage!
 
Old 07-25-2008, 02:21 PM Re: Bullet configuration
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
CSS
Code:
.sectionservicioscontenido ul {
margin-left: 14px;
}

.sectionservicioscontenido ul li {
padding: 2px;
}
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 07-25-2008, 02:43 PM Re: Bullet configuration
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
wayfarer07, I put your code, but It didn't work, perhaps it has something to to with the acomodations of the divs?

thanks men
kiwii is offline
Reply With Quote
View Public Profile
 
Old 07-25-2008, 03:18 PM Re: Bullet configuration
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
There might be a problem with specificity.

Try:

CSS
Code:
#homepage .sectionservicioscontenido ul {
margin-left: 14px;
}

#homepage .sectionservicioscontenido ul li {
padding: 2px;
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 07-25-2008, 04:15 PM Re: Bullet configuration
Average Talker

Posts: 20
Name: Kiwii
Trades: 0
Thanks wayfarer07, now its great. Is there any way to change only yhe color of the bullet?

Besides that, there is a last mistake in the header with the alignment in http://marinaorione.com.ar/contacto/

Do you have website, I would like to link to you for the help.

thanks
kiwii is offline
Reply With Quote
View Public Profile
 
Old 07-25-2008, 04:18 PM Re: Bullet configuration
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
Is there any way to change only yhe color of the bullet?
No, there isn't. If you want to change the bullet, use an image instead of the standard bullets. Put the image in as a background on the <li> and adjust padding/margin as needed.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Bullet configuration
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24573 seconds with 12 queries