Can anyone help me find a solution for the following problem?
http://www.naviplan.com/_donovan/accounting_specialist.htm
I am controlling the size of the text in the browser with css, so that it will display the same size regardelss of what the user has selected in his browser (View >> Text Size >>).
I have a bulleted <ul>, and when changing the Text Size through the browser, the text stays unaffected, but the bullets change in size accordingly.
Is there any way i can apply the style tag that keeps the fonts the same size to the bullets as well? Or am i out of luck here!
Let me know if you can help!
Donovan
Controlling the sizes of bullets in lists
Try adding the font size to your div .list in the css.
Regards
Day
Controlling the sizes of bullets in lists
Of course you could argue that you should not be doing such things as in non IE browsers you will still be able to resize the text and it's an accessibility horror to have unchangable type sizes.
But that's another story I guess