![]() |
Quote:
|
Quote:
Quote:
|
When using this for a dotted border:
p.dotted {border-style: dotted; border-color: #0000ff} is there any way to adjust the size of the dots? All I've found is thick, medium and thin.... |huh I found it. This works: border-width: 2px |
edit...nevermind, seems to be some bugs.
|
Are there any neat things that can be done to text with CSS like shadow, glow, etc?
|
If you're willing to have (most?) effects only work in Internet Explorer and only on the Windows platform, then these links may help.
www.w3.org/TR/REC-CSS2/text.html http://tutorials.alsacreations.com/ombre/ www.webthang.co.uk/Tuts/tuts_css/css4/css4.asp More at www.google.com/search?q=css+text+effects Filter generator http://rainbow.arch.scriptmania.com/...generator.html Make sure to look at these effects in Firefox since many reviewers prefer using that browser. You need to be sure things will degrade in ways that won't hurt you. |
Thanks Simon, one of those was exactly what I wanted |bow| |bananna| |headbang| |thumb
|
I'm using this for a text link but the font is showing up bold. How can I get the font to be normal, not bold?
a.two:link { color: #ff0000; font-family: Arial; font-size: 22px; text-decoration: underline; font-style: italic; } a.two:active { color: #ff0000; font-family: Arial; font-size: 22px; text-decoration: underline; font-style: italic; } a.two:visited { color: #ff0000; font-family: Arial; font-size: 22px; text-decoration: underline; font-style: italic; } a.two:hover { color: #ff0000; font-family: Arial; font-size: 22px; text-decoration: underline; font-style: italic;} |
font-weight: normal
|
Quote:
Thanks! |thumb |
All times are GMT -4. The time now is 05:16 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc