PDA

View Full Version : Smugmug gradient theme question


Michael C
Aug-16-2006, 10:24 AM
Slowly getting to grips with customising - thanks to this forum!!!

I have obviously intoduced some odd code somewhere. The Smugmug Gradient theme panel which should sit under my bio box (now acting as a slideshow container) doesn't extend to the proper height in Firefox although it's OK in IE.

Any obvious thoughts where I should look or should I rebuild from scratch and try to pinpoint where the error creeps in.

I will probably not stay with gradient, but I don't like loose ends that may occur elsewhere.

Thanks for your patience.

Barb
Aug-16-2006, 10:31 AM
Slowly getting to grips with customising - thanks to this forum!!!

I have obviously intoduced some odd code somewhere. The Smugmug Gradient theme panel which should sit under my bio box (now acting as a slideshow container) doesn't extend to the proper height in Firefox although it's OK in IE.

Any obvious thoughts where I should look or should I rebuild from scratch and try to pinpoint where the error creeps in.

I will probably not stay with gradient, but I don't like loose ends that may occur elsewhere.

Thanks for your patience.

You have this in your CSS:

#bioBox
{ text-align:center;
height:240px;}

Remove the height and you'll be good to go :)

Michael C
Aug-16-2006, 10:44 AM
You have this in your CSS:

#bioBox
{ text-align:center;
height:240px;}

Remove the height and you'll be good to go :)

I'm good. I'm gone.

Now all I need to remember is why I put that in in the first place.

Thanks a bunch.