Frames Displaying Differently In Different Browsers

Discussion in 'Web Design, HTML And CSS' started by Mary George, Aug 10, 2012.

  1. Mary George

    Mary George New Member

    Joined:
    Aug 10, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    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...
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Don't jump into any article with your query and I have moved it to a thread.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice