Hi,
I'm developping an application and some of my users are on Safari for MAC.
I'm using a page with two horizontal frames. height of the first is 270 Height of the second is 530.
On IE it looks fine, but on Safari for MAC, it looks more like a 400 of height for both. Any code I can put to ajust it for safari ?
Here is my frameset code.
<frameset rows="270,530"" frameborder="NO" border="0" framespacing="0">
<frame src="login.php" name="topFrame" scrolling="no" noresize>
<frame src="blank_main.php" name="mainFrame" noresize>
</frameset>
<noframes>
I'm developping an application and some of my users are on Safari for MAC.
I'm using a page with two horizontal frames. height of the first is 270 Height of the second is 530.
On IE it looks fine, but on Safari for MAC, it looks more like a 400 of height for both. Any code I can put to ajust it for safari ?
Here is my frameset code.
<frameset rows="270,530"" frameborder="NO" border="0" framespacing="0">
<frame src="login.php" name="topFrame" scrolling="no" noresize>
<frame src="blank_main.php" name="mainFrame" noresize>
</frameset>
<noframes>