Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stretch - BackGround Repeat off - only IE 6+

Status
Not open for further replies.

iamsw00sh

Programmer
May 21, 2003
92
RO
i have an image 300x1 pixels

i need to stretch it to fit the window (no idea about size)

and i need to put an other image over this one ...

the streched one is repeating himself if i use dimensions bigger then his own ...

i donno what to do ...

i think it it not possible ...

maybe with DIV or something ...
but that is getting too complicated ...

what do y'all think?

 


Sample Code?
Maybe a URL?

*cLFlaVA
----------------------------
Lois: "Peter, you're drunk!"
Peter: "I'm not drunk, I'm just exhausted from stayin' up all night drinking!
 
<body>
<form name="main" mehod="post">
<table border="1" cellSpacing="0" cellPadding="0" align="center" bgColor="#8ab2ba" width="100%" height="100%">
<tr>
<td><img src="../Images/TransfereeBeginning/square.gif" border="0"></td>
<td width="80%">
<table background="../Images/TransfereeBeginning/horiz-grey-green.gif" width="variable" height="variable" id="swtest">
<tr>
<td><i need here the image></td>
</tr>
</table>
</td>
<td><img src="../Images/TransfereeBeginning/square.gif" border="0"></td>
</tr>
<tr>
<td>d</td>
<td>eee</td>
<td>f</td>
</tr>
<tr>
<td><img src="../Images/TransfereeBeginning/square.gif" border="0"></td>
<td>h</td>
<td><img src="../Images/TransfereeBeginning/square.gif" border="0"></td>
</tr>
</table>
</form>
</body>

--
cucu bau
 
I don't see the problem. Most likely because you're using relative paths so the images won't display.

*cLFlaVA
----------------------------
Lois: "Peter, you're drunk!"
Peter: "I'm not drunk, I'm just exhausted from stayin' up all night drinking!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top