View Full Version : how to remove grey background around slideshow
hook78c
Oct-05-2008, 05:28 AM
can anyone please tell me how to eliminate the greyish background box around my slideshow. I just want the slideshow against my blue-ish background.
thank you!!
www.clicks.smugmug.com (http://www.clicks.smugmug.com)
Allen
Oct-05-2008, 05:32 AM
can anyone please tell me how to eliminate the greyish background box around my slideshow. I just want the slideshow against my blue-ish background.
thank you!!
www.clicks.smugmug.com (http://www.clicks.smugmug.com)
Add this to your CSS
#bioBox {background: none;}
You nav is b0rked, replace with this, fixes errors.
<div class="menu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/6057114_sMvas">About Me</a></li>
<li><a class="drop" href="#nopick">Galleries
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/photos/swfpopup.mg?AlbumID=6062327&AlbumKey=fSuqL">Newborns & Baby Bumps</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062332&AlbumKey=6PEpt">Babies & Toddlers</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062335&AlbumKey=vUpu6">Kids & Teens</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062340&AlbumKey=jkytr">Family & Siblings</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062344&AlbumKey=oHt33">Furry Friends</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="#nopick">Info
<!--[if IE 7]><!--><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/6057177_him9z">Session</a></li>
<li><a href="/gallery/6096521_4yt3n">Pricing</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062335&AlbumKey=vUpu6">Packages</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062340&AlbumKey=jkytr">Holiday Specials</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a href="/Client%20Sessions">Clients</a></li>
<li><a href="/gallery/6096582_q9NKB">Contact Info</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</div>
hook78c
Oct-05-2008, 05:46 AM
Allen,
I added in the CSS, it did eliminate the background, but somehow I've managed to totally lose the slideshow, showing error on page, can you figure out where it is?
i also took your nav adviced and replaced the code with yours. but now you'll notice when i hover over info, it pushes clients and contact me down below. how do i fix that?
thanks for all your help!!!!!!!
Add this to your CSS
#bioBox {background: none;}
You nav is b0rked, replace with this, fixes errors.
<div class="menu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/6057114_sMvas">About Me</a></li>
<li><a class="drop" href="#nopick">Galleries
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/photos/swfpopup.mg?AlbumID=6062327&AlbumKey=fSuqL">Newborns & Baby Bumps</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062332&AlbumKey=6PEpt">Babies & Toddlers</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062335&AlbumKey=vUpu6">Kids & Teens</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062340&AlbumKey=jkytr">Family & Siblings</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062344&AlbumKey=oHt33">Furry Friends</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="#nopick">Info
<!--[if IE 7]><!--><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/6057177_him9z">Session</a></li>
<li><a href="/gallery/6096521_4yt3n">Pricing</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062335&AlbumKey=vUpu6">Packages</a></li>
<li><a href="/photos/swfpopup.mg?AlbumID=6062340&AlbumKey=jkytr">Holiday Specials</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a href="/Client%20Sessions">Clients</a></li>
<li><a href="/gallery/6096582_q9NKB">Contact Info</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</div>
Allen
Oct-05-2008, 07:52 AM
Allen,
I added in the CSS, it did eliminate the background, but somehow I've managed to totally lose the slideshow, showing error on page, can you figure out where it is?
i also took your nav adviced and replaced the code with yours. but now you'll notice when i hover over info, it pushes clients and contact me down below. how do i fix that?
thanks for all your help!!!!!!! Add the red to your header to get your banner back.
<div id="my_banner"></div>
<div class="menu">
...
...
You show is running here in Firefox and IE6, although very slow.
Add this to center the show.
#userBio {text-align: center;}
Navbar is also working her in both browsers. But a couple errors need fixen'.
Change this part
...
<li><a class="drop" href="#nopick">Info
<!--[if IE 7]><!--><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
</a><ul>
<a class="drop" href="#nopick"> </a>
<li><a href="/gallery/6057177_him9z">Session</a></li>
...
To this
...
<li><a class="drop" href="#nopick">Info
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/6057177_him9z">Session</a></li>
...
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.