Inserted Picture floats when browser is resized

G

Guest

I'm using the "background" picture feature. Works fine. When I insert a
picture on top of it and preview in a browser, the image doesnt stay "locked"
to the position where I inserted it in respect to the background picture.
For example when I shrink or expand the browser window it "floats" around.
Is there a way to lock the picture in place respective to the background
image I'm using?

Thanks in advance!
 
S

Steve Easton

Use absolute positioning and specify the x and y coordinates where you want the top left corner of
the image to be.

Drawback to this method is that it's not supported in all browsers.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
G

Guest

Thanks Steve.
Heres what I have. I've inserted a pic and when I hover over it I get the
following information:
<div style="position:absolute;top:228px;left:588px;width:73px;height...
So it appears that I am using absolute positioning like you mentioned.
Unfortunetly when I preview in a browser, (IE 6.0), the picture still floats
around when I resize the browser. Heres the link to the page I'm working on:
http://www.corneto.com/index-1.html

Thanks again
 
S

Steve Easton

Thanks Bob, You are right.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top