Jump to content

Large buttons :S


xyn

Recommended Posts

Hey Folks,
I'm having a few problems with my CSS this is my code:
[sub]A:link
{
font-family:Verdana, Tohama, Arial;
color:3E9EFF;
text-decoration:underline;
font-weight:normal;
}

A:visited
{
font-family:Verdana, Tohama, Arial;
color:3E9EFF;
text-decoration:underline;
font-weight:normal;
}

A:hover
{
font-family:Verdana, Tohama, Arial;
color:0069D2;
text-decoration:underline;
font-weight:normal;
}

A:active
{
font-family:Verdana, Tohama, Arial;
color:3E9EFF;
text-decoration:underline;
font-weight:normal;
}

table
{
font-family:Tahoma, Arial, sans serif; 
color:39638C;
font size:8pt;
border-collapse:collapse;
border-color:000000;
}

table table tr.head
{
background-color:AED7FF;
border-color:000000;
width:100%;
height:20px;
font-family:Verdana, Tahoma; 
color:3E9EFF;
font size:8pt;
font-weight:bold;
}

table table tr.cont
{
background-color:FFFFFF;
border-color:000000;
width:100%;
font-family:Verdana, Tahoma; 
color:000000;
font size:8pt;
}

table table tr.inbox
{
background-color:DFEFFF;
border-color:000000;
font-family:Verdana, Tahoma; 
color:000000;
font size:8pt;
}

body
{
font-family:Verdana, Tahoma; 
color:000000;
font size:8pt; 
background-color:F4F4F4;
scrollbar-arrow-color:0069D2;
scrollbar-face-color:3E9EFF;
scrollbar-highlight-color:3E9EFF;
scrollbar-3dlight-color:0069D2;
scrollbar-shadow-color:3E9EFF;
scrollbar-darkshadow-color:0069D2;
scrollbar-track-color:F4F4F4;
}

.button
{
background-color:F4F4F4;
border:1px solid 3E9EFF;
}

input, textarea
{
border:1px solid 3E9EFF;
background-color:4679AC;
font-family:Verdana, Tahoma;
font-size:8pt;
color:3E9EFF
}

input, select
{
border:1px solid 3E9EFF;
background-color:F4F4F4;
font-family:Verdana, Tahoma;
font-size:8pt;
color:3E9EFF
}[/sub]

This is what the page looks like:
[IMG]http://i6.tinypic.com/1z2gk2h.png[/img]
Link to comment
https://forums.phpfreaks.com/topic/13746-large-buttons-s/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.