Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
the font color that just won't show up!
Old 01-28-2009, 07:41 PM the font color that just won't show up!
Candyman87's Avatar
Experienced Talker

Posts: 42
Name: Mike
Trades: 0
Hello webmaster-talk forum,

I just registered here because I'm about to go nuts about a css-file that won't work properly.
For most of you it won't be a problem to find out where there is the problem is - it's a pretty easy .css-file and I tried to organize it to make it more comfortable to read...

***

Here is the code (I will also attach the css-file if there is any trouble):



<!--General (Body) Layout: -->

* {
margin: 0;
padding: 0;
}

body, td, th {
font-family: Geneva, Arial, Helvetica, sans-serif;
background-color: #000000;
/*background-image: url(../images/bg_sparkles.gif);*/
font-size: medium;
font-size-adjust:medium;
font color: #FFCCFF;
visibility: visible;
}

font {
color: #FFCCFF;
font-size-adjust:medium;
font-style: inherit;
visibility: visible;
}

#navi {
overflow:visible;
position:absolute;
border:none;

}



<!--Links:

a {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: medium;
text-decoration: none;
}

/* a:hover Alt:
a:hover {
cursor: auto;
filter: Glow(Color=#FF00FF, Strength=larger);
}
*/

a:active {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: larger;
color: #FF00FF;
text-decoration: underline blink;
}

a:visited {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: medium;
color: #00CCFF;
}

a:hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bold;
color: #FF0066;
text-decoration: underline;
}


<!--Frameset:

.frame_img {
white-space: nowrap;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
position: absolute;
visibility: visible;
z-index: auto;
left: 0px;
top: 0px;
margin:0;
padding:0;
}


<!--Contact-form:

.comment {
font-size: x-small;
font-style: italic;
font-weight: lighter;
text-transform: uppercase;
color: #666666;
float: left;
cursor: help;
}

.explanation {
font-size: medium;
font-style: normal;
font-weight: bold;
}

.form_elements {
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-style: double;
border-top-color: #666666;
border-right-color: #666666;
border-bottom-color: #666666;
border-left-color: #666666;
}



***

Thank you in advance!

Cheers,
C@ndy
Candyman87 is offline
Reply With Quote
View Public Profile Visit Candyman87's homepage!
 
 
Register now for full access!
Old 01-28-2009, 07:53 PM Re: the font color that just won't show up!
Insensus's Avatar
Ultra Talker

Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
Trades: 0
font color: #FFCCFF; doesn't exist
use color: #FFCCFF;
__________________
<?php ($helpfull>0)?$talkupation++ : '';?>
Insensus is offline
Reply With Quote
View Public Profile
 
Old 01-28-2009, 08:04 PM Re: the font color that just won't show up!
Defies a Status

Posts: 1,605
Trades: 0
Quote:
Originally Posted by Insensus View Post
font color: #FFCCFF; doesn't exist
use color: #FFCCFF;

I had a real rough time with this one a few weeks back. The advicve above is correct.

Color is an attribute that can be assigned to more than one item in a CSS file and therefore color: is all you use.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 01-28-2009, 10:42 PM Re: the font color that just won't show up!
Candyman87's Avatar
Experienced Talker

Posts: 42
Name: Mike
Trades: 0
WOW! You guys are faster than Mary Poppins!

so, I have some good news and some bad news...

The good:
It works in the design view of Dreamweaver (Version 8 on Mac - if that's relevant in any way in that matter), and the preview view also works with Firefox 3, Camino and Opera.

The bad:
It doesn't work on Safari (
(Please no nasty comments now about Safari, it's a solid browser and I cannot explain why it's not working).

I didn't change anything so far except that font color-thing which got created apparently automatically by my Dreamweaver.
Candyman87 is offline
Reply With Quote
View Public Profile Visit Candyman87's homepage!
 
Old 01-28-2009, 11:10 PM Re: the font color that just won't show up!
stevej's Avatar
Professional Multitasker

Posts: 996
Location: Not positive
Trades: 0
I don't know why it wouldn't work with Safari... perhaps you should make sure that all of your CSS commands end with a semi-colon. That's a little problem I often have. And perhaps you could give a link to your website, or your updated code?

- Steve
stevej is offline
Reply With Quote
View Public Profile
 
Old 01-29-2009, 01:34 AM Re: the font color that just won't show up!
Candyman87's Avatar
Experienced Talker

Posts: 42
Name: Mike
Trades: 0
Alright, I played a little bit around with the css file and it seems to work!

Thank you so much for participating & helping me out!

best,
C@ndy
Candyman87 is offline
Reply With Quote
View Public Profile Visit Candyman87's homepage!
 
Reply     « Reply to the font color that just won't show up!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24147 seconds with 12 queries