PDA

View Full Version : Breadcrumb


spopho
Apr-04-2008, 07:49 PM
I have managed to get rid of the breadcrumb only in IE. Any suggestions?:scratch

Allen
Apr-04-2008, 08:05 PM
I have managed to get rid of the breadcrumb only in IE. Any suggestions?:scratch
extra }


} << remove the extra }
#breadcrumb {visibility: hidden;}

Trying to remove the play slideshow button?

.gallery_3576196 #Slideshow {display: none;}

change to this

.gallery_3576196 .play_slideshow {display: none;}

spopho
Apr-04-2008, 08:25 PM
Thank you, Allen.:barb

spopho
Apr-04-2008, 08:40 PM
Allen, shoud I be doing something with the red text?


Marty

Allen
Apr-04-2008, 08:42 PM
Allen, shoud I be doing something with the red text?


Marty
This? No, just pointing to what gets removed.
} << remove the extra }

spopho
Apr-04-2008, 08:48 PM
Got it!:clap:clap