473,473 Members | 2,021 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Help with CSS based gallery

Hi,

I'm developping an image gallery based on CSS (no Javascript so far).
You can see it here:

http://www.myfilestash.com/userfiles/myed/index.html

It only works well in Opera, Firefox, Safari and IE7 however I have
two problems:

1. Doesn't work on IE6. Has you imagine I'm looking for full browser
compatibility (don't laugh :P);

2. When you put your mouse over the "Zoom" button, the big picture
stays below the other "zoom" buttons (check out the link).

Does anyone has any idea for a solution. I've already tried th z-index
without success. I really need to get this thing working.

Thank you.

Aug 6 '07 #1
8 1976
ma**********@gmail.com wrote:
... In this case, however, it would be a nice "trick" to give the
extra bonus to the site user without the need of a "Click to see",
"Click to close" cycle.
Your popup images extend below the viewport in my browser, and when I
attempt to scroll down to see the whole image, it disappears.
Those are just like a sneak peak at the magazine's content to help
them make a decision to buy. They don't have to leave the page, allow
a popup or click anything at all, if they want to see, just mous over
the zoom. The idea behind the small "zoom" button was to not "fire
away" the big images when the mouse rolls over the thumbnails (that
would be really annoying), after testing this solution we found that
it was nice.
...and just as annoying when the mouse passes over the Zoom button, while
on the way to click the Back button.

--
-bts
-Motorcycles defy gravity; cars just suck
Aug 6 '07 #2
Your buttons:
.poptrigger { z-index: 100; }
Your large images:
.popup:hover { z-index: 50; }

100 50
Hi,

I've already changed this values and it still doesn't work how it was
supposed (or as I intended). You can check out the link I already
uploaded the changes.

Thanks anyway.

--
Rui

Aug 6 '07 #3
Your popup images extend below the viewport in my browser, and when I
attempt to scroll down to see the whole image, it disappears.
I guess I'll have to make the large pictures a bit smaller, sorry.
..and just as annoying when the mouse passes over the Zoom button, while
on the way to click the Back button.
We did try two options. One with a mouse-over on thumbnail and other
with mouse-over on small button. We decided that the small button
wouldn't get in the way, at least not that often so that it would get
annoying.

If more people come out with your opinion, we will eventually change
the "mouse-over" to a "click". However, the overlapping problem
remains.

Thanks.

--
Rui

Aug 6 '07 #4
ma**********@gmail.com wrote:
>Your buttons:
.poptrigger { z-index: 100; }
Your large images:
.popup:hover { z-index: 50; }

100 50

Hi,

I've already changed this values and it still doesn't work how it was
supposed (or as I intended). You can check out the link I already
uploaded the changes.

Thanks anyway.
Well, no, as I write this, the published code has not been changed. No
z-index changes, no doctype change, no validation. Did you forget to
upload the changed code?

--
John
Pondering the value of the UIP: http://blinkynet.net/comp/uip5.html
Aug 6 '07 #5
On 6 Ago, 16:00, John Hosking <J...@DELETE.Hosking.name.INVALID>
wrote:
mark.it.h...@gmail.com wrote:
Your buttons:
.poptrigger { z-index: 100; }
Your large images:
.popup:hover { z-index: 50; }
100 50
Hi,
I've already changed this values and it still doesn't work how it was
supposed (or as I intended). You can check out the link I already
uploaded the changes.
Thanks anyway.

Well, no, as I write this, the published code has not been changed. No
z-index changes, no doctype change, no validation. Did you forget to
upload the changed code?

--
John
Pondering the value of the UIP:http://blinkynet.net/comp/uip5.html
I did a remake of the page and uploaded.

Actually it is working in IE6... so no problem there.

There's only that thing of the zoom button appearing in front of the
large images.

If I place the "a." before the popup styles, the buttons disappear. So
no solution there.

Now it's there, I checked.

Thenk you.
Aug 6 '07 #6
On 2007-08-06, ma**********@gmail.com wrote:
>Your popup images extend below the viewport in my browser, and when I
attempt to scroll down to see the whole image, it disappears.

I guess I'll have to make the large pictures a bit smaller, sorry.
No matter how small you make them, there will be someone for whom
they are still too big. If you try to accommodate everyone, you
will end up with pictures so small that there is little point to
having the pop-ups in the first place.
--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Aug 6 '07 #7
No matter how small you make them, there will be someone for whom
they are still too big. If you try to accommodate everyone, you
will end up with pictures so small that there is little point to
having the pop-ups in the first place.
You've got a point there. Some kind of equilibrium must be found.

--
Rui

Aug 7 '07 #8
P.S.

You can find the working solution here:

http://www.myfilestash.com/userfiles/myed/index.html
--
Rui

Aug 7 '07 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: matt | last post by:
I have compiled some code, some written by me, some compiled from various sources online, and basically i've got a very simple flat file photo gallery. An upload form, to upload the photos and give...
0
by: Perttu Pulkkinen | last post by:
Does anybody know a php-based image gallery, where final looks of the actual site would not be determined by the application? I mean that there would only be a php-library of objects/functions that...
17
by: the other john | last post by:
This should be fairly basic but I can't think of how to do this and I'm running out of time! I am developing a picture gallery and I can't figure out how to select "one" picture from each...
13
by: matt | last post by:
I have this bit of code, that isn't valid, and I need some help getting it to work... Currently, I get an error because I am calling the next() function within a foreach loop. I am opening a flat...
3
by: Chuck Renner | last post by:
Please help! This MIGHT even be a bug in PHP! I'll provide version numbers and site specific information (browser, OS, and kernel versions) if others cannot reproduce this problem. I'm...
0
by: samjam | last post by:
Below is some coding in a program i am using, i would like to know how i can get the text bigger or bolder on my webpage, This is the section of text i would like bigger or bolder (This is a very...
0
nomad
by: nomad | last post by:
Hello Everyone. I founded an Flash and xml photo gallery. It works but I took it to another step What I want is to have six different galleries in one Flash file. I figure out how to do that but ...
1
by: dustylane | last post by:
I know very little about HTML and CSS but I've been able to decipher most of what I've needed to know based on trial and error. I had a friend coding me a website long ago and he abandoned the...
23
by: angelicdevil | last post by:
wat i m trying to do is delete a line from the xml based on the line generated i.e $mybody dynamically from the values entered by the user. in the code i provide...it simply adds a line...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.