Link to home
Start Free TrialLog in
Avatar of eason
eason

asked on

Frame problem...spacing in Navigator 4

Would someone please take a look at http://www.chilcote.com/ltools/ both in IE4 and Navigator4?   Under Nav4, there is a white border/line that is showing up between the left and right frames.   If someone can post an edited frame-source for the bottom two frames, which eliminates the white border, but keeps things looking the same in IE4, Id really appreciate it.
ASKER CERTIFIED SOLUTION
Avatar of ruperts
ruperts

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of _Wraith
_Wraith

Looks like you've had help!

The two keys to do this in Netscape FRAMESPACING and BORDER.
put in your frame definitions:

<FRAME SRC="x.html" BORDER="NO" FRAMESPACING="0" SCROLLING=NO MARGINWIDTH="0" MARGINHEIGHT="0" NORESIZE>

That pretty much covers all bases for both browsers.