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

Web Development

 
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 
GeneralRe: innerHTML - unknown runtime error. Pin
Soumini Ramakrishnan8-Apr-08 0:33
Soumini Ramakrishnan8-Apr-08 0:33 
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 
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 

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.