Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
is this the best image gallery i can get?
Old 01-16-2009, 08:28 AM is this the best image gallery i can get?
Webmaster Talker

Posts: 611
Trades: 0
hi, i got this image gallery with popup windows from w3schools.com. i was wondering if there is anything better out there for me. any ideas or suggestions greatly appreciated. here is the CSS image gallery, it lists thumbnails, and has captions, and creates a popup window for an enlarged image. ive seen javascript ones better , but its too hard for me to deal with.

here it is.
the css. and html

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<html>
<head>
<style type="text/css">
div.img
  {
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }
</style>
</head>
<body>

<div class="img">
  <a target="_blank" href="flower1.html">
  <img src="product1_9385.jpg" alt="Klematis" width="110"
  height="90" />
  </a>
  <div class="desc">Add a description of the image here</div>
</div>
<div class="img">
  <a target="_blank" href="klematis2_big.htm">
  <img src="klematis2_small.jpg" alt="Klematis" width="110"
  height="90" />
  </a>
  <div class="desc">Add a description of the image here</div>
</div>
<div class="img">
  <a target="_blank" href="klematis3_big.htm">
  <img src="klematis3_small.jpg" alt="Klematis" width="110"
  height="90" />
  </a>
  <div class="desc">Add a description of the image here</div>
</div>
<div class="img">
  <a target="_blank" href="klematis4_big.htm">
  <img src="klematis4_small.jpg" alt="Klematis" width="110"
  height="90" />
  </a>
  <div class="desc">Add a description of the image here</div>
</div>

</body>
</html>

Last edited by silverglade; 01-16-2009 at 08:43 AM..
silverglade is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-16-2009, 08:47 AM Re: is this the best image gallery i can get?
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 960
Name: Darren
Location: England
Trades: 0
The simple answer to this is that is completly your choice!

Yes there are better ones around ( I tend to use FACEBOX for most of mine)

But only you will know if this is the type that you want to use...

Why not try using a better looking or more complicated one, and if you get stuck - come back and ask us!

The only way to learn is to actually TRY and do something new!

Good Luck
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 01-16-2009, 09:06 AM Re: is this the best image gallery i can get?
Webmaster Talker

Posts: 611
Trades: 0
thank you. i think i will stick with this one since im a newbie, then experiment with others like javascript. thank you for the help and feedback. derek

Last edited by silverglade; 01-16-2009 at 09:19 AM..
silverglade is offline
Reply With Quote
View Public Profile
 
Old 01-16-2009, 09:19 AM Re: is this the best image gallery i can get?
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 960
Name: Darren
Location: England
Trades: 0
Ahh, the famous DreamWeaver pushes everything to the left scenario...

Thats one of the main reasons you would be better to try and code in a text editor like Notepad++ which colour codes the html to make it much easier to read.

I'll have a look and see whats causing it...
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 01-16-2009, 09:22 AM Re: is this the best image gallery i can get?
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 960
Name: Darren
Location: England
Trades: 0
What happened there??? Did you delete your post about the Dreamweaver problem??

Quote:
thank you. im also having a problem with my web page, it doesnt look right in dreamweaver i dont know what happened. but it looks right in the browser. any help GREATLY appreciated . thanks. derek
Thats just made this thread complicated for everyone else...!
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 01-16-2009, 09:31 AM Re: is this the best image gallery i can get?
Webmaster Talker

Posts: 611
Trades: 0
ya i deleted it because i fixed it. but now i have a new problem. my flash movie is playing in Firefox, but disappears (doesnt show) in Internet Explorer.
any more help GREATLY appreciated. im stuck at this point. thanks. derek

here is the link to my page: (the flash video on my other webpage works , so its not my browser)

http://derekvanderven.com/flower_events/home.html

nevermind. i fixed the problem again. sorry. LOL

Last edited by silverglade; 01-16-2009 at 09:55 AM..
silverglade is offline
Reply With Quote
View Public Profile
 
Old 01-16-2009, 10:35 AM Re: is this the best image gallery i can get?
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 960
Name: Darren
Location: England
Trades: 0
Glad you got it fixed, for future reference though, try Vangogh's Sticky

http://www.webmaster-talk.com/html-f...audio-web.html
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 01-16-2009, 02:03 PM Re: is this the best image gallery i can get?
Webmaster Talker

Posts: 611
Trades: 0
cool thank you very much. also, does anyone know how i can get a second row with this image gallery? it puts 4 images in a row, horizontally but i cant figure out how i would make a second row. i tried <p> but that didnt work. any help greatly appreciated. thank you. derek

here is the css/html for the one-row image gallery.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<html>
<head>
<style type="text/css">
div.img
  {
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }
</style>
</head>
<body>

<div class="img">
  <a target="_blank" href="flower1.html">
  <img src="product1_9385.jpg" alt="Klematis" width="110"
  height="90" />
  </a>
  <div class="desc">Add a description of the image here</div>
</div>
 
<div class="img">
  <a target="_blank" href="klematis2_big.htm">
  <img src="klematis2_small.jpg" alt="Klematis" width="110"
  height="90" />
  </a>
  <div class="desc">Add a description of the image here</div>
</div>
<div class="img">
  <a target="_blank" href="klematis3_big.htm">
  <img src="klematis3_small.jpg" alt="Klematis" width="110"
  height="90" />
  </a>
  <div class="desc">Add a description of the image here</div>
</div>
<div class="img">
  <a target="_blank" href="klematis4_big.htm">
  <img src="klematis4_small.jpg" alt="Klematis" width="110"
  height="90" />
  </a>
  <div class="desc">Add a description of the image here</div>
</div>

</body>
</html>

Last edited by silverglade; 01-16-2009 at 02:33 PM..
silverglade is offline
Reply With Quote
View Public Profile
 
Old 01-16-2009, 03:19 PM Re: is this the best image gallery i can get?
Webmaster Talker

Posts: 611
Trades: 0
sorry about this, but i found the answer to my rows problem. so you can ignore my question. sorry for all the "now i found it already" posts. derek
silverglade is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to is this the best image gallery i can get?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.29284 seconds with 12 queries