View previous topic :: View next topic |
Author |
Message |
FosoFish -
Joined: 23 Apr 2005 Posts: 22
|
Posted: Fri Apr 29, 2005 1:06 am Post subject: iframe problem... |
|
|
I can't seem to highlight or use any inputs in my iframes =/ my code for it is Code: |
<div id="content" style="position:absolute; padding5px; width:300 height:300; x-index:0; left:140; top:110"><iframe src = "default.html" name = "content" frameborder = 0 width=450 height=390</div>
|
http://24.50.158.18:8502/index.php is the site, the iframe is the big middle part. |
|
Back to top |
|
 |
Tim1681 -
Joined: 17 Jan 2005 Posts: 160 Location: Bristol, CT, USA
|
Posted: Fri Apr 29, 2005 1:24 am Post subject: |
|
|
Dont Forget </iframe> & i would suggest using quotes for your attributes & getting rid of those spaces. aka.
Code: | <div id="content" style="position:absolute; padding: 5px; width: 300px; height: 300px; x-index: 0; left: 140px; top:110px">
<iframe src="default.html" name="content" frameborder="0" width="450" height="390">
</iframe>
</div>
|
Tht should do it ... |
|
Back to top |
|
 |
FosoFish -
Joined: 23 Apr 2005 Posts: 22
|
Posted: Fri Apr 29, 2005 3:18 am Post subject: |
|
|
Heh, already fixed it. It was because the layer i had the frame on was above the iframe.
What you suggested was just organizing it =/ it works fine without quotes and the </iframe> was after </div> i forgot to highlight. =/ |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Fri Apr 29, 2005 4:31 pm Post subject: |
|
|
The website doesnt show up in IE very well... Not sure if you know about this. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
FosoFish -
Joined: 23 Apr 2005 Posts: 22
|
Posted: Sat Apr 30, 2005 12:21 am Post subject: |
|
|
yes, i do. I dont know how to fix it, my one solution is get Firefox! |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Sat Apr 30, 2005 9:39 am Post subject: |
|
|
I do have Firefox but you still have to remember, not everyone uses Firefox yet. Most people with a PC still use Internet Explorer. I know for a fact some people get fustrated when they can't view a website properly, just because someone couldnt be bothered to align frames properly.
In my opinion, I wouldnt use DIV tags for alignment anyway, I learned this the hard way on my previous site, www.m3ezw.co.uk. Every page uses them and it became annoying.
Using tables can be easier, as demonstrated in AbyssUnderground.
BTW, thanks for adding my link to your site, greatly appriciated. If you have a logo and want to sponsor us, I will link to your site. Logo should be 450 x 100px maximum. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Tim1681 -
Joined: 17 Jan 2005 Posts: 160 Location: Bristol, CT, USA
|
Posted: Sat Apr 30, 2005 3:12 pm Post subject: |
|
|
Same thing happened to my friend when he was building a site to put on my server. He built the whole thing using FireFox & when i viewed it in IE it looked like tottal crap. So i told him about it, he rebuilt it in IE and now it works perfect in IE & FireFox. For coding websites i would suggest using IE to preview it because it still looks the same on FireFox when your done .. well atleast it does for me anyways. |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Sat Apr 30, 2005 3:17 pm Post subject: |
|
|
I agree, AbyssUnderground was built with IE and it worked fine in FireFox the first time I ever tried it.
I would do this for all sites. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
olly86 -
Joined: 25 Apr 2003 Posts: 993 Location: Wiltshire, UK
|
Posted: Sat Apr 30, 2005 9:56 pm Post subject: |
|
|
I always test my sites in Opera, as Opera is very standards compatible (and also able to render the rubbish some people create) so if it looks ok in Opera it will be fine in both IE, and FF. _________________ Olly |
|
Back to top |
|
 |
FosoFish -
Joined: 23 Apr 2005 Posts: 22
|
Posted: Sun May 01, 2005 12:59 am Post subject: |
|
|
Thanks for the advice! i created a template that works in both FF and IE(from what olly said Opera too). http://24.50.158.18:8502 :) |
|
Back to top |
|
 |
|