Help with images

This is a discussion on "Help with images" within the Web Page Design section. This forum, and the thread "Help with images are both part of the Design Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old May 10th, 2006, 17:38
Junior Member
Join Date: Nov 2005
Age: 55
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Help with images

I have the site http://www.easytraveller.gr almost all in flash in the main section.
I want to convert some parts of it in html using CSS
Can anyone help me how I will do this:
I have many pages like : http://www.easytraveller.gr/herahotel.swf. I want to make the same thing with CSS (The thumbnails in the bottom and on mouse click the image goes bigger in the same position as the first one in the above example)

Regards
Tolis
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old May 10th, 2006, 17:56
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with images

Fairly easy to do with CSS and Javascript, I can show you in a couple days how I did it on a client site. It's going live by then, but prior, it's a private dev server.

Shoot me a personal message as a reminder and if you don't have it figured out yet, I'll show you the code.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old May 12th, 2006, 15:11
Junior Member
Join Date: May 2006
Location: Manchester. UK
Age: 17
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with images

Your menu would be the easiest to change as you would just have it something like:

HTML: Select all
.navigation{
        width: width here;
        height: height here;
        font-family: the font;
        font-size: the size;
        border: 1px solid #000000;
        color: #ffffff;
}

a:link {color: #your hexadecimal color code} 
a:hover {color: #your hexadecimal color code}
Now all you could need to do is the basic HTML for it.

HTML: Select all
<div class="navigation">
 <a href="url.php">Home</p>
</div>
If the colour is set the same in the CSS class then it will work =]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old May 15th, 2006, 18:32
Junior Member
Join Date: Nov 2005
Age: 55
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with images

Dear Herkalees
Are you ready now with the site?
Regards
Tolis
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old May 15th, 2006, 22:44
herkalees's Avatar
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with images

Quote:
Originally Posted by tolis
Dear Herkalees
Are you ready now with the site?
Regards
Tolis
Somewhat; the entire site isn't done, but you may look at it.
See the Menu page: http://www.fuddruckersne.com/menu/

Have a look at the xhtml, the css, and the javascript file to see how the sections load into the same place.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old May 16th, 2006, 00:42
New Member
Join Date: May 2006
Location: Vancouver BC
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with images

to apply the link (& it's hover) color only to the navigation section, do this:

.navigation a:link {color: #your hexadecimal color code}
.navigation a:hover {color: #your hexadecimal color code}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
help, images

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
multiple rollover images change multiple images joshlindem Web Page Design 4 Apr 18th, 2008 09:11
grabbing still images from wmv for PHP? Raynia PHP Forum 3 Sep 21st, 2007 06:24
CSS Images magnetica Web Page Design 1 Aug 20th, 2007 16:11
Images and SEO spinal007 Search Engine Optimization (SEO) 9 May 5th, 2007 15:57
Using images as hyperlinks AdRock Web Page Design 2 Aug 30th, 2006 21:03


All times are GMT. The time now is 20:49.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42