I have a frameset where one of the frames links to an external link. The external link page is wider than the frame and is causing a horizontal scroll bar in Internet Explorer but not in Firefox.
I want to remove the Horizontal scrolling completely.
I’ve spent an eternity trying to find the solution to this.
Can anyone help?
Here is the frameset:
Ah dinnae ken...
I want to remove the Horizontal scrolling completely.
I’ve spent an eternity trying to find the solution to this.
Can anyone help?
Here is the frameset:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/frameset.dtd">[/URL]
<html>
<head>
<title>Popup Window</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<frameset rows="65,*,25">
<frame name="Header" marginheight="0" marginwidth="0" frameborder="0" scrolling="no" noresize src="header.asp">
<frameset cols="160,*">
<frame name="HelpFrame" marginheight=0 marginwidth=0 scrolling="no" noresize src="help.asp" frameborder="0">
[b]<frame name="Page" class="page" marginheight=0 marginwidth=0 scrolling="auto" style="overflow: auto; overflow-x: hidden; overflow-y:auto;" noresize src="[URL unfurl="true"]https://test.com/wrapper.aspx?Step=Details&Target=test"[/URL] frameborder="0">[/b]
</frameset>
<frame name="links" marginheight=0 marginwidth=0 scrolling="no" noresize src="frame_links.asp" frameborder="0">
</frameset><noframes></noframes>
</html>
Ah dinnae ken...