Hi,
Mozilla and IE are dissagreeing on how to render this frameset. To get the same effect, IE needs 32px and Mozilla 30px top frame (menu). The menu page consists of 30px images.
----------
I'm willing to trade custom scripts for... [see profile]
Mozilla and IE are dissagreeing on how to render this frameset. To get the same effect, IE needs 32px and Mozilla 30px top frame (menu). The menu page consists of 30px images.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[/URL]
<html>
<head>
<title></title>
</head>
<frameset rows="32,*,100" cols="*" bordercolor="#68689A">
<frame src="menu.html">
<frame src="map.html" name="map">
<frame src="read.html" name="dat">
</frameset>
</html>
----------
I'm willing to trade custom scripts for... [see profile]