Jump to content
php.lv forumi

input submit


Recommended Posts

Vai IE arī vispār reaģē uz input'u izskatiem?

 

Mozzilā viss okey, IE nē. IE submit poga ir kantaina, bet Mozzilā ovāla..

 

 

.login_form input[type='submit'] {-moz-border-radius: 2px 4px 4px 2px; -webkit-border-radius: 4px; padding: 1px 4px 1px 2px; border: 0px; background: #666; color: #FFF; font-size: 8pt; font-weight: bold; float:right; text-transform:capitalize;}

Link to comment
Share on other sites

  • 2 months later...

Mozillas lapā ir gan parastie css apraksti, gan arī mozillas paplašinātie css.

 

Par to [type=submit], tā ir CSS3 iespēja, man šķiet ka IE7 jau sāk atbalstīt CSS 3, vismaz daļēji un šis variant uz IE7 strādā. Man te pašam ir tāds izveidots:

input[type="submit"], input[type="button"] {
width: 70px;
height: 18px;
font-weight: bold;
padding: 1px;
padding-right: 3px !important;
padding-left: 3px !important;
background-color: #E3EAF8;
color:#444444;
}

 

Neesmu vēl saņēmies pārveidot, savādāk uz IE6 nav kā vajag.

Link to comment
Share on other sites

×
×
  • Create New...