Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Image appears behind website content
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
inkwebsites  
View profile  
 More options May 7 2012, 9:01 pm
From: inkwebsites <inkwebsi...@gmail.com>
Date: Mon, 7 May 2012 18:01:03 -0700 (PDT)
Local: Mon, May 7 2012 9:01 pm
Subject: Image appears behind website content
I'm new to fancybox and javascript, and have been trying to get
fancybox going on my client's website.

I want to have individual images set up on one HTML page and a gallery
on another HTML page.

I have put in the extra code that is required, but whenever I click on
the image that has been linked correctly, the image appears, behind
the rest of the webpage's content.

I have cut out most of the code, but I have left in one of the images
(you can still see the problem), if you could please make changes that
will make it function properly, that would be great.

The code for the page where I want the gallery is as follows (there
will be about 22 images on this page, all in order in a fancybox
gallery):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="imagetoolbar" content="no"><title>Picture Book</
title>
<link rel="stylesheet" href="antenna.css">
<script type="text/javascript" src="jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="fancybox/
jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript"> $(document).ready(function() { $
("a.gallery").fancybox(); }); </script>
<link rel="stylesheet" href="fancybox/jquery.fancybox.css" type="text/
css" media="screen">
</head>
<body class="global" style="">
<div class="default_style" id="V408644842GKT156" style="position:
absolute; top: 69px; left: 171px; width: 130px; height: 200px;">
<a rel="group" class="gallery" title="image 1" href="./pb24.jpg"><img
name="pb24thumb" src="pb24t.jpg" alt="" border="0" height="200"
width="130"></a></div>
</body>
</html>

I want to have the text in the black bubble thing below the image, and
it to use the fade effect to appear and disappear.

Sorry about this but I have no idea. I will start learning javascript,
but this is urgent.

Thanks in advance for your help.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
RavanH  
View profile  
 More options May 8 2012, 7:16 pm
From: RavanH <ravanha...@gmail.com>
Date: Tue, 8 May 2012 16:16:44 -0700 (PDT)
Local: Tues, May 8 2012 7:16 pm
Subject: Re: Image appears behind website content

Hi,

If you say ALL content gets put in front of FancyBox it sounds to me like a
stacking order issue. Unrelated to javascript.

Check your antenna.css for any mention of z-index. Reduce all values to
below 1100. If there are more than one, keep them in respective order.

Otherwise, a link to your site would be more helpful than a code snippet :)

Cheers,
Allard

Op dinsdag 8 mei 2012 03:01:03 UTC+2 schreef inkwebsites het volgende:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »