|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
cannot add new effects to css file
I am working on a site with a stylesheet named sciencetral.css. Now it has a bunch of text effects that show up using the <span class=""> tag. But when I try to add something like a new text effect using the EXACT same format as already in the file, the new text effects are not detected in the page. So I make
Code:
.warning {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
text-transform: none;
color: #FE0000;
}
|
|
#2
|
||||
|
||||
|
Code:
<span class='myclass'></span> Only problem i see is that you put a space between '=' and ''. Remove it...
__________________
Helping people will increase your experience & knowledge ! Help them like they help you
|
|
#3
|
|||
|
|||
|
Thats not it. I can replace the text in side existing working <span class> tags and experience the same problem
|
|
#4
|
||||
|
||||
|
If this is an external CSS, make sure that you have really refreshed your web-page. Your browser will use the cached version until told to do otherwise.
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. __________________ |
|
#5
|
|||
|
|||
|
Thanks it worked. ( well after a while and a few refreshes my stylesheet (external) updated, so it was becasue of what you said in your post.)
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > cannot add new effects to css file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|