Jump to content
php.lv forumi

Recommended Posts

Posted

vai ir iespējams panākt, ka teksts uz <input type="submit" value="Blaaaa" disabled> rādās iekš IE norādītajā krāsā, piemēram zaļš?

  • 1 month later...
Posted

Kā tā nevar ?

 

<html>
<style type="text/css">

.submit {
background-color: #FFFFB9;
color: #000000;
}

</style>
<input type="submit" value="submit" class="submit" disabled>
</html>

Posted
<?php
$client_info = get_browser(null, true);

if($client_info['browser'] == 'IE') {

echo 'zaļš';
}
else {
echo 'parastais';
}
?>

  • 1 month later...
Posted

Explorer, tak ar pārlūku jebko var pamainīt (gan html, gan css, gan js, gan teorētiski arī jeb ko citu), ja ir gribēšana.

 

Reāli, ja vajag, tad izmanto, tikai nevajag aizmirst arī server pusē uzlikt pārbaudi.

  • 1 month later...
×
×
  • Create New...