View Full Version : Coders help plz!! Good in Firefox but Bad in IE 6.0 ?
paladinckm
07-02-2008, 01:32 AM
HI , I have developed a website using visual studio 2005 ..when this is run ..the webpages look good in firefox but when they are opened in IE 6.0 entire allignmenet is messed up ..As i have used tables in my pages ..The designview is a bit messed while we view in VS 2005 ..but this worked gud in firefox ( it was my default browser in VS 2005 ) .But now everything is bad in IE .Hope you people help me ....if there is no solution ..I may have to do the whole thing again ..please do help me ..ASAP..
gnomeontherun
07-02-2008, 02:21 AM
How can we help without any code or a link?
IE 6 usually has some problems, even when using VS.
demtron
07-02-2008, 03:35 AM
Just a wild guess... perhaps you don't have parity between opening and closing tags, or maybe you have a stray tag somewhere that's handled OK by one browser and not the other.
If you suspect this is the case and VS 2005 doesn't help identify the problem, you could use the validator at http://validator.w3.org.
If these do not help, then, as Jeremy said, we'll need more details.
paladinckm
07-02-2008, 02:05 PM
How can we help without any code or a link?
IE 6 usually has some problems, even when using VS.
Hello ,
here i am pasting the code of my aspx page ...this is a child page of a master page hope something turns out ...
<%@ Page Language="VB" MaintainScrollPositionOnPostback="true" MasterPageFile="Entry.master" AutoEventWireup="false" CodeFile="CMinfo.aspx.vb" Inherits="CMinfo" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<ajax:ScriptManager ID="ScriptManager1" runat="server">
</ajax:ScriptManager>
<br />
<img src="Images/star.jpg" style="left: -2px; position: relative; top: -10px" alt='" " ' /><span
style="font-size: 9pt; font-family: Arial"><strong>Required field<br />
<br />
<asp:Label ID="LblOutput" runat="server" ForeColor="Blue" Style="position: relative; left: 0px; top: -14px;"
Text="Label" Visible="False" Height="20px" Width="576px"></asp:Label><br />
</strong></span>
<ajax:UpdatePanel ID="UpdatePanelCM" runat="server" RenderMode="Inline" UpdateMode="Conditional">
<ContentTemplate>
<table class="Common" style="left: 0px; width: 560px; position: relative; top: 20px">
<tr>
<td style="width: 115px; height: 17px">
What is the Cardmember's First Name<img src="Images/star.jpg" style="left: 0px; position: relative;
top: -2px" alt='" "' />
:</td>
<td style="width: 100px; height: 17px">
<asp:TextBox ID="frmFirstName" runat="server" Height="16px" MaxLength="20" onblur="this.style.backgroundColor='Window';"
onfocus="this.style.backgroundColor='#F1CC8E';" onkeyup="this.style.backgroundColor='Window';"
Style="left: 0px; position: relative; top: -10px" ToolTip="Enter your First Name"
Width="110px"></asp:TextBox>
<asp:RequiredFieldValidator ID="ReqfrmFirstName" runat="server" ControlToValidate="frmFirstName"
ErrorMessage="Enter First Name" Height="8px" SetFocusOnError="True" Style="left: -2px;
position: relative; top: -2px" Width="8px"> <img alt= "" src = "Images/left.gif"/></asp:RequiredFieldValidator> <cc1:ValidatorCalloutExtender
ID="Va1" runat="server" HighlightCssClass="Validate" TargetControlID="ReqfrmFirstName">
</cc1:ValidatorCalloutExtender>
</td>
</tr>
<tr>
<td style="width: 115px">
and Middle Initial :</td>
<td style="width: 100px">
<asp:TextBox ID="frmMIddleInitial" runat="server" Height="16px" MaxLength="10" Style="left: 0px;
position: relative; top: -14px" Width="110px"></asp:TextBox>
<asp:RequiredFieldValidator ID="ReqfrmLastName" runat="server" ControlToValidate="frmLastName"
ErrorMessage="Enter Last Name" Height="8px" SetFocusOnError="True" Style="left: 0px;
position: relative; top: 36px" Width="8px"> <img alt= "" src = "Images/left.gif"/></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 115px">
and Last Name<img src="Images/star.jpg" style="left: 0px; position: relative; top: -2px" alt='" "' />:</td>
<td style="width: 100px">
<asp:TextBox ID="frmLastName" runat="server" Height="16px" MaxLength="10" onblur="this.style.backgroundColor='Window';"
onfocus="this.style.backgroundColor='#F1CC8E';" onkeyup="this.style.backgroundColor='Window';"
Style="position: relative" Width="110px"></asp:TextBox>
<cc1:ValidatorCalloutExtender ID="Va2" runat="server" HighlightCssClass="Validate"
TargetControlID="ReqfrmLastName">
</cc1:ValidatorCalloutExtender>
</td>
</tr>
<tr>
<td style="width: 115px">
What is Cardmember's Mailing Address<img src="Images/star.jpg" style="left: 0px;
position: relative; top: -2px" alt='" " ' />:</td>
<td style="width: 100px">
<asp:TextBox ID="frmAddress1" runat="server" Height="16px" MaxLength="32" onblur="this.style.backgroundColor='Window';"
onfocus="this.style.backgroundColor='#F1CC8E';" onkeyup="this.style.backgroundColor='Window';"
Style="left: 0px; position: relative; top: -6px" Width="110px"></asp:TextBox>
<asp:RequiredFieldValidator ID="ReqfrmAddress1" runat="server" ControlToValidate="frmAddress1"
ErrorMessage="Enter Address" Height="8px" SetFocusOnError="True" Style="left: 0px;
position: relative; top: -6px" Width="8px"> <img alt= "" src = "Images/left.gif"/></asp:RequiredFieldValidator>
<cc1:ValidatorCalloutExtender ID="Va3" runat="server" HighlightCssClass="Validate"
TargetControlID="ReqfrmAddress1">
</cc1:ValidatorCalloutExtender>
</td>
</tr>
<tr>
<td style="width: 115px">
</td>
<td style="width: 100px">
<asp:TextBox ID="frmAddress2" runat="server" Height="16px" MaxLength="32" Style="left: 0px;
position: relative; top: -6px" Width="110px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 115px; text-align: right">
City<img src="Images/star.jpg" style="left: 0px; position: relative; top: -2px" alt='" " ' />:</td>
<td style="width: 100px">
<asp:TextBox ID="frmCity" runat="server" Height="16px" onblur="this.style.backgroundColor='Window';"
onfocus="this.style.backgroundColor='#F1CC8E';" onkeyup="this.style.backgroundColor='Window';"
Style="left: 0px; position: relative; top: -6px" Width="110px"></asp:TextBox>
<asp:RequiredFieldValidator ID="ReqCity" runat="server" ControlToValidate="frmCity"
ErrorMessage="Enter City" Height="8px" SetFocusOnError="True" Style="left: 0px;
position: relative; top: 0px" Width="8px"> <img alt= "" src = "Images/left.gif"/></asp:RequiredFieldValidator>
<cc1:ValidatorCalloutExtender ID="Va4" runat="server" HighlightCssClass="Validate"
TargetControlID="ReqCity">
</cc1:ValidatorCalloutExtender>
</td>
</tr>
<tr>
<td style="width: 115px; text-align: right; height: 41px;">
State
<img src="Images/star.jpg" style="left: -2px; position: relative; top: -2px" alt='" "' height="10" />:</td>
<td style="width: 100px; height: 41px;">
<asp:DropDownList ID="selState" runat="server"
Style="left: 0px; position: relative; top: -10px" ToolTip="Select Your State" AutoPostBack="True" OnSelectedIndexChanged="selState_SelectedIndexChanged1">
<asp:ListItem Value=" "> Select</asp:ListItem>
<asp:ListItem>Ohio</asp:ListItem>
<asp:ListItem>Illinois</asp:ListItem>
<asp:ListItem Value="1">IT</asp:ListItem>
</asp:DropDownList> (Choose IT for International)<asp:RequiredFieldValidator
ID="ReqselState" runat="server" ControlToValidate="selState" ErrorMessage="#"
Height="8px" SetFocusOnError="True" Style="left: -150px; position: relative;
top: -6px" Width="8px"> <img alt= "" src = "Images/left.gif"/></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 115px; text-align: right">
Zipcode<img src="Images/star.jpg" style="left: 0px; position: relative; top: -6px" alt=' " "' />:</td>
<td style="width: 100px">
<asp:TextBox ID="frmZipCode" runat="server" Height="16px" Style="left: 0px; position: relative;
top: -10px" Width="64px"></asp:TextBox>
(International not Required )
<asp:RequiredFieldValidator ID="ReqfrmZipCode" runat="server" ControlToValidate="frmZipCode"
ErrorMessage="#" Height="8px" onblur="this.style.backgroundColor='Window';" onfocus="this.style.backgroundColor='Yellow';"
SetFocusOnError="True" Style="left: -18px; position: relative; top: -6px" Width="8px"> <img alt= "" src = "Images/left.gif"/></asp:RequiredFieldValidator>
<asp:RegularExpressionValidator ID="RegZipcode" runat="server" ControlToValidate="frmZipCode"
Display="Dynamic" ErrorMessage="Enter 5 digits only" SetFocusOnError="True" Style="position: relative"
ValidationExpression="\d{5}(-\d{4})?" Visible="False"></asp:RegularExpressionValidator></td>
</tr>
<tr>
<td style="width: 115px; text-align: right">
Country
<img src="Images/star.jpg" style="left: -2px; position: relative; top: 0px" alt=' " "' />:</td>
<td style="width: 100px">
<asp:DropDownList ID="selCountry" runat="server" AutoPostBack="True" Style="left: 0px;
position: relative; top: -10px">
<asp:ListItem Value =" ">select</asp:ListItem>
<asp:ListItem Value="1">Usa</asp:ListItem>
<asp:ListItem Value="2">Dubai</asp:ListItem>
</asp:DropDownList>
<asp:RequiredFieldValidator ID="ReqfrmselCountry" runat="server" ControlToValidate="selCountry"
ErrorMessage="#" Height="8px" SetFocusOnError="True" Style="left: -2px; position: relative;
top: -6px" Width="8px"> <img alt= "" src = "Images/left.gif"/></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 115px">
What is Cardmember's Home Phone<img src="Images/star.jpg" style="left: 0px;
position: relative; top: -6px" alt=' " "' />:</td>
<td style="width: 100px">
<asp:TextBox ID="frmPhone1" runat="server" Height="15px" MaxLength="3" onkeypress="f1()"
Style="left: 0px; position: relative; top: 0px" Width="28px"></asp:TextBox>-<asp:TextBox
ID="frmPhone2" runat="server" Height="15px" MaxLength="3" onkeypress="f2()" Style="left: 4px;
position: relative; top: 0px" Width="28px"></asp:TextBox>
-<asp:TextBox ID="frmPhone3" runat="server" Height="15px" MaxLength="4" onkeypress="f3()"
Style="position: relative" Width="32px"></asp:TextBox><br />
<asp:Label ID="LabelIT" runat="server" CssClass="Common" ForeColor="Blue" Height="16px"
Style="left: 0px; color: black; position: relative; top: 0px" Text="Enter your International Number in the highlighted field below"
Visible="False" Width="200px"></asp:Label></td>
</tr>
<tr>
<td style="width: 115px">
Business Phone :</td>
<td style="width: 100px">
<asp:TextBox ID="frmPhone1B" runat="server" Height="15px" MaxLength="3" onkeypress="f4()"
Style="position: relative" Width="28px"></asp:TextBox>-<asp:TextBox ID="frmPhone2B"
runat="server" Height="15px" MaxLength="3" onkeypress="f5()" Style="position: relative"
Width="28px"></asp:TextBox>-<asp:TextBox ID="frmPhone3B" runat="server" Height="15px"
MaxLength="4" onkeypress="f6()" Style="position: relative" Width="32px"></asp:TextBox>
Ext
<asp:TextBox ID="frmPhone2Ext" runat="server" Height="15px" MaxLength="5" Style="position: relative"
Width="35px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 115px; height: 74px;">
Other Number :
<asp:DropDownList ID="OtherTypeDDL" runat="server" Style="font-size: 9pt; left: -2px;
font-family: Arial; position: relative; top: 0px" AutoPostBack="True">
<asp:ListItem> Select</asp:ListItem>
<asp:ListItem>Cell</asp:ListItem>
<asp:ListItem>Pager</asp:ListItem>
<asp:ListItem>Fax</asp:ListItem>
<asp:ListItem Value="1">Int'l Home</asp:ListItem>
<asp:ListItem Value="1">Int'l Work</asp:ListItem>
<asp:ListItem Value="Other">Other</asp:ListItem>
</asp:DropDownList></td>
<td style="width: 100px; height: 74px;">
<asp:TextBox ID="frmPhone1Other" runat="server" Height="15px" MaxLength="3" Style="position: relative"
Width="28px"></asp:TextBox>-<asp:TextBox ID="frmPhone2Other" runat="server" MaxLength="3"
Style="position: relative" Width="28px"></asp:TextBox>-<asp:TextBox ID="frmPhone3Other"
runat="server" MaxLength="4" Style="position: relative" Width="32px"></asp:TextBox>
<asp:TextBox ID="frmIntPhone" runat="server" BackColor="#FFFF80" MaxLength="19" Style="left: 0px;
position: relative; top: 0px" Visible="False" Width="80px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 115px; height: 17px;">
</td>
<td style="width: 100px; height: 17px;">
</td>
</tr>
</table>
</ContentTemplate>
</ajax:UpdatePanel>
<br />
<br />
<asp:Button ID="Next2" runat="server" Style="left: 308px; position: relative; top: 0px"
Text="Next" />
<asp:Button ID="btncancel1" runat="server" Style="left: 28px; position: relative;
top: 0px" Text="Cancel" />
<asp:Button ID="btnback2" runat="server" Style="left: 72px; position: relative; top: 0px"
Text="Go Back" /><br />
</asp:Content>
paladinckm
07-03-2008, 03:11 PM
How can we help without any code or a link?
IE 6 usually has some problems, even when using VS.
Hello , I have posted the code ...plz help me ...
abduraooft
07-03-2008, 03:17 PM
Hello , I have posted the code ...plz help me ... We need the parsed output, html and it's CSS (as we can't parse the above code) taken from the browser's view source option.
Also please follow http://www.codingforums.com/showthread.php?t=82672 on how to post codes in this forum.
paladinckm
07-03-2008, 04:29 PM
We need the parsed output, html and it's CSS (as we can't parse the above code) taken from the browser's view source option.
Also please follow http://www.codingforums.com/showthread.php?t=82672 on how to post codes in this forum.
Hi ,
Actually I have used tables in my webform .. I did not link it to any CSS ...anyways here is the source code. this did not allow me to post the entire code saying me to limit the count to 20,000 chars ..I have posted the major part ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head><title>
Untitled Page
</title><link href="S1.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie-6.0.css" />
<![endif]-->
</head>
<body style="color: #000000">
<form name="aspnetForm" method="post" action="OtherPartyInfo.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTg4OTYzODIzMw9kFgJmD2QWAgIDD2QWAgIBD2QWEAIDDxBkZBYBZmQCBQ8WAh4HVmlzaWJsZWgWAmYPZBYGAgEPEA8WA h4HQ2hlY2tlZGhkZGRkAgMPEA8WAh8BZ2RkZGQCBQ8WAh8AaBYCZg9kFgQCFQ8QZGQWAWZkAh8PZBYCZg9kFg4CAQ8QZGQWAWZkA gsPEGRkFgECAWQCDw8PFgIfAGdkZAIRDw8WBB4EVGV4dAUnIDxpbWcgYWx0PSAiIiBzcmMgPSAiSW1hZ2VzL2xlZnQuZ2lmIi8+H wBnZGQCEw8QZGQWAQIBZAIVDw8WAh8AZ2RkAhcPDxYEHwIFJyA8aW1nIGFsdD0gIiIgc3JjID0gIkltYWdlcy9sZWZ0LmdpZiIvP h8AZ2RkAgcPEA8WAh8BZ2RkZGQCCw8WAh8AZxYCZg9kFgQCAw8QDxYCHwFnZGRkZAIHDxYCHwBnFgJmD2QWAgIBD2QWAmYPZBYKA hEPEGRkFgECAWQCFQ8PFgQeB0VuYWJsZWRnHwBnZGQCFw8QZGQWAQIBZAI7DxBkZBYBAgJkAj0PFgIfAGcWAmYPZBYCAgEPZBYCZ g9kFgICFQ8QZGQWAWZkAg0PEA8WAh8BZ2RkZGQCEQ8WAh8AZxYCZg9kFgJmD2QWAmYPZBYEAhEPEGRkFgFmZAIXDxBkZBYBZmQCE w8QDxYCHwFoZGRkZAIXDxYCHwBoFgJmD2QWDAIDDxAPFgIfAWhkZGRkAgcPEA8WAh8BaGRkZGQCCQ8QDxYCHwFoZGRkZAILDxAPF gIfAWhkZGRkAg0PEA8WAh8BaGRkZGQCDw8QDxYCHwFoZGRkZBgIBSVjdGwwMCRDb250ZW50UGxhY2VIb2xkZXIxJE11bHRpVmlld 0RSDw9kZmQFJWN0bDAwJENvbnRlbnRQbGFjZUhvbGRlcjEkTXVsdGlWaWV3UFIPD2RmZAUmY3RsMDAkQ29udGVudFBsYWNlSG9sZ GVyMSRNdWx0aVZpZXdSQ0QPD2RmZAUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFhIFI2N0bDAwJENvbnRlbnRQbGFjZ UhvbGRlcjEkQ2hlY2tPVkkxBSNjdGwwMCRDb250ZW50UGxhY2VIb2xkZXIxJENoZWNrT1ZJMgUiY3RsMDAkQ29udGVudFBsYWNlS G9sZGVyMSRDaGVja09WMwUiY3RsMDAkQ29udGVudFBsYWNlSG9sZGVyMSRDaGVja09WNAUmY3RsMDAkQ29udGVudFBsYWNlSG9sZ GVyMSRDaGVja09WZm5hbWUFJmN0bDAwJENvbnRlbnRQbGFjZUhvbGRlcjEkQ2hlY2tPVmxuYW1lBSRjdGwwMCRDb250ZW50UGxhY 2VIb2xkZXIxJENoZWNrT1ZpbnMFJWN0bDAwJENvbnRlbnRQbGFjZUhvbGRlcjEkQ2hlY2tPVmluczIFLGN0bDAwJENvbnRlbnRQb GFjZUhvbGRlcjEkQ2hlY2tPVmRyaXZlcmZuYW1lBSxjdGwwMCRDb250ZW50UGxhY2VIb2xkZXIxJENoZWNrT1Zkcml2ZXJsbmFtZ QUnY3RsMDAkQ29udGVudFBsYWNlSG9sZGVyMSRDaGVja09WZHJJbnMxBSdjdGwwMCRDb250ZW50UGxhY2VIb2xkZXIxJENoZWNrT 1ZkckluczIFI2N0bDAwJENvbnRlbnRQbGFjZUhvbGRlcjEkQ2hlY2tXaXQxBSNjdGwwMCRDb250ZW50UGxhY2VIb2xkZXIxJENoZ WNrV2l0MgUnY3RsMDAkQ29udGVudFBsYWNlSG9sZGVyMSRDaGVja1dpdGZuYW1lBSdjdGwwMCRDb250ZW50UGxhY2VIb2xkZXIxJ ENoZWNrV2l0bG5hbWUFI2N0bDAwJENvbnRlbnRQbGFjZUhvbGRlcjEkQ2hlY2tQb2wxBSNjdGwwMCRDb250ZW50UGxhY2VIb2xkZ XIxJENoZWNrUG9sMgUpY3RsMDAkQ29udGVudFBsYWNlSG9sZGVyMSRNdWx0aVZpZXdSQ0RpbnMPD2RmZAUoY3RsMDAkQ29udGVud FBsYWNlSG9sZGVyMSRNdWx0aVZpZXdBYnRPVg8PZGZkBSVjdGwwMCRDb250ZW50UGxhY2VIb2xkZXIxJE11bHRpVmlld09WDw9kZ mQFJmN0bDAwJENvbnRlbnRQbGFjZUhvbGRlcjEkTXVsdGlWaWV3V2l0Dw9kZmSgnO9UMFjR5eVBEs3+2QDk0ysI1Q==" />
</div>
<script type="text/javascript">
<!--
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
// -->
</script>
<script src="/AmexClaimEntry08/WebResource.axd?d=3dRHIhVikOXymZiJpr9NUg2&t=633262308887843196" type="text/javascript"></script>
<script src="/AmexClaimEntry08/ScriptResource.axd?d=M60M7siW7L1la86V-xGDfYROLHXjWQ3k5yv6jT6m1mdBZeHfTxH035MJuRSz2QN-Dj43w-prVfmQJy-RDvSkMg2&t=633262308887843196" type="text/javascript"></script>
<script src="/AmexClaimEntry08/ScriptResource.axd?d=Tys5eaHpMKJ7V9JSZH41dZkAOWiYZLF02oWl48RpIXkzWdO2kCrWqLsv-GYGiJkpXyqGs4rAVHCaNYEwoGQ06_kqKrWP3ZSkwzJeLk5FJ1c1&t=633475643186560933" type="text/javascript"></script>
<script src="/AmexClaimEntry08/ScriptResource.axd?d=Tys5eaHpMKJ7V9JSZH41dZkAOWiYZLF02oWl48RpIXkzWdO2kCrWqLsv-GYGiJkpXyqGs4rAVHCaNYEwoGQ06-OBDafCbtka22wLdCSJPbNt4AbNeMnsrgDznaFdWZfI0&t=633475643186560933" type="text/javascript"></script>
<script type="text/javascript">
<!--
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
// -->
</script>
<div>
<table border="0" cellpadding="0" cellspacing="0" style="left: 0px; width: 100%;
position: relative; top: 0px; height: 100%">
<tr>
<td colspan="2" style="height: 151px">
</td>
</tr>
<tr>
<td style="width: 154px; height: 583px">
</td>
<td style="width: 711px; height: 583px; vertical-align: top;">
<span id="Label22" style="display: block; font-size: 9pt; visibility: visible; color: black;
font-family: Arial"></span>
<br />
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$ContentPlaceHolder1$ScriptManager1', document.getElementById('aspnetForm'));
Sys.WebForms.PageRequestManager.getInstance()._updateControls(['tctl00$ContentPlaceHolder1$UpdatePanelOV','tctl00$ContentPlaceHolder1$UpdatePanel2','tctl00$Content PlaceHolder1$UpdatePanel1'], [], [], 90);
//]]>
</script>
<br />
<script type="text/javascript" src="mimo_tooltip.js"></script>
<br />
<span style="font-size: 9pt; font-family: Arial">Who was the driver at the time of the accident</span>
<img alt='" "' src="Images/star.jpg" style="left: 0px; position: relative; top: -6px; z-index: 100;" />: <select name="ctl00$ContentPlaceHolder1$selDriver" onchange="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder1$selDriver\',\'\')', 0)" id="ctl00_ContentPlaceHolder1_selDriver" style="width:90px;left: -6px;
position: relative; top: 0px; z-index: 100;">
<option selected="selected" value="Select">Select</option>
<option value="Cardmember">Cardmember</option>
<option value="OtherDriver">OtherDriver</option>
<option value="Parked-No Driver">Parked-No Driver</option>
<option value="UNKNOWN">UNKNOWN</option>
</select><br />
<span style="font-size: 9pt; font-family: Arial">Were Other vehicles involved
</span>
<img alt='" "' src="Images/star.jpg" style="left: 0px; position: relative; top: -6px" />:
<span class="Common" style="left: 68px;
position: relative; top: 0px"><input id="ctl00_ContentPlaceHolder1_CheckOVI1" type="checkbox" name="ctl00$ContentPlaceHolder1$CheckOVI1" checked="checked" onclick="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder1$CheckOVI1\',\'\')', 0)" /><label for="ctl00_ContentPlaceHolder1_CheckOVI1">Yes</label></span>
<span class="Common" style="left: 44px; position: relative;
top: 0px"><input id="ctl00_ContentPlaceHolder1_CheckOVI2" type="checkbox" name="ctl00$ContentPlaceHolder1$CheckOVI2" /><label for="ctl00_ContentPlaceHolder1_CheckOVI2">No</label></span>
<br />
<span style="color: blue">
<br />
<span style="font-size: 9pt; font-family: Arial">
How many Other vehicles were involved
<img alt='" "' src="Images/star.jpg" style="left: 0px; position: relative; top: -6px" />:</span><select name="ctl00$ContentPlaceHolder1$selOVI" id="ctl00_ContentPlaceHolder1_selOVI" style="left: 24px; position: relative; top: 0px">
<option selected="selected" value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select><br />
<span style="font-size: 9pt; font-family: Arial">(</span><span style="font-family: Arial"><span
style="font-size: 9pt"><em>not including the Rental Car)<img alt='" "' height="10" src="Images/star.jpg"
style="left: 8px; position: relative; top: 24px" /><br />
</em>
<br />
Regarding the Other Vehicle(s)</span></span> :<br />
<span class="Triggers" style="display:inline-block;width:304px;left: -2px; position: relative; top: 0px"><input id="ctl00_ContentPlaceHolder1_CheckOV3" type="checkbox" name="ctl00$ContentPlaceHolder1$CheckOV3" checked="checked" onclick="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder1$CheckOV3\',\'\')', 0)" /><label for="ctl00_ContentPlaceHolder1_CheckOV3">I have all or some info on the Other vehicle(s)</label></span><br />
<br />
<span class="Triggers" style="display:inline-block;width:316px;left: -2px; position: relative;
top: -18px"><input id="ctl00_ContentPlaceHolder1_CheckOV4" type="checkbox" name="ctl00$ContentPlaceHolder1$CheckOV4" /><label for="ctl00_ContentPlaceHolder1_CheckOV4">I do not have any info on the Other vehicle(s)</label></span>
<br />
<span style="font-family: Arial"><span style="font-size: 9pt">
<span style="color: blue">About the Other Vehicle # 1 </span>
<br />
</span></span>
<div id="ctl00_ContentPlaceHolder1_UpdatePanelOV">
<table style="left: 0px; width: 564px; position: relative; top: 8px; font-size: 9pt; color: blue; font-family: Arial;">
<tr>
<td style="width: 100px">
What is the vehicle owner's Firstname<img alt=' " "' src="Images/star.jpg" style="position: relative" />:</td>
<td style="width: 100px">
<input name="ctl00$ContentPlaceHolder1$frmOVfname" type="text" maxlength="20" id="ctl00_ContentPlaceHolder1_frmOVfname" style="height:15px;width:100px;position: relative" />
or
<span style="display:inline-block;width:25px;position: relative"><input id="ctl00_ContentPlaceHolder1_CheckOVfname" type="checkbox" name="ctl00$ContentPlaceHolder1$CheckOVfname" /><label for="ctl00_ContentPlaceHolder1_CheckOVfname">unknown</label></span></td>
</tr>
<tr>
<td style="width: 100px">
and Last name<img alt=' " "' src="Images/star.jpg" style="position: relative; left: 0px; top: -6px;" />:</td>
<td style="width: 100px">
<input name="ctl00$ContentPlaceHolder1$frmOVlname" type="text" maxlength="20" id="ctl00_ContentPlaceHolder1_frmOVlname" style="height:16px;width:100px;position: relative" /> or
<span style="display:inline-block;width:25px;position: relative"><input id="ctl00_ContentPlaceHolder1_CheckOVlname" type="checkbox" name="ctl00$ContentPlaceHolder1$CheckOVlname" /><label for="ctl00_ContentPlaceHolder1_CheckOVlname">unknown</label></span></td>
</tr>
<tr>
<td style="width: 100px">
What is Vehicle owner's Address :</td>
<td style="width: 100px">
<input name="ctl00$ContentPlaceHolder1$frmOVaddress1" type="text" maxlength="20" id="ctl00_ContentPlaceHolder1_frmOVaddress1" style="height:17px;width:100px;position: relative" /></td>
</tr>
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
<input name="ctl00$ContentPlaceHolder1$frmOVaddress2" type="text" maxlength="20" id="ctl00_ContentPlaceHolder1_frmOVaddress2" style="height:16px;width:100px;position: relative" /></td>
</tr>
<tr>
<td style="width: 100px">
City :</td>
<td style="width: 100px">
<input name="ctl00$ContentPlaceHolder1$frmOVcity" type="text" maxlength="10" id="ctl00_ContentPlaceHolder1_frmOVcity" style="height:16px;width:100px;position: relative" />
<span id="ctl00_ContentPlaceHolder1_RequiredFieldValidator1" style="color:Red;position:relative;visibility:hidden;"><img alt= "" src = "Images/left.gif"/></span></td>
</tr>
<tr>
<td style="width: 100px">
State:</td>
<td style="width: 100px">
<select name="ctl00$ContentPlaceHolder1$selOVstate" onchange="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder1$selOVstate\',\'\')', 0)" id="ctl00_ContentPlaceHolder1_selOVstate" class="Common" style="height:18px;width:100px;position: relative">
<option value="select">select</option>
<option selected="selected" value="Ohio">Ohio</option>
<option value="Illinois">Illinois</option>
<option value="1">Mizoram</option>
</select>
(Choose IT for International)</td>
</tr>
<tr>
<td style="width: 100px; height: 17px">
Zipcode:</td>
<td style="width: 100px; height: 17px">
<input name="ctl00$ContentPlaceHolder1$frmOVzipcode" type="text" maxlength="10" id="ctl00_ContentPlaceHolder1_frmOVzipcode" style="height:16px;width:100px;position: relative" />(International not required)<span id="ctl00_ContentPlaceHolder1_Reg1" class="Common" style="display:inline-block;color:Red;height:12px;left:0px;position:relative;top:-2px;visibility:hidden;">Enter 5 digits only</span></td>
</tr>
<tr>
<td style="width: 100px">
Country:</td>
<td style="width: 100px">
<select name="ctl00$ContentPlaceHolder1$selOVcountry" onchange="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder1$selOVcountry\',\'\')', 0)" id="ctl00_ContentPlaceHolder1_selOVcountry" class="Common" style="height:19px;width:100px;position: relative">
<option value="Select">Select</option>
<option selected="selected" value="1">USA</option>
<option value="2">India</option>
</select>
</td>
</tr>
<tr>
<td style="width: 100px">
What is Vehicle owner's Home Phone :</td>
<td style="width: 100px">
<input name="ctl00$ContentPlaceHolder1$frmOVph1" type="text" maxlength="3" id="ctl00_ContentPlaceHolder1_frmOVph1" style="height:15px;width:28px;position: relative" />-<input name="ctl00$ContentPlaceHolder1$frmOVph2" type="text" maxlength="3" id="ctl00_ContentPlaceHolder1_frmOVph2" style="height:15px;width:28px;position: relative" />-<input name="ctl00$ContentPlaceHolder1$frmOVph3" type="text" maxlength="4" id="ctl00_ContentPlaceHolder1_frmOVph3" style="height:15px;width:32px;position: relative" /></td>
</tr>
<tr>
<td style="width: 100px">
Business Phone:</td>
<td style="width: 100px">
<input name="ctl00$ContentPlaceHolder1$frmOVbph1" type="text" maxlength="3" id="ctl00_ContentPlaceHolder1_frmOVbph1" style="height:15px;width:28px;position: relative" />-<input name="ctl00$ContentPlaceHolder1$frmOVbph2" type="text" maxlength="3" id="ctl00_ContentPlaceHolder1_frmOVbph2" style="height:15px;width:28px;position: relative" />-<input name="ctl00$ContentPlaceHolder1$frmOVbph3" type="text" maxlength="4" id="ctl00_ContentPlaceHolder1_frmOVbph3" style="height:15px;width:32px;position: relative" /></td>
</tr>
gnomeontherun
07-03-2008, 04:33 PM
It would be a lot easier if we could see the page in action. Do you have a direct link? Its impossible to get the alignment right if you don't have all of the code.
paladinckm
07-03-2008, 05:03 PM
It would be a lot easier if we could see the page in action. Do you have a direct link? Its impossible to get the alignment right if you don't have all of the code.
Hi ,
All I have is a link which publishes by the local host ..If you wish I can send you the screen shots of how it looks in IE and Mozilla ..And also as per the advice of many seniors .. Iam trying to rebuild on e of the page using CSS for table ..If this works out I shall build some pages again ..Is there a good tutorial ?
abduraooft
07-04-2008, 07:09 AM
...using tables for layout? Get inspired by "why tables for layout is bad? (http://www.hotdesign.com/seybold/)"
www.borouge.com/ site gives some good layouts.
http://htmldog.com/ contains some CSS/html tutorial.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.