![]() |
Re: Shadowbox Integration
Hi beetlejuice -
One issue - in your skin1.css you have shadowbox_images defined as a class, but you are calling it as an id. If you are only using that tag once - you can change it to: Code:
#shadowbox_images { Code:
<div class="shadowbox_images"> |
Re: Shadowbox Integration
thanks gb2world but it made no difference, the thumbnails are still vertical.
Even if you look at chopperworx's site his thumbnails are in rows of two supposedly based on the last code. Duh! Any other ideas to try? |
Re: Shadowbox Integration
There is something odd in your css file - it looks like there is a typo causing a syntax error around the line where .contact is defined. Search in you skin1.css file for .contact - remove the mismatched brackets that you find there, and see if that now allows the css to be read correctly by the browser.
|
Re: Shadowbox Integration
Found the offending { :? now have to find where that additional css came from. No other site I manage has it so a little investigation is on the cards. It helped the shadowbox a little by surrounding the thumbnails with a border but I still can't get the left alignment working.
should I use the css, or call it directly from the shadowbox_images.tpl like Code:
<div id="shadowbox_images"> to <div "float: left; width: 500px"> Thanks again |
Re: Shadowbox Integration
You should be able to use the css from your css file. You can use in-line css if you want, but, it is not necessary.
If you do use in-line, the code you posted needs to be changed. The shadowbox_images div is intended to be the container - so you want to set it to have a width that is big enough so the divs with the class shadowboxlinks will float inside it. something like: #shadowbox_images { width: 500px;} then, inside there are the floating divs with the images: .shadowboxlinks {margin: 2px; border: thin solid #868686; padding: 2px; height: 50px; width: 50px; float:left; } |
Re: Shadowbox Integration
Yeehaa! Got it, thank you so much for your patience gb2world.
Dang! Got a little carried away, in FF and Opera perfecto, typically Internet Exploder 7 shows vertical thumbnails still, and even worse the dark screen overlay only, no images show. Does anybody know how much I despise IE.8O |
Re: Shadowbox Integration
Alright nearly there.
Replaced <<html xmlns="http://www.w3.org/1999/xhtml" > with <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> in home.tpl and now the images appear in IE, but the thumbnails are still vertical. What else do I need to do? AARghhhhh! |
Re: Shadowbox Integration
I don't see the id shadowbox_images defined anywhere in your css. IE probably need that to be defined
|
Re: Shadowbox Integration
Done!!
reloaded shadowbox_images.tpl from the original download, then re-copied KeithExtreme's version, fixed up my skin1.css and it works beautifully. Thanks again gb2world, you've been a big help. Just as an afterthought, you wouldn't know how to make the menu on the left hide beneath the shadow boc when it's called, like the rest of the site? I wrapped literal tags around the javascript in home.tpl and that just killed all the css for the entire site. beetlejuice |
Re: Shadowbox Integration
It is probably a z-index set somewhere - the menu z-index might be set higher than the shadowbox.
You have a css file that is part of the shadowbox installation - look for shadowbox_container and set the z-index higher |
All times are GMT -8. The time now is 06:17 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.