tweezy
06-14-2005, 08:58 AM
My website won't work with the firefox browser for some reason. It works fine when viewed with IE but two friends who use firefox say it shows up a blank screen. why is this and how can i fix it. the link to the site is http://neocrossing.50webs.com please help me, thanks
1. change this line...
<table width="750px" cellspacing=0 cellpadding=0 border=0 style=position:absolute;top:0px;left:0px;z-index:-1>
to this...
<table width="750" cellspacing="0" cellpadding="0" border="0" style="position:absolute; top:0px; left:0px;">
2. in your image map coding, all the spots where you have...
#words
take all of those out. those are causing problems.
Monkey Bizzle
06-14-2005, 01:56 PM
pb&j beat me so I won't repeat what he said... but I will also add that upon validating your site, I found that you missed a few ending tags... You should also go thru and fix those as it doesn't really matter if your site works in FF if it doesn't look right =P
tweezy
06-15-2005, 03:39 AM
ok, i see the #words, when i took the # away, the links wouldnt work at all... more help requested
tweezy
06-15-2005, 03:59 AM
well its not letting me edit so i have to create another reply, what tags arent closed?!
Monkey Bizzle
06-15-2005, 04:59 AM
well its not letting me edit so i have to create another reply, what tags arent closed?!
you can only edit within 5 minutes of your post...
When I posted the reply above, I was looking at the validator results and it said you were missing tags or you had improper nesting of tags... Upon closer look of your code:
<br>Neo~Crossing has risen from the dead. This time we aren't going away.</font>
You don't need that closing </font> tag since you don't have one open...
Holy Whack! I started a guild! Ok NC is now back up and kicking.</font>
Same there...
</tr></td></table>
should be </td></tr></table> and you are missing a closing </center> tag after that </table> tag.
Go thru and fix those errors and you should be good to go!
MaGiCSuN
06-15-2005, 04:02 PM
since we are busy with it anywayz :P
<div></div>
you have that around your main image and your image map. Delete them, they aren't doing anything for your page.
also what pb&j means with those #words are the following red parts:
<div>
<map id="LeftBar" name="LeftBar">
<area shape="rect"#Guild Ranks
coords="0,124,128,169" href="ranks.html" title="Guild Ranks" />
<area shape="rect"#Shop Banners
coords="0,170,128,213" href="http://home.neopets.com/templates/homepage.phtml?pet_name=elmosing_2004" title="Shop Banners" />
<area shape="rect"#Activities
coords="0,214,128,258" href="activities.html" title="Activities" />
<area shape="rect"#Donation Shop
coords="0,259,128,305" href="http://www.neopets.com/browseshop.phtml?owner=acgaccount" title="Donation Shop" />
<area shape="rect"#Adoption Agency
coords="0,306,128,350" href="adopt.html" title="Adoption Agency" />
<area shape="rect"#uild Library
coords="0,351,128,396" href="http://neopets.com/browseshop.phtml?owner=acgalibrary" title="Guild Library" />
<area shape="rect"#Member of the Month
coords="0,397,128,447" href="motm.html" title="Member of the Month" />
<area shape="rect"#Pet of the Month
coords="0,448,128,497" href="potm.html" title="Pet of the Month" />
<area shape="rect"#Tips and Tricks of Neopets
coords="0,498,128,541" href="tips.html" title="Tips and Tricks of Neopets" />
<area shape="circle"#Home
coords="64,47,51" href="index.html" title="Home" />
<area shape="default" nohref="nohref" alt="" />
</map>
</div>
aswell delete the <div></div> around it :)
Love,
Mirna
tweezy
06-17-2005, 08:03 PM
oooo thanks, one question though, arent those #words supposed to be there? thank you monkey bizzle for ur help, i know the div doesnt do anything but when i created the imagemap with mapedit it automatically put them in so all i did was copy and paste, i didnt bother to delete them on each page the #words were also created by mapedit, supposedly they are alt words? (mouseover) Thanks for all ur help
Can someone tell me what <xmp> does?
MaGiCSuN
06-17-2005, 08:25 PM
nope those words don't belong in the <area> tag like that.
xmp makes code show up as a code, not as an image or whatever it makes. so everything between <xmp></xmp> shows up as the actual coding.
Love,
Mirna
tweezy
06-19-2005, 04:34 AM
that is uber helpful, thanks