Posts: 19
Name: marco panichi
Location: perugia - italy
|
hi to all. I had to make an old-style website with frame, following the customer's request. everything works well with opera-mozilla-ie, but two strange white spaces appear in safari (tested in safari 3 and 4 - pc and mac).
here the safari rendering image (bad):
http://www.marcopanichi.com/test/yves/safari.jpg
here the firefox one (good):
http://www.marcopanichi.com/test/yves/firefox.jpg
here the structure of the frameset:
HTML Code:
<frameset rows='186px,*,33px' border='no' noresize frameborder='0' border='0' framespacing='0'>
<frame src='frames/header.php' name='header'>
<frameset cols='*,780px,*'>
<frame src='frames/lateral.php?border=right'>
<frame src='frames/body.php' name='body'>
<frame src='frames/lateral.php?border=left'>
</frameset>
<frame src='frames/footer.php' name='footer'>
</frameset>
i've searched a lot. someone told me to set overflow:hidden to all the frame without scroll and so I did, but without success.
|