Click here to Skip to main content
15,888,527 members
Home / Discussions / Web Development
   

Web Development

 
QuestionShow dialog Upload in Firefox. Pin
ThienK273-Apr-08 20:26
ThienK273-Apr-08 20:26 
GeneralRe: Show dialog Upload in Firefox. Pin
Shog94-Apr-08 5:51
sitebuilderShog94-Apr-08 5:51 
GeneralCHARTING Tool for .NET project! Pin
sidbaruah3-Apr-08 20:11
sidbaruah3-Apr-08 20:11 
GeneralRe: CHARTING Tool for .NET project! Pin
Paddy Boyd4-Apr-08 0:50
Paddy Boyd4-Apr-08 0:50 
QuestionProblem in firing events - ASP.NET Ajax Pin
Leonades2-Apr-08 23:04
Leonades2-Apr-08 23:04 
GeneralIIS problem with my localhost Pin
Ahmad Adnan2-Apr-08 20:48
Ahmad Adnan2-Apr-08 20:48 
GeneralRe: IIS problem with my localhost Pin
Mark J. Miller3-Apr-08 5:00
Mark J. Miller3-Apr-08 5:00 
QuestionHow to display IFRAME in the proper place in different resolution? Pin
biswa472-Apr-08 19:35
biswa472-Apr-08 19:35 
hai i have designed a web form in visual studio2005.
everything in that aspx page desigend with in a table of fixedsize(990*560).
with in that table
i have included a <iframe>
whose coding i am giveing below
"<td style="width:744px;height:516px" valign="top">
<iframe id="frame1" name="frame1" style="width:744px;height:516px; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; position:absolute; top:108px; font-family:Arial; font-size:8pt; left: 25%;" scrolling="yes" runat="server"></iframe>
</td>"

its work fine in 1024*768 resolution but wheni have changed the resolution to
1280*768 . all the designed comes in size except the ifrmae.

can solve my problem that why the iframe is not coming in the appropriate place,while changing the screeen resolution.

Below i am giving u the complete page source code..
Plz help me out..

<br />
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default5.aspx.cs" Inherits="Default5" %><br />
<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<br />
<html xmlns="http://www.w3.org/1999/xhtml" ><br />
<head id="Head1" runat="server"><br />
    <title>RWSS</title><br />
     <style type="text/css"><br />
body <br />
{<br />
  font-family:Verdana;<br />
  font-size:8pt;<br />
  margin-left:0;<br />
  margin-right:0;<br />
  margin-top:0;<br />
  top:1;<br />
  left:0;<br />
  right:0;<br />
  background-image:url('images/pattern.gif');<br />
  }<br />
  </style><br />
<br />
<br />
 </head><br />
<body><br />
    <form id="form1" runat="server"><br />
        <div><br />
             <table cellpadding="0" cellspacing="0" width="994px" align="center" bgColor="#ffffff" border="0" ><br />
                    <tbody><br />
                        <tr><br />
                            <td valign="top"  style="width:994px;height:106px;"><br />
                                <table style="height:106px;width:994px;background-color:#ffffff;border-width:0;background-image: url(images/top.GIF);" cellspacing="0" cellpadding="0"  align="center"><br />
                                    <tr><br />
                                       <td valign="bottom"   style="height: 34px"><br />
                                                  <div id="ddcolortabs" ><br />
                                                          <ul><br />
                                                            <li  ><a title="Home" href="Default.aspx" target="_parent"><span>Home</span></a></li> <br />
                                                            <li><a title="Contact Us" href=""><span>Contact Us</span></a></li> <br />
                                                            <li><a title="Feedback" href=""><span>Feedback</span></a></li> <br />
                                                            <li><a title="Sitemap" href=""><span>SiteMap</span></a></li> <br />
                                                            <li><a title="FAQ"    href=""><span>FAQ </span></a></li> <br />
                                                          </ul><br />
                                                  </div><br />
                                          </td><br />
                                        </tr><br />
                                </table><br />
                                </td><br />
                        </tr><br />
                        <tr><br />
                            <td style="width:250px;height:516px;background-color:#c1d3ff; position: relative;" align="left"><br />
                                  <span style="font-size: 10pt"><strong>&nbsp; <span style="color: #330066; font-family: Arial Baltic"><br />
                                Menu</span></strong><span style="color: #330066"> </span></span><br />
                                <div style="overflow:scroll;width:248px;height:496px" ><br />
                                <asp:TreeView ID="TvMenu" runat="server" ExpandDepth="0" PopulateNodesFromClient="true" ShowLines="true" ShowExpandCollapse="true" ForeColor="MidnightBlue" Font-Size="9pt" BorderColor="ButtonFace" Font-Names="Arial" ></asp:TreeView><br />
                                </div><br />
                            </td><br />
                            <td style="width:744px;height:516px" valign="top"><br />
                                <iframe id="frame1" name="frame1" style="width:744px;height:516px; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; position:absolute; top:108px; font-family:Arial; font-size:8pt; left: 25%;" scrolling="yes" runat="server"><br />
                                </iframe><br />
                             <br />
                            </td><br />
                            <br />
                        </tr><br />
                         <tr><br />
                               <td bgcolor="#993333"style="height:20px;width:994px;" ><!-- #include file="menubotrv.aspx"--></td><br />
                         </tr><br />
                     </tbody><br />
              </table><br />
        </div><br />
    </form><br />
</body><br />
</html><br />

Questioncreate collapse menu Pin
hochoint1-Apr-08 17:22
hochoint1-Apr-08 17:22 
GeneralRe: create collapse menu Pin
Bradml1-Apr-08 20:32
Bradml1-Apr-08 20:32 
Generalsetting document size Pin
Force Code1-Apr-08 6:08
Force Code1-Apr-08 6:08 
GeneralRe: setting document size Pin
led mike1-Apr-08 6:30
led mike1-Apr-08 6:30 
GeneralRe: setting document size Pin
Force Code1-Apr-08 7:23
Force Code1-Apr-08 7:23 
GeneralRe: setting document size Pin
led mike1-Apr-08 7:52
led mike1-Apr-08 7:52 
GeneralRe: setting document size Pin
Force Code1-Apr-08 8:12
Force Code1-Apr-08 8:12 
GeneralRe: setting document size Pin
Force Code1-Apr-08 8:29
Force Code1-Apr-08 8:29 
GeneralRe: setting document size Pin
led mike1-Apr-08 8:50
led mike1-Apr-08 8:50 
GeneralRe: setting document size Pin
Shog91-Apr-08 8:27
sitebuilderShog91-Apr-08 8:27 
GeneralRe: setting document size Pin
User 98854-Apr-08 18:13
User 98854-Apr-08 18:13 
QuestionAutoCompleteExtender Pin
Anthonyn1-Apr-08 4:32
Anthonyn1-Apr-08 4:32 
Generalgetting data given by the user and store in database... Pin
kinjalkhamar1-Apr-08 4:23
kinjalkhamar1-Apr-08 4:23 
GeneralRe: getting data given by the user and store in database... Pin
Mark J. Miller2-Apr-08 9:56
Mark J. Miller2-Apr-08 9:56 
GeneralGuys pls suggest me a good project definition using .NET Pin
paresh_sarjani31-Mar-08 18:05
paresh_sarjani31-Mar-08 18:05 
GeneralRe: Guys pls suggest me a good project definition using .NET Pin
Bradml31-Mar-08 21:00
Bradml31-Mar-08 21:00 
GeneralRe: Guys pls suggest me a good project definition using .NET Pin
Ali Rashid2-Apr-08 17:49
Ali Rashid2-Apr-08 17:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.