Click here to Skip to main content
15,891,567 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: DropDownList and SQL question Pin
Divya Rathi23-Feb-06 6:10
Divya Rathi23-Feb-06 6:10 
QuestionAccesing the size of textual elements on a web page Pin
llp00na23-Feb-06 1:05
llp00na23-Feb-06 1:05 
QuestionSQL statement Pin
angelagke22-Feb-06 16:23
angelagke22-Feb-06 16:23 
GeneralRe: SQL statement Pin
George L. Jackson22-Feb-06 17:42
George L. Jackson22-Feb-06 17:42 
Questionasp pages Pin
cmarmr22-Feb-06 7:52
cmarmr22-Feb-06 7:52 
AnswerRe: asp pages Pin
George L. Jackson22-Feb-06 13:07
George L. Jackson22-Feb-06 13:07 
AnswerRe: asp pages Pin
Illegal Operation23-Feb-06 2:40
Illegal Operation23-Feb-06 2:40 
QuestionJavascript Photo Gallery Pin
Trey549822-Feb-06 5:52
Trey549822-Feb-06 5:52 
I am having trouble tring to finish a photo gallery. I currently have a simple on running at the moment with seven pictures that are all located on seperate pages. I want to combine them all to one and am having trouble with the javascript code. I know I need an array to set up the load of each picture with a target point. here is what I have so far on the page itself (no javascript at this time):


<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>

<div id="navigation">
<table>
<tr class="textnavigation">
<td class="previous"><span class="previous"><a href="tour6.html" title="Previous Photograph">&lt;&lt; Previous</a></span></td>
<td class="index" colspan="6"><span/></td>
<td class="next"><span class="next"><a href="tour7.html" title="Next Photograph">Next &gt;&gt;</a></span></td>
</tr>
<tr>
<td class="thumbcell"><a href="tour4.html"><img src="tour4_small.jpg" /></a></td>
<td class="thumbcell"><a href="tour5.html"><img src="tour5_small.jpg" /></a></td>
<td class="thumbcell"><a href="tour6.html"><img src="tour6_small.jpg" /></a></td>
<td class="thumbcell selected"><img src="nwview_small.jpg" /></td>
<td class="thumbcell"><a href="tour7.html"><img src="tour7_small.jpg" /></a></td>
<td class="thumbcell"><a href="tour1.html"><img src="tour1_small.jpg" /></a></td>
<td class="thumbcell"><a href="tour2.html"><img src="tour2_small.jpg" /></a></td>
<td class="thumbcell"><a href="tour3.html"><img src="tour3_small.jpg" /></a></td>


</tr>
</table>
</div>

<div id="photograph">
<img src="nwview.jpg" />
</div>
</body>
</html>



I also want to see about making the thumb nails circle around the current picture being viewed. Any advice or links to get me a good start would be a great help.

-- modified at 11:54 Wednesday 22nd February, 2006
QuestionError:Automation server can't create object Pin
idreesbadshah21-Feb-06 7:18
idreesbadshah21-Feb-06 7:18 
AnswerRe: Error:Automation server can't create object Pin
Vasudevan Deepak Kumar21-Feb-06 20:19
Vasudevan Deepak Kumar21-Feb-06 20:19 
Questioncalling dll in javascript Pin
idreesbadshah21-Feb-06 2:30
idreesbadshah21-Feb-06 2:30 
AnswerRe: calling dll in javascript Pin
CWIZO21-Feb-06 3:48
CWIZO21-Feb-06 3:48 
AnswerRe: calling dll in javascript Pin
Shog921-Feb-06 7:39
sitebuilderShog921-Feb-06 7:39 
Questionhel;p to solve the multipart/alternative and resolve the ParseException Pin
more.deepak20-Feb-06 23:17
more.deepak20-Feb-06 23:17 
QuestionConvert C# to VB code Pin
Chiari20-Feb-06 21:50
Chiari20-Feb-06 21:50 
AnswerRe: Convert C# to VB code Pin
jjrdk21-Feb-06 22:56
jjrdk21-Feb-06 22:56 
AnswerRe: Convert C# to VB code Pin
Srinu_ss522-Feb-06 1:20
Srinu_ss522-Feb-06 1:20 
Questioncreating a draw tool for a website Pin
silverP20-Feb-06 20:28
silverP20-Feb-06 20:28 
QuestionHow can i launch a windows form from a CGI Pin
Yayozama20-Feb-06 13:32
Yayozama20-Feb-06 13:32 
AnswerRe: How can i launch a windows form from a CGI Pin
George L. Jackson20-Feb-06 15:27
George L. Jackson20-Feb-06 15:27 
QuestionRetrieve client information Pin
fafsfaf20-Feb-06 7:53
fafsfaf20-Feb-06 7:53 
QuestionRe: Retrieve client information Pin
George L. Jackson20-Feb-06 15:31
George L. Jackson20-Feb-06 15:31 
AnswerRe: Retrieve client information Pin
fafsfaf21-Feb-06 2:21
fafsfaf21-Feb-06 2:21 
GeneralRe: Retrieve client information Pin
Craster21-Feb-06 4:40
Craster21-Feb-06 4:40 
QuestionHow to loggin ASP.NET project in the ASP project? Pin
Bright Zhang19-Feb-06 22:17
Bright Zhang19-Feb-06 22:17 

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.