NameSilo

Need help with CSS...

Spaceship Spaceship
Watch

vip-ip

Account Closed
Impact
24
www.iceagetwo.com

I need the navigation on the left and the news to be Arial size 10. They're all different, I don't know why :( Here's my CSS, what should I change?


Code:
a:link 		{ text-decoration: none; color: #0F0F0F; }
a:visited 	{ text-decoration: none; color: #0F0F0F; }
a:hover 	{ text-decoration: underline; color: #000000; }
a:active 	{ text-decoration: none; color: #0F0F0F; }

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	background-color: #5D5D5D;
}


font
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input, textarea
{
	background-color: #5D5D5D; 
	border: 1px;
	border-style: Solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.title,
.maintext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #090909;
         }

        }
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #090909;
	border-style: Solid;
	border-width: 1px;
	border-color: #090909;
         }


.td, textarea, input, .input, .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #090909; 
	background-color: #5D5D5D;
	border-style: Solid;
	border-width: 1px;
	border-color: #090909;
}


Will donate some np$ to whoever helps. Thanks in advance!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
The 4 links on the left? They all look the same to me, unless I am misunderstanding your question
 
0
•••
I need the links and the description to be the same font, which is arial 10px. Navigation looks like Times New Roman to me.
 
0
•••
try this

Code:
a:link 	{ text-decoration: none;
            color: #0F0F0F; 
            [B]font-family: Verdana, Arial, Helvetica, sans-serif;[/B]
            }
a:visited 	{ text-decoration: none;
            color: #0F0F0F; 
            [B]font-family: Verdana, Arial, Helvetica, sans-serif;[/B]
            }
a:hover 	{ text-decoration: underline; 
            color: #000000; 
            [B]font-family: Verdana, Arial, Helvetica, sans-serif;[/B]
            }
a:active 	{ text-decoration: none;
            color: #0F0F0F; 
            [B]font-family: Verdana, Arial, Helvetica, sans-serif;[/B]
            }
 
0
•••
I did it, now it looks different in IE and FireFox.... when you click a link in the right frame there's a border, there isn't one in FF... weird :|
 
0
•••
vip-ip said:
I did it, now it looks different in IE and FireFox.... when you click a link in the right frame there's a border, there isn't one in FF... weird :|


yeah thats the same thing happpens with me. IE draws the borders and firefox doesn't
 
0
•••
You could use CSS borders ;)

Code:
border-style: groove;
border-width: thin;
white-space: normal;
 
0
•••
I don't want any borders at all :))
 
0
•••
Unstoppable Domains
Domain Recover
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back