hello
I have some pictures in my site using thickbox, with safari and firefox there is no problem, but with explorer doesnt work. there is a solution for that?
thanks a lot
nando
hello
I have some pictures in my site using thickbox, with safari and firefox there is no problem, but with explorer doesnt work. there is a solution for that?
thanks a lot
nando
Is there a website to look at? Is there a better description regarding what "doesnt work"?
sorry about my english, you can see here what I mind
http://www.nandocornejo.com/projects/contempopranea-05/
I meant doesn't work becouse in explorer doesn't work the thickbox, but in safari and firefox works good.
I work wiht mac
IE 5 on a Mac perhaps? Sorry, it will never work on that...
If it's not in the current version, the next update to Indexhibit will have Thickbox 3...and/or...I hope something more modern.
I have no idea when I will have time in the next few weeks to make the release available.
OK Vaska,
thanks a lot for your time, I'm waiting for the new indexhibit update!
But, are you talking about IE5 on a Mac? Or, IE on PC's?
It will never work on IE5 - very few people support it anymore. It's too old and it was really a horrible piece of work.
Hi Vaska,
first let me thank you for the great work that you've done with indexhibit and for the possibility that you give to people to make very functional websites. It's just great.
I have noticed the same problem as subdeut but on pc and using IE7. The thickbox option doesn't work properly. The page doesn't become white/semi-transparent as it does on firefox, so when you have a lot of thumbs the vision it's not good and it's hard to see next and prev buttons.
an example at this page of my site http://www.christianfossati.com/index.php?/portraits/color/
I'm using indexhibit v0.69. I still have to work on my site.
Thanks again for your time. Ciao!
Hello Christi4n, maybe you could post a screen capture? This would help us to see what you're seeing. Thanks!
Hola Eloisa, there's a screenshot here
http://www.flickr.com/photo_zoom.gne?id=1442985763&size=o
as you can see the overlay is completely transparent.
css problem?
a friend of mine told me that there's a new version of thickbox (v3.1 http://jquery.com/demo/thickbox/), but I can't upgrade it on indexhibit.
bye and thank you!
We'll upgrade this soon - been meaning to do so for some time.
Anyone know a fix for thickbox on IE? (The background doesn't fade out in Internet Explorer 6 and 7.) Upgrade coming soon? Cheers.
Mine is working fine on ie 6 & 7.
Here is my css code :
#TB_overlay {
position: absolute;
z-index:100;
top: 0px;
left: 0px;
background-color: #00ff8f;
filter:alpha(opacity=85);
-moz-opacity: 0.7;
opacity: 0.75;
min-height:100%;
height: auto;
_height:100%;
/* pour IE 6 */
height : 1px;
}
/* pour les autres navigateurs */
* > #TB_overlay {
height: auto;
}
/* pour IE 7 */
*+html #TB_overlay {
min-height : 1px;
}
I'm researching a replacement for Thickbox. And, since Indexhibit is now framework agnostic maybe we'll use Prototype to make that one happen...
I've never been happy with Thickbox...nope.
Sorry to Hijack this thread Vaska, but my original thread is closed. I just thought you/other users may like to know, I fixed my problem by changing the transfer type from binary to auto detect :)
Thanks
I was actually going to suggest that last night...and I forgot.
I'm really happy to hear you got it rolling - I knew it wasn't an Indexhibit problem.
Thanks guys. Your help has been most appreciated. Simon, your CSS code worked for me. Cheers!
simon's code works for me to.
thanks.
www.andreapetrecca.net
explorer gives other problems... expecially with margin sets in css
i want to get text in content to be aligned with the text under the logo in the menu (on left) but while it works in safari and firefox i cannot do it on explorer!
any ideas?
p.s.
the thickbox can be very useful... which alternative are you working on, vaska?
ehm...
http://www.andreapetrecca.net/projects/fiction-pyongyang/
look at this with explorer 7
or look at this
http://www.simonlagneaux.com/projects/quadrichromie/
there is still a problem with the overlay, it ends (in vertical) a few pixel under the thumbs.
if thumbs are in a low position (after a long text for example) it works good. otherwise the overlay cover less than half page...
there is another one called shadowbox that looks really impressive. i might release this soon...i want to use it for something...
maybe we can get simon to hatch that one up? simon, you too busy? ;)
hello,
1.) I'm an idiot. Sorry for being one. I'm working on it. If something below is a 100% bone-headed comment, I take full responsibility.
2.) My site: www.mylesdickasonphotography.com works fine in Safari, Firefox. Not in IE. The problems are several:
a.) Thickbox background is transparent which makes looking at pictures really distracting. I've changed all opacities in the ie.css file and in the jquery.thickbox.css file to 1 or 100 depending on browser. (ie completely opaque in all of them). No dice.
b.) on the homepage the title (Myles Dickason Photography) is a different font -- Times New Roman, the default, I believe -- in IE than in Safari and Firefox (Hei, helvetica, sans serif). I've tried to change all of the obvious places. Also, I "blacked out" the "Myles Dickason Photography" that is the indexhibit-mediated title of the page by making it the same color as the background of the page. I did this in the style.css sheet. Then, I added an h1 element in the index.php file and styled it via the style.css sheet. I did this so that I could manipulate the title and menu box independently of each other.
So, what I want to know is how to make the thickbox background opaque in IE, and make the font conform to my style sheet.
3.) As I'm sure you've noticed, there's no "Built with Indexhibit Site" link.--It's not gone, it's just because I can't figure out how to move it around on the page with the same absolute position dimensions as work for the other elements. I made it its own element in index.php, again so that I could manipulate it independently, but it won't go anywhere except top left corner, and I can't change the "a" style (hover, link, active, visited). "indexhibt" is blue--the default.
I've looked at the other postings and tried some of the suggestions, to no avail.
Can you throw me a bone?
You need to be logged in to post.