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

Iframes - browsers

Page: 1 2 Reply
Oct 27th 2003#126560 Report
Member since: Feb 7th 2002
Posts: 1564
Hey Guy's...

Been fooling about iframes lately, since Paav showed me their existence ;)

but I got a problem, I just do the iframe like this:

[iframe src="what to show.htm" name="iframe_something" width="500" marginwidth="10" height="350" marginheight="10" scrolling="auto">

And in my default browser, Crazy Browser, it shows just like that... You can't tell that there is something there other than text if the text is fitting the settings that is...

But in IE and opera, there is kinda 3D borders, shadowed, so you sense a slightly lowered box with text in it...Do anyone know what I'm talking about ? And is that fixable ?
Reply with Quote Reply
Oct 27th 2003#126572 Report
Member since: Apr 5th 2001
Posts: 2544
Reply with Quote Reply
Oct 27th 2003#126574 Report
Member since: Feb 7th 2002
Posts: 1564
hm...shouldn't that be 0'ed when not typed in ?
Reply with Quote Reply
Oct 27th 2003#126576 Report
Member since: Apr 5th 2001
Posts: 2544
Well I don't know... you could always give it a try.
Reply with Quote Reply
Oct 27th 2003#126577 Report
Member since: Feb 7th 2002
Posts: 1564
Noooooo, haven't thought of that ;)

Well, i did, and it works, as I said in my default browser but not in the other two...

I will go study some more, eh ? Or just masturbate myself into knowing...That always do the trick
Reply with Quote Reply
Oct 27th 2003#126581 Report
Member since: Apr 5th 2001
Posts: 2544
that always does the trick, yes!
Reply with Quote Reply
Oct 27th 2003#126591 Report
Member since: Mar 18th 2001
Posts: 6632
Yes, just put that frameborder attribute in there and it will go away. you could also try using CSS.
Reply with Quote Reply
Oct 28th 2003#126724 Report
Member since: Feb 7th 2002
Posts: 1564
Hm...have some text, table headlines attribute's controlled by CSS, but I guess you mean CSS pro style...?

I guess one have studying to do...
Reply with Quote Reply
Oct 28th 2003#126748 Report
Member since: Mar 29th 2003
Posts: 1326
What browsers support iFrames? All of them? I've always thought that their use was frowned opon. No?

tom
Reply with Quote Reply
Oct 28th 2003#126754 Report
Member since: Mar 18th 2001
Posts: 6632
CSS pro style? What is that?

You can just make a CSS rule that takes the border off of the iFrame, most likely.

But I don't see why just putting frameborder="0" isn't working for you.

< iframe src="http://www.onethreeone.com/blog/mostrecent.html" height="60px" width="450px" scrolling="no" frameborder="0">< /iframe>

That is the code that I use for my sig, and as you can see it has no border... So I don't really understand what you are having trouble with.

TRHaynes, iFrames work in just about every recent browser. Most of the the time they are just confusing and a pain in the ass to use, which is why they are frowned upon.
Reply with Quote Reply
Page: 1 2 Back to top
Please login or register above to post in this forum