cadaver
11-22-2005, 09:48 PM
think that we have a code like:
<iframe src="a.htm"></iframe>
and the source of a.htm is:
<img src="a.jpg" width="300" height="300"><br>
<img src="b.jpg" width="500" height="300">
so it should look in frame like this:
aaaaaaaa
aaaaaaaa
aaaaaaaa
aaaaaaaa
bbbbbbbbbbbbb
bbbbbbbbbbbbb
bbbbbbbbbbbbb
bbbbbbbbbbbbb
then my problem is:
i want to see only b.jpg in the frame. so i need a code that shows the a.htm scrolled down to 300 pixel of the original.
(i'm not ought to delete a.jpg so i only want to display b.jpg in my page as a result)
anyone has a script for this? or is there code for that. i've soought too much but i couldn't find any please help.
<iframe src="a.htm"></iframe>
and the source of a.htm is:
<img src="a.jpg" width="300" height="300"><br>
<img src="b.jpg" width="500" height="300">
so it should look in frame like this:
aaaaaaaa
aaaaaaaa
aaaaaaaa
aaaaaaaa
bbbbbbbbbbbbb
bbbbbbbbbbbbb
bbbbbbbbbbbbb
bbbbbbbbbbbbb
then my problem is:
i want to see only b.jpg in the frame. so i need a code that shows the a.htm scrolled down to 300 pixel of the original.
(i'm not ought to delete a.jpg so i only want to display b.jpg in my page as a result)
anyone has a script for this? or is there code for that. i've soought too much but i couldn't find any please help.