HighDots Forums  

Re: CSS text color problems in Safari

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: CSS text color problems in Safari in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sethry
 
Posts: n/a

Default Re: CSS text color problems in Safari - 08-22-2008 , 11:13 AM






here's the link: http://www.vcharvesters.org/index3.php

The code for the problematic sections, and the css for them is below




<td width="393" height="75" align="center" valign="bottom"
class="paragraph_dark">Can't see video? <a
href="http://www.apple.com/quicktime/download/" class="paragraph_link">Click
here</a> to download Quicktime player for free</td>



{
echo '<a class="RSSfeed_link" target=_new
href="'.$item['link'].'">'.$item['title'].'</a> - <a
class="paragraph_dark">'.$item['description'].'<br><br>';
}


CSS

.paragraph_link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
}
.paragraph_link:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFF99;
text-decoration: none;
}



.RSSfeed_link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
.RSSfeed_link:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #330000;
text-decoration: none;

}


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.