I have the following code :
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.mpanefset { top: 41px; left: 181px; position: fixed; width: 100%; height: 100% }
</style>
</head>
<frameset class="mpanefset" cols="*">
<frame src="action.html">
</frameset>
</html>
The code is meant to create a frame at location 181,41 with the src as action.html.
It loads the page, but does not position it at the location.
Any help is appreciated. Thanks.
Aucun commentaire:
Enregistrer un commentaire