rie
07-02-2003, 11:55 PM
is it possible to have an inline frame with no specific widths and height but just maximize itself to whatever is inside it to fit without scrolling?
|
View Full Version : frame rie 07-02-2003, 11:55 PM is it possible to have an inline frame with no specific widths and height but just maximize itself to whatever is inside it to fit without scrolling? freakEgurl 07-03-2003, 12:06 AM Dont think you can make an iframe do that, but you can make a div do that <div id = "div1" style = "position:absolute;">your html here</div> Or you can make your iframe so big, that it wont scroll. rie 07-03-2003, 01:47 AM what im trying to do is link pictures- is there a way to have the pictures show up in a certain area below the picture links without having to use another inline frame...what i want is that the scroll maximizes to fit the picture |