Click here to Skip to main content
15,921,941 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: About the CodeProject page "script/comments/user_reply.asp" Pin
Guffa29-Nov-06 0:16
Guffa29-Nov-06 0:16 
GeneralRe: About the CodeProject page "script/comments/user_reply.asp" Pin
Davids_Maguire29-Nov-06 1:22
Davids_Maguire29-Nov-06 1:22 
AnswerRe: About the CodeProject page "script/comments/user_reply.asp" Pin
Guffa29-Nov-06 13:21
Guffa29-Nov-06 13:21 
Questionproblem with frame levels Pin
Wim Engberts28-Nov-06 22:00
Wim Engberts28-Nov-06 22:00 
AnswerRe: problem with frame levels Pin
Bradml28-Nov-06 22:44
Bradml28-Nov-06 22:44 
GeneralRe: problem with frame levels Pin
Wim Engberts28-Nov-06 22:50
Wim Engberts28-Nov-06 22:50 
GeneralRe: problem with frame levels Pin
Bradml28-Nov-06 22:56
Bradml28-Nov-06 22:56 
GeneralRe: problem with frame levels Pin
Wim Engberts28-Nov-06 23:10
Wim Engberts28-Nov-06 23:10 
Brad,

Of course:

<HTML>
<head>
<title>Aquarel</title>
<script type="text/javascript" src="../script/lightbox.js"></script>
<link href="../styles/margo.css" rel="stylesheet" type="text/css" />
</head>
<body>

<a href="images/Boom.jpg" rel="lightbox" title="Boompie<BR>aquarel 2001"><img src="thumbnails/Boom.jpg" border=0 align="bottom"></a>
<a href="images/Brug.jpg" rel="lightbox" title="Brug in de mist<br>aquarel 1996"><img src="thumbnails/Brug.jpg" border=0 align="bottom"></a>
<a href="images/Landschap.jpg" rel="lightbox" title="Landschap<br>aquarel 1999"><img src="thumbnails/Landschap.jpg" border=0 align="bottom"></a>
<a href="images/Raam.jpg" rel="lightbox" title="Raam in Venetië<br>aquarel 2002"><img src="thumbnails/Raam.jpg" border=0 align="bottom"></a>
<a href="images/Schilderij I crop.jpg" rel="lightbox" title="Blauw<BR>Aquarel 2003 ca. 125x85"><img src="thumbnails/Schilderij I crop.jpg" border=0 align="bottom"></a>
<a href="images/Schilderij II crop.jpg" rel="lightbox" title="Rood<br>aquarel 2003"><img src="thumbnails/Schilderij II crop.jpg" border=0 align="bottom"></a>
<a href="images/Schilderij III crop.jpg" rel="lightbox" title="Engel<br>aquarel 2005<br>met 24kt bladgoud"><img src="thumbnails/Schilderij III crop.jpg" border=0 align="bottom"></a>
<a href="images/Straat.jpg" rel="lightbox" title="Straat in Venetië<br>aquarel 1990"><img src="thumbnails/Straat.jpg" border=0 align="bottom"></a>
</body>
</HTML>

In itself, this works just fine. The only problem is that this html file is within a frame (which is within another frame within yet another frame) and that the function of "lightbox" is only within the current frame, where I would like it work within the entire window and to center the image on the entire window.

Regards,
William
GeneralRe: problem with frame levels Pin
Bradml29-Nov-06 0:34
Bradml29-Nov-06 0:34 
GeneralRe: problem with frame levels Pin
Wim Engberts29-Nov-06 0:43
Wim Engberts29-Nov-06 0:43 
GeneralRe: problem with frame levels Pin
Bradml29-Nov-06 0:50
Bradml29-Nov-06 0:50 
GeneralRe: problem with frame levels Pin
Wim Engberts29-Nov-06 1:24
Wim Engberts29-Nov-06 1:24 
GeneralRe: problem with frame levels Pin
Wim Engberts28-Nov-06 23:30
Wim Engberts28-Nov-06 23:30 
Questionproblem with update database in php Pin
Arif Liminto28-Nov-06 21:30
professionalArif Liminto28-Nov-06 21:30 
AnswerRe: problem with update database in php Pin
Bradml28-Nov-06 22:42
Bradml28-Nov-06 22:42 
QuestionProblem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 20:06
resmy.m@gmail.com28-Nov-06 20:06 
AnswerRe: Problem with XMLHTTPRequest Pin
Bradml28-Nov-06 20:16
Bradml28-Nov-06 20:16 
GeneralRe: Problem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 20:24
resmy.m@gmail.com28-Nov-06 20:24 
GeneralRe: Problem with XMLHTTPRequest Pin
Bradml28-Nov-06 21:21
Bradml28-Nov-06 21:21 
GeneralRe: Problem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 22:29
resmy.m@gmail.com28-Nov-06 22:29 
GeneralRe: Problem with XMLHTTPRequest Pin
Bradml28-Nov-06 22:47
Bradml28-Nov-06 22:47 
GeneralRe: Problem with XMLHTTPRequest Pin
resmy.m@gmail.com28-Nov-06 23:09
resmy.m@gmail.com28-Nov-06 23:09 
GeneralRe: Problem with XMLHTTPRequest Pin
Bradml29-Nov-06 0:41
Bradml29-Nov-06 0:41 
GeneralRe: Problem with XMLHTTPRequest Pin
ednrgc29-Nov-06 6:51
ednrgc29-Nov-06 6:51 
QuestionLogin System Implementation Pin
Bradml28-Nov-06 19:13
Bradml28-Nov-06 19:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.