Ik kan in IE geen input van een form selecteren, in firefox gaat het wel.
Ik kom er echt niet uit.
Ik kom er echt niet uit.
HTML:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title></title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body id="contact-01" onLoad="preloadImages();" > <div id="container"> <img name="contact_01" src="contact/contact_01.jpg" width="790" height="573" border="0" alt="" usemap="#contact_01_Map"> <div id="berichtlayer"> <form method="post" action="test.html"> <label for="txtName"></label> <input type="text" name="txtName" /><label for="txtEmail"></label> <input type="text" name="txtEmail" /><label for="txtMessage"></label><br> <textarea name="txtMessage" rows="5" ></textarea><br> <label title="Verstuur"><input type="submit" value="Verstuur" /> </label> </form> </div> <map name="contact_01_Map"> <area shape="rect" alt="" coords="656,525,789,548" href="index4.php" onmouseover="changeImages('contact_01', 'contact/contact_01-contact-terug_ov.jpg'); return true;" onmouseout="changeImages('contact_01', 'contact/contact_01.jpg'); return true;" onmousedown="changeImages('contact_01', 'contact/contact_01-contact-terug_do.jpg'); return true;" onmouseup="changeImages('contact_01', 'contact/contact_01-contact-terug_ov.jpg'); return true;"> </map> </div></body></html> |
Cascading Stylesheet:
1
2
3
| html, body { margin: 0; padding: 0; background-color:#000000; color:white;text-align:center; } #container { text-align:left; width:790px; margin:0 auto;position:relative; } #berichtlayer { position:absolute;width:253px;height:204px;z-index:1;left: 325px;top: 222px; } |
[ Voor 16% gewijzigd door Doekoeman op 22-03-2007 16:08 ]
--==(¯`·.,_.---==»|| "A blowjob is better then no job!" - Popa Chubby ||«==---._.·¯)==--