Frames Displaying Differently In Different Browsers

Newbie Member
10Aug2012,12:43   #1
Mary George's Avatar
Hi,
my web page contains frames using jsp.but frame layouts are displaying different in different browsers,OS, and screen resolutions.can anybody help me out from this pls!!!!!

i've attached my code here for your kind reference:
Code:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Card User Page</title>
</head>


<frameset rows="21%,67%,11%" cols="*" frameborder="no"  border="0" framespacing="0" >
<frame src=""  frameborder="0" scrolling="no">


<frameset rows="*" cols="17%,20%,55%,17%" framespacing="0" frameborder="no"   bordercolor="#D1D3D4">
<frame src=""  scrolling="no"   style="background-color: #D1D3D4" />
<frame src=""  bordercolor="#D1D3D4" />
<frame name ="content" src=""  scrolling="auto"   marginwidth="50" bordercolor="#D1D3D4"  >
<frame src=""  scrolling="no"  style="background-color: #D1D3D4"/>
</frameset>

<frame src="" scrolling="no">
</frameset><noframes></noframes>


<body>

</body>
</html>
Thanks in advance...
Go4Expert Founder
10Aug2012,13:37   #2
shabbir's Avatar
Don't jump into any article with your query and I have moved it to a thread.