dont want images to change position on resize

liunx

Guest
I have 2 images side by side, the left being a logo, and the right being a 1pixel wide image which I have stretched to 910pixels. My problem is when you resize the page, the second images will automatically move below the first image. This cannot happen, they cant move on resize.<br />
<br />
This is the code, its pretty simple stuff but I dont know how to do this. <br />
<br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/images/logo.gif border=0><img src=images/logo_right.gif width=910 height=120 border=0><!--content-->use style sheets to position your images at an absolute point.<br />
<br />
left:XXpt;<br />
top:XXpt;<br />
<br />
Cheers<br />
<br />
Khalid<!--content-->Sounds like you鎶甧 trying to create a 鎻礱ckground?to the right of the logo. I know I鎶
 
Back
Top