|
Posted by dorayme on 09/06/05 06:10
> From: "Khorne" <khorne_fr1@hotmail.com>
> Hi,
>
> I've got a problem with spacing/border between frames under Internet
> Explorer.
> Here is my HTML code:
>
> <FRAMESET rows="58,*" FRAMEBORDER=no FRAMESPACING=0 BORDER=0>
> <FRAME src="/images/music.html" NAME="music" SCROLLING="no" NORESIZE="yes">
> <FRAME src="home.php" NAME="main" SCROLLING="no" NORESIZE="yes">
> </FRAMESET>
>
>
> Under Firefox or other browser, the frame display correctly without space or
> border. But under IE there is always a tiny space between frame.
>
> Can somebody help me to fix this problem?
>
> Thanks for you help
>
> Guillaume
>
>
If I recall, I had a prob like this once (it gives probs in a few browsers,
including the normally good Mozilla 1.3 for Macs on less than OS X)) and
reverted to having a frame border as being the simplest solution on a site
that had a coloured left nav frame and a differently coloured right frame.
If you have no border, best to make the right frame white and keep stuff off
the left edge (set margin or padding etc). There may be a way to control the
colour of the border which would then enable you to make it seem to have no
border if you choose the colour to be the same as one or other of your
frames.
To sum up: Have a border and match the design to make it seem unnoticeable.
Or have a default border and be done. Or look further to see if you can
reliably cross-browser control the actual border colour - I doubt it.
dorayme
Navigation:
[Reply to this message]
|