A Digital Age Deserves A Digital Leader

whats wrong with my code? equivalent to iframes?

whats wrong with my code? equivalent to iframes?

Postby EXTREMEoverclocker » Wed Oct 10, 2007 4:42 am

ok i have a mini window in my site ...
the one with the news...
when i view it with firefox it looks nice and has a black background with the gray text...
when i view it with IE it has a white background .... i have no idea why this is ...
here is my code:
name="cwindow" bgcolor="#000000" style="border:0px solid black" width=463 height=300 src="doc.htm"

any ideas why IE is displaying the background as white?
i have tried many different things and am burned out at the moment ... any ideas before this drives me insane?

ok i was reading somewhere the iframes dont work with a lot of things...
anyone know of an equivalent to them?
Last edited by EXTREMEoverclocker on Thu Oct 11, 2007 4:41 am, edited 1 time in total.
Image

.....How can i soar with eagles when im surrounded by turkeys.....
PRO Level 13
User avatar
Posts: 784
Joined: Fri Dec 24, 2004 5:53 am
Location: Dallas, Tx USA

Postby jbullard » Wed Oct 10, 2007 5:16 am

Try this instead of

Code: Select all
<iframe name="cwindow" style="border:0px solid black" bgcolor="#000000" width=463 height=300 src="doc.htm"></iframe>



do

Code: Select all
<iframe name="cwindow" style="background-color: #000; border: none;" width=463 height=300 src="doc.htm"></iframe>
VP - Software
User avatar
Posts: 3653
Joined: Sun Jun 06, 2004 10:17 pm
Location: Utah
Real Name: Jason Bullard

Postby EXTREMEoverclocker » Wed Oct 10, 2007 10:19 pm

that code just turns yellow and shows up on the site...for some reason it wont work at all
Image

.....How can i soar with eagles when im surrounded by turkeys.....
PRO Level 13
User avatar
Posts: 784
Joined: Fri Dec 24, 2004 5:53 am
Location: Dallas, Tx USA

Postby jbullard » Thu Oct 11, 2007 4:40 am

Alright. Do this instead. I completely forgot about the frameborder property. :)

Code: Select all
<iframe name="cwindow" FRAMEBORDER = 0 bgcolor="#000" width=463 height=300 src="doc.htm"></iframe>
VP - Software
User avatar
Posts: 3653
Joined: Sun Jun 06, 2004 10:17 pm
Location: Utah
Real Name: Jason Bullard

Postby EXTREMEoverclocker » Thu Oct 11, 2007 4:42 am

ah thank you so much....that was driving me insane :)
Image

.....How can i soar with eagles when im surrounded by turkeys.....
PRO Level 13
User avatar
Posts: 784
Joined: Fri Dec 24, 2004 5:53 am
Location: Dallas, Tx USA

Return to HTML, CSS, and Scripts

Who is online

Users browsing this forum: No registered users and 0 guests