WHY?
- Started
- Last post
- 9 Responses
- iSolve
http://www.isolvecreative.com/5/…
ie 5 on mac works fine.
ie 6 on winxp pro scroll bars appear in my iframe. i can jimmy it by making the image the background image in the page of html that appears in the iframe, but I shouldn't have to do this.
any help?
iSolve.
- mitsu0
just make it an img and change the src with javascript.
- iSolve0
what do you mean. it is an image right now. one image in a page of html. if i change it to bkg i would fix my problem. but i feel i shouldn't have to that.
sorry if I don't understand you.
- mitsu0
javascript:
function change_img(img_arg)
{
my_image.src=img_arg;
}html:
img src='whatever.gif' onclick='change_img("images/othe...
- frankbb0
i think he whats to just get rid of his scroll bars?
scrolling="NO" noresize
stick that in the body tag..
- mitsu0
yeah, but you have to listen to that annoying 'click' sound. try my way if you have the time.
- iSolve0
look in the source. i did set the scrolling to no.
- iSolve0
thanks mitsu. i appreciate it.
- mitsu0
set it to 'no'
- iSolve0
" i was just checking the inline specs on the..... over... head ......router......... i'm an idiot"
tommy boy.
thanks mitsu. didn't see that.