Click here to Skip to main content
15,902,299 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to rebind the select box (html drop down list control) after updating the values into the database? Pin
Ashish Sehajpal9-Apr-08 3:32
Ashish Sehajpal9-Apr-08 3:32 
QuestionDynamically added controls don't appear in View's control collection. Pin
WebMaster7-Apr-08 12:55
WebMaster7-Apr-08 12:55 
GeneralAh, there's the trouble - you've got yourself a rift in the space-time continuum... Pin
Shog97-Apr-08 14:07
sitebuilderShog97-Apr-08 14:07 
QuestionAdd them myself? Pin
WebMaster7-Apr-08 14:22
WebMaster7-Apr-08 14:22 
GeneralRe: Add them myself? Pin
Shog97-Apr-08 14:56
sitebuilderShog97-Apr-08 14:56 
GeneralOops. Pin
WebMaster7-Apr-08 15:04
WebMaster7-Apr-08 15:04 
GeneralConditional HTML Pin
Yariv7-Apr-08 10:29
Yariv7-Apr-08 10:29 
GeneralRe: Conditional HTML Pin
Shog97-Apr-08 10:51
sitebuilderShog97-Apr-08 10:51 
GeneralRe: Conditional HTML Pin
Yariv7-Apr-08 18:43
Yariv7-Apr-08 18:43 
GeneralRe: Conditional HTML Pin
Shog98-Apr-08 5:26
sitebuilderShog98-Apr-08 5:26 
GeneralRe: Conditional HTML Pin
led mike7-Apr-08 11:30
led mike7-Apr-08 11:30 
QuestionHow To Make a hyperlink using Javascript.......? [modified] Pin
codingrocks5-Apr-08 19:26
codingrocks5-Apr-08 19:26 
AnswerRe: How To Make a hyperlink using Javascript.......? Pin
Christian Graus6-Apr-08 11:54
protectorChristian Graus6-Apr-08 11:54 
GeneralRe: How To Make a hyperlink using Javascript.......? Pin
led mike7-Apr-08 5:04
led mike7-Apr-08 5:04 
GeneralRe: How To Make a hyperlink using Javascript.......? Pin
Shog97-Apr-08 5:06
sitebuilderShog97-Apr-08 5:06 
GeneralRe: How To Make a hyperlink using Javascript.......? Pin
Christian Graus7-Apr-08 12:29
protectorChristian Graus7-Apr-08 12:29 
AnswerRe: How To Make a hyperlink using Javascript.......? Pin
Sachin Pimpale6-Apr-08 21:36
Sachin Pimpale6-Apr-08 21:36 
GeneralFill area Image Map Help me soon Pin
Member 12583735-Apr-08 17:53
Member 12583735-Apr-08 17:53 
GeneralPosition of table differs in different browsers [modified] Pin
ASPnoob4-Apr-08 21:33
ASPnoob4-Apr-08 21:33 
Hi all,
I am trying to learn how to layout my webpage using tables, so I decided to create a short simple webpage for the purpose. The page consists of the header which was created using a table with three columns, and the Main part of the page which was also created using a three column table. The Main part is right below the header. The second column of the Main part has a two column table inserted in it. The problem that I have is that when I view the page in FireFox, the table in the second column of the Main part gets pushed up into the second column of the header. However if I view the page in IE, the table in the second column of the Main Part is where I wanted it to be. Can someone please show me how to get the table to be in the same location no matter what browser I view the page in? Below is my HTML tags and thank you in advance for your time.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
Welcome2
</title>
<style>
body {margin:0px 10px 0px 10px; padding:0px;}
a:link {color:#df7618;text-decoration:none}
a:active {color: Red}
a:visited {color:orange;font-family:arial, verdana, sans-serif; /* ADDED */}
a:hover {background:#7A5DC7;color:yellow;}
</style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="z-index: 100; left: 0px;
width: 1024px; position: absolute; top: 0px; height: 101px">
<tr>
<td style="width: 109px;background-color:purple"></td>
<td style="width: 806px; font-style:italic; font-size:56px;background-color:blue; color: orange; text-align:center;">Welcome</td>
<td style="width: 109px; background-color:purple"></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="z-index: 101;left:0px;width:1024px;position: absolute; top: 101px; height: 140px">
<tr>
<td style="width: 109px; background-color:purple">&nbsp</td>
<td style="width: 806px; background-color:black">
<table border="1" cellpadding="0" cellspacing="0" style="z-index: 101;width:790px;left: 117px; font-size:16px; position:absolute;height:101px;topBlush | :O ">
<tr >
<td style="width: 147px;height:26px;color:white; text-align:center ">
<A href="Home.html">Home</A></td>
<td style="width: 147px;color:white; height:26px; text-align:center">
<A href="AboutUs.html">About Stuff</A></td>
</tr >
<tr>
<td style="width: 147px;color:white; height:34px; text-align:center ">
<A href="Subscribe.html">Trial</A></td>
<td style="width: 147px;color:white; height:33px; text-align:center ">
<A href="Current.html">Current Stuff</A></td>
</tr>
<tr>
<td style="width: 147px;color:white; height:34px; text-align:center ">
<A href="Locations.html">Pick Up Locations</A></td>
<td style="width: 147px;color:white; height:34px; text-align:center ">
<A href="stuf.html">Stuff</A></td>
</tr>
</table>
</td>
<td style="width: 109px; background-color:purple">&nbsp</td>
</tr>
</table>
</body>
</html>

<div class="ForumMod">modified on Saturday, April 5, 2008 3:43 AM</div>
GeneralRe: Position of table differs in different browsers Pin
User 98854-Apr-08 23:16
User 98854-Apr-08 23:16 
QuestionBrowser icon in address bar? Pin
Revathij4-Apr-08 21:12
Revathij4-Apr-08 21:12 
GeneralRe: Browser icon in address bar? Pin
Johnny ²4-Apr-08 21:33
Johnny ²4-Apr-08 21:33 
QuestioninnerHTML - unknown runtime error. Pin
Kiran S. S.3-Apr-08 23:41
Kiran S. S.3-Apr-08 23:41 
GeneralRe: innerHTML - unknown runtime error. Pin
Shog94-Apr-08 5:45
sitebuilderShog94-Apr-08 5:45 
GeneralRe: innerHTML - unknown runtime error. Pin
User 98854-Apr-08 18:04
User 98854-Apr-08 18:04 

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.