css help NOT COUNTER STRIKE LOOLL
•
27 May 2010, 17:36
•
Journals
how can i for example link the left side of my picture to crossfire and the right side of the same picture to gamestv?
its just an example but id rly like to know how to do it:D
i guess i have to use div, right? but how
its just an example but id rly like to know how to do it:D
i guess i have to use div, right? but how
put a div with z-index on top and add a onclick event
http://www.w3schools.com/tags/tag_map.asp
a solution with divs is self-made.
With CSS it would be simplest to split the image in half, put them next to each other so it looks like they would be one big image and then make the two elements link onto different pages. If you know what I mean.
SPAM
{
hou je kanker bek dan
waren ze allemaal maar zo :D
e: kaashoofd n shit :pPpPPpp
<div id='pic1'><div id='pic2'></div></div>
now in css
#pic1{
float: left;
}
#pic2{
float: left;
}
think this works....