0 Members and 1 Guest are viewing this topic.
#pun-intro { width:900px; height:100px; background-imgage: url (http://www.dodaj.rs/f/40/py/ttJb5Kh/plavo.png), url(http://www.dodaj.rs/f/3o/6S/2YKVJdzt/zeleno.png); background-position:top-left, top-right; background-repeat:repeat-y; background-color:trasnaprent; border-bottom-color: transparent;
while (1) {document.write("I love EvilZone.org" + "<br />");}
background-imgage: url (http://www.dodaj.rs/f/40/py/ttJb5Kh/plavo.png),
url(http://www.dodaj.rs/f/3o/6S/2YKVJdzt/zeleno.png);
I used this code:Code: [Select]#pun-intro { width:900px; height:100px; background-imgage: url (http://www.dodaj.rs/f/40/py/ttJb5Kh/plavo.png), url(http://www.dodaj.rs/f/3o/6S/2YKVJdzt/zeleno.png); background-position:top-left, top-right; background-repeat:repeat-y; background-color:trasnaprent; border-bottom-color: transparent;But there is no background as I want. There is just: http://tvoj-oblak.serbianforum.info/Top box. Dont udnerstand why it doesent work?
<html><body><div id="a"></div><div id="b"></div><style>#a { width:900px; height:100px; background-image: url(http://evilzone.org/logo_02.png); position:absolute;}#b { width:900px; height:100px; border:2px; background-image: url(http://www.dodaj.rs/f/3o/6S/2YKVJdzt/zeleno.png); position:absolute; opacity:0.5; z-index:2;}</style></body></html>