PDA

View Full Version : Firefox


Dogdots
Feb-25-2009, 12:53 PM
I downloaded FireFox to see how my site worked on there and I notice that my Contact in my nav bar looks different. Any reason as to why that happened and how can I fix that?

Also no email box pops up when someone clicks onto my Contact button in Firefox - why? -- I know that isn't a customization question :D

J Allen
Feb-25-2009, 02:48 PM
I downloaded FireFox to see how my site worked on there and I notice that my Contact in my nav bar looks different. Any reason as to why that happened and how can I fix that?

Add these red tags, then your current CSS will take care of the rest:

<div id="navcontainer">
<ul>
<li><a href="/">HOME</a></li>
<li><a href="/gallery/7103414_uTKqX/">ABOUT ME</a></li>
<li><a href="/galleries/">GALLERY</a></li>
<li><a href="javascript:norobotmail('dogdotsphotography', 'gmail.com')">CONTACT</a></li>
<li><a href="/gallery/4609701_ig9JU/">GUESTBOOK</a></li>
</ul>
</div>

Also no email box pops up when someone clicks onto my Contact button in Firefox - why? -- I know that isn't a customization question :D


I'm using FF and it worked for me. :thumb

Dogdots
Feb-26-2009, 07:39 AM
Add these red tags, then your current CSS will take care of the rest:

<div id="navcontainer">
<ul>
<li><a href="/">HOME</a></li>
<li><a href="/gallery/7103414_uTKqX/">ABOUT ME</a></li>
<li><a href="/galleries/">GALLERY</a></li>
<li><a href="javascript:norobotmail('dogdotsphotography', 'gmail.com')">CONTACT</a></li>
<li><a href="/gallery/4609701_ig9JU/">GUESTBOOK</a></li>
</ul>
</div>




I'm using FF and it worked for me. :thumb

Thank you -- it changed the lettering to make it all look the same :thumb

As for clicking on the contact button and getting an email to pop up, it doesn't do anything. Do I need to set something up with FF?