Current location: Hot Scripts Forums » General Web Coding » CSS » Gallery component hides in Moz, but not IE. Other ideas?


Gallery component hides in Moz, but not IE. Other ideas?

Reply
  #1 (permalink)  
Old 09-03-07, 12:35 PM
Capt'n Morgan Capt'n Morgan is offline
New Member
 
Join Date: Aug 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Gallery component hides in Moz, but not IE. Other ideas?

I'm using Gallery to display photos on a site I'm working on, and there's a newer theme for it called Ajaxian. Navigation of the gallery is controlled via a toolbar that appears above the image, and it's only supposed to be visible when the image is being displayed, not when the list of albumsis displayed.

It works great in Firefox, but not so great in IE. The developer of the theme was aware of that, and used the code below to screen back the navigation bar, so that it wouldn't be too obtrusive.

css Code:
  1. slideshow-controls ul {
  2.     position: absolute;
  3.     margin: 0;
  4.     padding: 3px 210px 3px 250px;
  5.     list-style: none inside;
  6.     background-color: #000;
  7.     opacity: 0.6;
  8.     -moz-opacity: 0.6;
  9.     filter: alpha(opacity=40)/* Lower opacity for IE since the controls don't hide */

Does anyone have suggestions as to how to make this work better in IE?
It looks great in Moz., but it's not acceptable in IE.

Maybe something that detects the browser and displays a different method of navigation instead?

You can take a look at the gallery theme in action here unless I get frustrated and go with a completely different theme first!

Last edited by UnrealEd; 09-04-07 at 03:47 AM. Reason: please use the [highlight=css] tag when posting css code
Reply With Quote
  #2 (permalink)  
Old 09-03-07, 01:20 PM
Capt'n Morgan Capt'n Morgan is offline
New Member
 
Join Date: Aug 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
I'm pretty sure I'm going to need to find a new theme to use, so here's a screen cap in case anyone is interested in helping fix this. I can change the theme back pretty quick if need be.
Attached Images
File Type: jpg gallery.jpg (4.6 KB, 57 views)
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Gallery Feedback Kobra Website Reviews 3 01-02-06 03:21 PM
Looking for a different gallery solution Benqo Script Requests 2 12-13-05 10:21 AM
Ice Cream Man needs help! - Photo Gallery Creation Ice Cream Man Script Requests 0 04-07-05 07:22 PM


All times are GMT -5. The time now is 02:04 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.