anonīms Posted May 30, 2008 Report Share Posted May 30, 2008 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 More sharing options...
bubu Posted May 30, 2008 Report Share Posted May 30, 2008 IE neatbalsta [type=submit] stila CSS selektorus. Link to comment Share on other sites More sharing options...
andrisp Posted May 30, 2008 Report Share Posted May 30, 2008 Un pat, ja IE atbalstiitu [type=submit], domaa shos tas atbalstiitu ? :) -moz-border-radius: 2px 4px 4px 2px; -webkit-border-radius: 4px; Link to comment Share on other sites More sharing options...
pilots Posted May 30, 2008 Report Share Posted May 30, 2008 tas nav tikai ar input laukiem, IE nekam neatbalsta tos apaļos stūrus. draņķis. Link to comment Share on other sites More sharing options...
IM24LV Posted May 31, 2008 Report Share Posted May 31, 2008 Vari mēģināt izlīdzēties ar vienkārši backgroundā novietotu apaļi stūrainu taisnstūri :) Paldies vispār par kodu, nemaz nezināju šādas mozillas iespējas. Kur atradi? Link to comment Share on other sites More sharing options...
andrisp Posted May 31, 2008 Report Share Posted May 31, 2008 IM24LV, pilns internets. Link to comment Share on other sites More sharing options...
Maris-S Posted August 28, 2008 Report Share Posted August 28, 2008 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 More sharing options...
Recommended Posts