|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Non-resizing bullets in CSS Lists
Hi,
I am new to DevShed and this is my first post, so I hope I am doing the post accurately (title, clarity, previous search) as suggested by the thread on how to post properly. I did a search on Google and on DevShed for information on bullets resizing in CSS lists, and can't find anything on the topic that helps with my question. Basically, I wanted to find out if it is possible to keep bullets from resizing on a CSS list. Even if the text size is set at a fixed font, the bullets still resize based on screen resolution or selecting to increase the text size in the browser itself. If anyone needs further information, please let me know. Additionally, it would be preferable not to use the graphic format for the bullets (since this is a possible solution) as the person I am helping doesn't want graphic bullets if at all possible. I appreciate any help on this issue. Have a Blessed Day |
|
#2
|
||||
|
||||
|
Just put font tags around them
Code:
<html>
<head>
<style>
BODY { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 4pt;}
text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 4pt; color: #251951;}
TD { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 4pt; color: #251951;}
</style>
</head>
<body>
<font size="2">•</font> t
</body>
</html>
__________________
Helping people will increase your experience & knowledge ! Help them like they help you
|
|
#3
|
|||
|
|||
|
Hi killing attack,
Thanks for the suggestion. I didn't even think of doing it this way. Thanks again. ![]() |
|
#4
|
||||
|
||||
|
Use an image -> fonts can always be manipulated.
HTH
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Non-resizing bullets in CSS Lists |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|