• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization problems with firefox and filmstrip

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #130 (Hot or Cold), Memol..

The next Dgrin Challenge DSS #131 (Music) is open for entries through June 24th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Sep-21-2007, 06:32 AM
#1
JLC04 is offline JLC04 OP
Beginner grinner
JLC04's Avatar
problems with firefox and filmstrip
I've been customizing my site through safari and it looks good but when i look at it through firefox, things are different:
1) there is a box around the words "keyword search" that i do not want there

2) there is a box around my logo at the bottom of the page that I don't want there

3) lines under all my links i don't want there

4) i put color on my links but they dont show in firefox

5) i made a table to show all my prices but the color isn't showing up

with my filmstrip, i put the code in to stop the filmstrip from moving automatically but it isn't working....

what can i do to fix these problems??
Old Sep-21-2007, 06:35 AM
#2
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by JLC04
...e a table to show all my prices but the color isn't showing up

with my filmstrip, i put the code in to stop the filmstrip from moving automatically but it isn't working....

what can i do to fix these problems??
This goes in you javascript not CSS and you have two of them.

filmstripMove = 0;

filmstripMove = 0;

By removing those you're other problems might be solved because they
might be disabling all the CSS below them.
Old Sep-21-2007, 07:12 AM
#3
JLC04 is offline JLC04 OP
Beginner grinner
JLC04's Avatar
i fixed the code but nothing has changed
Old Sep-21-2007, 07:23 AM
#4
Allen is online now Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by JLC04
i fixed the code but nothing has changed
Hmm, didn't see anything else in CSS that might be a problem.

BTW, you can shorten up your CSS by replacing all this.
Code:
/* html only page for gallery 3067223 */ 
.gallery_3067223 .nophotos { 
display: none; 
}
.gallery_3067223 .pageNav {
display: none;
}

/* html only page for gallery 3137557 */ 
.gallery_3137557 .nophotos { 
display: none; 
}
.gallery_3137557 .pageNav {
display: none;
}

/* html only page for gallery 3060091 */ 
.gallery_3060091 .nophotos { 
display: none; 
}
.gallery_3060091 .pageNav {
display: none;
}

/* html only page for gallery 3040651 */ 
.gallery_3040651 .nophotos { 
display: none; 
}
.gallery_3040651 .pageNav {
display: none;
}

/* html only page for gallery 3042615 */ 
.gallery_3042615 .nophotos { 
display: none; 
}
.gallery_3042615 .pageNav {
display: none;
}

/* html only page for gallery 3041648 */ 
.gallery_3041648 .nophotos { 
display: none; 
}
.gallery_3041648 .pageNav {
display: none;
}

/* html only page for gallery 3137592 */ 
.gallery_3137592 .nophotos { 
display: none; 
}
.gallery_3137592 .pageNav {
display: none;
}

/* html only page for gallery 3060078 */ 
.gallery_3060078 .nophotos { 
display: none; 
}
.gallery_3060078 .pageNav {
display: none;
}

/* html only page for gallery 3053643 */ 
.gallery_3053643 .nophotos { 
display: none; 
}
.gallery_3053643 .pageNav {
display: none;
}

/* html only page for gallery 3057011 */ 
.gallery_3057011 .nophotos { 
display: none; 
}
.gallery_3057011 .pageNav {
display: none;
}

/* html only page for gallery 3145895 */ 
.gallery_3145895 .nophotos { 
display: none; 
}
.gallery_3145895 .pageNav {
display: none;
}

/* html only page for gallery 3176465 */ 
.gallery_3176465 .nophotos { 
display: none; 
}
.gallery_3176465 .pageNav {
display: none;
}

/* html only page for gallery 3183441 */ 
.gallery_3183441 .nophotos { 
display: none; 
}
.gallery_3183441 .pageNav {
display: none;
}

/* html only page for gallery 3266910 */ 
.gallery_3266910 .nophotos { 
display: none; 
}
.gallery_3266910 .pageNav {
display: none;
}

/* html only page for gallery 3307161 */ 
.gallery_3307161 .nophotos { 
display: none; 
}
.gallery_3307161 .pageNav {
display: none;
}

/* html only page for gallery 3480436 */ 
.gallery_3480436 .nophotos { 
display: none; 
}
.gallery_3480436 .pageNav {
display: none;
}

/* html only page for gallery 3480812 */ 
.gallery_3480812 .nophotos { 
display: none; 
}
.gallery_3480812 .pageNav {
display: none;
}

/* html only page for gallery 3514798 */ 
.gallery_3514798 .nophotos { 
display: none; 
}
.gallery_3514798 .pageNav {
display: none;
}
with this
Code:
     /* html only page */
.nophotos h3,
.gallery_3067223 .pageNav,
.gallery_3137557 .pageNav,
.gallery_3060091 .pageNav,
.gallery_3040651 .pageNav,
.gallery_3042615 .pageNav,
.gallery_3041648 .pageNav,
.gallery_3137592 .pageNav,
.gallery_3060078 .pageNav,
.gallery_3053643 .pageNav,
.gallery_3057011 .pageNav,
.gallery_3145895 .pageNav,
.gallery_3176465 .pageNav,
.gallery_3183441 .pageNav,
.gallery_3266910 .pageNav,
.gallery_3307161 .pageNav,
.gallery_3480436 .pageNav,
.gallery_3480812 .pageNav,
.gallery_3514798 .pageNav {
display: none;
}
Old Sep-21-2007, 07:28 AM
#5
JLC04 is offline JLC04 OP
Beginner grinner
JLC04's Avatar
thank you so much for all your help
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump