СКРИН====>>>>>>>>>>>http://juego.org.ru/skrinti/ajax-juego.png
Скрипт заменяет Ajax окна как на Juego.org.ru
И так, приступим:
В код <head> вставим код:
<script type="text/javascript">
$(document).ready(function(){
if($.browser.mozilla){$('#ajaxcss').html('<link type="text/css" rel="StyleSheet" href="http://juego.org.ru/skrinti/ajax.css" />');};
});
</script>
<script type="text/javascript">
$(document).ready(function(){
if($.browser.opera){$('#operaajax').html('<link type="text/css" rel="StyleSheet" href="http://juego.org.ru/skrinti/ajax.css" />');};
});
</script> После </head> ставим
<span id="ajaxcss"></span>
<span id="operaajax"></span>