Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.
Daily Diamond

For Sale Dumb question

Status
Not open for further replies.

DropWizard.com

Level 8
Legacy Platinum Member
Joined
May 6, 2002
Messages
1,682
Reaction score
51
There doesn't seem to be a forum for this question but I'm canadian so I'll ask it here:lol:

If any of you are familiar with html for firefox I can't resolve the nav panel on the front page of this site http://www.benefitconsultants.com

The nav panel on the back pages all show, just not on the front page. Works fine in explorer. I've gone over it until my eyes are turning backwards with no success.

Anybody see what I'm missing?
 

liberator

Level 6
Legacy Platinum Member
Joined
Jan 2, 2007
Messages
620
Reaction score
2
Hey DW,

Seems you have some problems with a comment break in your code, this:

Code:
<SCRIPT language=javascript type=text/javascript>

<!--

document.getElementById("XSP_LEFT_PANEL_SPC").innerHTML = document.getElementById("XSP_LEFT_PANEL").innerHTML;

document.getElementById("XSP_LEFT_PANEL").innerHTML = "&nbsp;";
</script>
//-->

Should be:

Code:
<!--
<SCRIPT language=javascript type=text/javascript>

document.getElementById("XSP_LEFT_PANEL_SPC").innerHTML = document.getElementById("XSP_LEFT_PANEL").innerHTML;

document.getElementById("XSP_LEFT_PANEL").innerHTML = "&nbsp;";
</script>
//-->

Let me know if that doesn't work.

Cheers,

Jay
 

DropWizard.com

Level 8
Legacy Platinum Member
Joined
May 6, 2002
Messages
1,682
Reaction score
51
Hey Jay thanks that worked!! Not quite sure why it seemed the script form was ok to me but ......

You're hired for all my future problems :)

Gordon
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Members Online

Sedo - it.com Premiums

IT.com

Premium Members

Premium Members

MariaBuy

Our Mods' Businesses

UrlPick.com

*the exceptional businesses of our esteemed moderators

Top Bottom