Click here to Skip to main content
16,013,465 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Printing Big (Huge... You dont belive how huge...) image in a browser Pin
A.Dent31-Aug-08 4:15
A.Dent31-Aug-08 4:15 
QuestionHow can we generate a tiny preview image from a website ? Pin
Mohammad Dayyan26-Aug-08 11:24
Mohammad Dayyan26-Aug-08 11:24 
AnswerRe: How can we generate a tiny preview image from a website ? Pin
Shog926-Aug-08 11:43
sitebuilderShog926-Aug-08 11:43 
Questionweb page design with different resolution Pin
UD(IA)26-Aug-08 4:42
UD(IA)26-Aug-08 4:42 
GeneralRe: web page design with different resolution Pin
Perspx26-Aug-08 6:40
Perspx26-Aug-08 6:40 
GeneralRe: web page design with different resolution Pin
UD(IA)26-Aug-08 20:19
UD(IA)26-Aug-08 20:19 
GeneralRe: web page design with different resolution Pin
Ashfield26-Aug-08 21:22
Ashfield26-Aug-08 21:22 
GeneralRe: web page design with different resolution Pin
UD(IA)26-Aug-08 22:34
UD(IA)26-Aug-08 22:34 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="css.css" rel="stylesheet" type="text/css" />
</head>

<body>

	<table width="101%" border="0" cellpadding="0" cellspacing="0" class="tbl1">
<tr>
        	<td rowspan="3" align="center" valign="top" width="15%">
            	<img src="images/bgleft.jpg" height="600" width="171" align="top" />            </td>
		  <td width="65%" align="center" valign="top"><img src="images/top.jpg" align="top" width="780" height="194" /></td>
      <td rowspan="3" align="center" valign="top" width="20%"><img src="images/bgright.jpg" align="top" width="197" height="600" /></td>
      </tr>
        <tr>
        	<td height="359" align="center">b</td>
      </tr>
        <tr>
        	<td align="center">
            	<img src="images/bottom.jpg" align="bottom" height="39" width="780" />            </td>
        </tr>
    </table>

</body>
</html>

css file is:-


@charset "utf-8";
.tbl1 {
position: fixed;
left: 0%;
top: 0%;
background-position: center center;
height: 100%;
width: 100%;
}
what is problem with this code
Thanks for reply. :-D 

<div class="ForumSig">I will do my best?</div>

GeneralRe: web page design with different resolution Pin
Ashfield27-Aug-08 0:35
Ashfield27-Aug-08 0:35 
GeneralRe: web page design with different resolution Pin
UD(IA)27-Aug-08 1:24
UD(IA)27-Aug-08 1:24 
GeneralRe: web page design with different resolution Pin
Ashfield27-Aug-08 1:30
Ashfield27-Aug-08 1:30 
GeneralRe: web page design with different resolution Pin
UD(IA)27-Aug-08 3:54
UD(IA)27-Aug-08 3:54 
GeneralRe: web page design with different resolution Pin
Ashfield27-Aug-08 8:23
Ashfield27-Aug-08 8:23 
QuestionGenerating the Image Preview instantly when user Selects Image [modified] Pin
sd0000726-Aug-08 3:33
sd0000726-Aug-08 3:33 
AnswerRe: Generating the Image Preview instantly when user Selects Image Pin
Manas Bhardwaj26-Aug-08 3:39
professionalManas Bhardwaj26-Aug-08 3:39 
QuestionWriting and saving the XML file on the Client Side in javascript Pin
Member 337739125-Aug-08 22:36
Member 337739125-Aug-08 22:36 
AnswerRe: Writing and saving the XML file on the Client Side in javascript Pin
Manas Bhardwaj26-Aug-08 3:20
professionalManas Bhardwaj26-Aug-08 3:20 
GeneralRe: Writing and saving the XML file on the Client Side in javascript Pin
Patrick Kilgore27-Aug-08 5:43
Patrick Kilgore27-Aug-08 5:43 
GeneralRe: Writing and saving the XML file on the Client Side in javascript Pin
Mark Schumann27-Aug-08 10:55
Mark Schumann27-Aug-08 10:55 
QuestionHow to make such FLASH media things? Pin
fantasy121525-Aug-08 21:51
fantasy121525-Aug-08 21:51 
AnswerRe: How to make such FLASH media things? Pin
Ashfield26-Aug-08 3:04
Ashfield26-Aug-08 3:04 
AnswerRe: How to make such FLASH media things? Pin
Perspx26-Aug-08 6:41
Perspx26-Aug-08 6:41 
GeneralRe: How to make such FLASH media things? Pin
fantasy121526-Aug-08 15:14
fantasy121526-Aug-08 15:14 
GeneralRe: How to make such FLASH media things? Pin
neilmajithia27-Aug-08 3:28
neilmajithia27-Aug-08 3:28 
QuestionReading the XML file using javascript Pin
Member 337739125-Aug-08 21:00
Member 337739125-Aug-08 21:00 

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.