This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#26 2011-05-26 15:56:28

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Internet explorer displaying problems

meew0 wrote:

Did you try this?

Code:

<div id= "topBar">
<div align="center">
<div><a href="index.php"><img alt="HOME" border=0 src="home.png" style="margin-right:15px;"/></a>
<a href="about us.php"><img border=0 alt="ABOUT US" src="aboutus.png" style="margin-right:15px;"/></a>
<a href="games.php"><img alt="GAMES" border=0 src="games.png" style="margin-right:15px;"/></a>
<a href="videos.php"><img alt="VIDEOS" border=0 src="videos.png" style="margin-right:15px;"/></a>
<a href="comics.php"><img alt="COMICS" border=0 src="comics.png" style="margin-right:15px;"/></a>
<a href="register.php"><img alt="REGISTER" border=0 src="register.png" style="margin-right:15px;"/></a>
<a href="donate.php"><img alt="DONATE" border=0 src="donate.png" /></a></div>
</div>
</div>

have YOU tried this? I don't see why a supported tag would be causing the problem. The other PNG on the site that IS displayed is also within center tags.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#27 2011-05-26 16:00:02

JSO
Community Moderator
Registered: 2007-06-23
Posts: 1000+

Re: Internet explorer displaying problems

I'd help if you could link...

You should give Firebug a try, it's epic. Firebug Lite works almost as nice and is nothing but a Javascript bookmark link  yikes

tip: avoid nasty styling tags like <center> :p


http://oi48.tinypic.com/2v1q0e9.jpg

Offline

 

#28 2011-05-26 16:02:32

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Internet explorer displaying problems

JSO wrote:

I'd help if you could link...

You should give Firebug a try, it's epic. Firebug Lite works almost as nice and is nothing but a Javascript bookmark link  yikes

tip: avoid nasty styling tags like <center> :p

Yes. This is helpful...  big_smile

Offline

 

#29 2011-05-26 16:08:51

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Internet explorer displaying problems

hmmm.... I'm reluctant to link the site until I have some content on it. The last time I checked, Firebug wasn't available for my version of firefox (the newest!). I will go see again as I miss it  tongue


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#30 2011-05-26 16:13:23

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Internet explorer displaying problems

Someone remind me how you run an error check with firebug?  smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#31 2011-05-26 16:14:13

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Internet explorer displaying problems

sparks wrote:

Someone remind me how you run an error check with firebug?  smile

Use the console.error() function.
EDIT: That gives an error of your choice, actually.

Last edited by rdococ (2011-05-26 16:17:05)

Offline

 

#32 2011-05-26 16:17:16

SpriteMaster
Scratcher
Registered: 2009-01-25
Posts: 1000+

Re: Internet explorer displaying problems

Chrome can be a little slow at times, but much more efficient than IE. I like Firefox too. Opera just is plain bad.


`                        Click here for my YouTube channel!                        `http://i.imgur.com/4Qz3I.jpg

Offline

 

#33 2011-05-26 16:20:21

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Internet explorer displaying problems

Did not spot any errors


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

Board footer