TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

... I frames....

Page: 1 2 Reply
Feb 9th 2004#141554 Report
Member since: Dec 29th 2003
Posts: 5
oh, right, yeh i uploaded the wrong version.. a m8 of mine told me to try that so i did ;)
Reply with Quote Reply
Feb 9th 2004#141594 Report
Member since: Apr 20th 2002
Posts: 3000
If you have a div or a table with a fixed width in the reference HTML file that you have set to the width of the iframe, make sure the width of the iframe is that width — of the div or table — plus the scrollbar width (16 ±2) plus the page's left-margin and right-margin. So for example:

[quote=math]
If width of TABLE = 300, left and right margins = 10;
300 + 16 + 20 = 326.

In IE6, the least integer for the scrollbar width is 14, making the above 324 instead.
[/quote]

EDIT - After looking at the code, try putting the test text into a table or div with a fixed width. Then do the above.
Reply with Quote Reply
Feb 9th 2004#141596 Report
Member since: Aug 9th 2001
Posts: 2333
Design wise, get rid of the pixelated background!! :D
Reply with Quote Reply
Feb 11th 2004#141784 Report
Member since: Jan 6th 2004
Posts: 250
hey .... your code is diff from mine
http://www.infamousonline.com/donttrip/index.htm *EDIT* Click the image

iframe src="home.html" frameborder="0" name="iframe" height="296" width="296">

as opposed to yours

IFRAME SRC="exempel.htm" NAME="frame" HEIGHT="385" WODTH="400" ALIGN="center" FRAMEBORDER="0" FRAMESPACING="0" BORDER="0" NORESIZE="yes"

im not sure what it is try my code. . . . it might work...
Reply with Quote Reply
Feb 11th 2004#141814 Report
Member since: Feb 7th 2002
Posts: 1564
Hey, I'm no expert like some of the others here, and I can't view that page you linked. But I think marbles on to something. Put everything in the source file in a 100% table. That does it for me everytime. Then fit the iframe and the cell it's in on the main page, and the sidescrollbar should go away.

Second of all, that css code to change the scrollies in the iframe shouldn't go there. I't should go in the head of the source file (exempel.htm) in order to get the scrolbar changed.

Patric.
Reply with Quote Reply
Feb 23rd 2004#143334 Report
Member since: Feb 23rd 2004
Posts: 8
yes.. do what the dude above me said... put all your crap into a table and set it to 100% width... also the page you're putting into the ifram... make set the margins to 0...
Reply with Quote Reply
Page: 1 2 Back to top
Please login or register above to post in this forum