|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
slideshow border
I have read the info on the border and I inserted the code into my CSS however i still have no border. Also, can I change the colors of the border? I would like a black and brown border.
On another note, I have my slogan at the bottom of my footer in white. I just changed my theme. What color number do i need to change my slogan to in order for it to match the rest of my theme? Thank you very much for all of your great help. I know none of us would be able to do this without Dgrin!!! Jamie www.timelessmoment.com |
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
<style type="text/css"rel="stylesheet"id="smugmugBlacCSS" href="http://css.smugmug.com/css/smugmugBlack=2007092711630.css" /> <style type="text/css"> You're missing a block; or none; after display: here. #stylebar { display: margin: 0px auto; margin-top: 30px; height: 525px; width: 750px; border: 5px ridge #36C; background: #f5f5f5 !important; text-align:center; } Remove this from your CSS. the following css is required if slideshow controls are enabled: You have two of these, might combine them. #My_Footer { margin: 0px auto; text-align: center; font-family: Verdana, Arial, Helvetica; } #My_Footer { margin: 0 auto; font-family: Verdana, Arial, Helvetica; } In your footer change the color here. <p align="center"><font color="#927348" face="Lucida Fax">"Taking pictures today and creating a timeless moment for tomorrow".</font></p> <p> </p>
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#3
|
||
|
Big grins
|
border still not working
Quote:
Thanks for your notes!!! They were a great help. My border still does not come up. I did not delete the info in the CSS about the controls just in case I decide to use them one day soon. Thanks. Jamie www.timelessmoment.com |
|
|
|
||
|
#4
|
||
|
"tweak 'til it squeaks"
|
Quote:
missing a few lines. #stylebar { display: none; margin: 0px auto; margin-top: 30px; height: 525px; width: 750px; border: 5px ridge #36C; background: #f5f5f5 !important; text-align:center; } Change it to this. #stylebar { display: none;} #bioBox { margin: 0 auto; margin-top: 10px; height: 430px; width: 640px; border: 8px ridge #705B3D; background: #A68064; text-align: center; } #ssSlide { margin: 0 auto; height: 400px; margin-top: 20px; margin-left: 15px; } There are many ways to format this so any thing you wnat to try holler back. Remove the bold below, it's covered above and add the red comment tags. /* center the slideshow */ #bioBox { text-align: center; } /* the following css is required if slideshow controls are enabled */
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#5
|
||
|
Big grins
|
Thank You!!!
Quote:
WOW!!! Thank you so much!!!! It looks perfect!!!
|
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|