Multiple div sidebars

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



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 26th, 2008, 02:34
New Member
Join Date: Feb 2008
Location: Sherwood Park Alberta Canada
Age: 20
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Multiple div sidebars

I would like to make multiple "div sidebars" on one page, what would need to be done to do so.

Quote:
<div id="sidebar" class="sidebar">
<a id="sidebar" class="thumbnail" href="http://www.flickr.com/Photos/8368367@N08/525523345/in/set-72157600297492459/"><img src="images/next.jpg" width="100px" height="66px" border="0" /><span><img src="images/img01.jpg" /><br /></span></a>
<div style="clear: both;">&nbsp;</div>
</div>
Reply With Quote

  #2 (permalink)  
Old Feb 26th, 2008, 08:21
Reputable Member
Join Date: Oct 2007
Location: UK
Posts: 267
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Multiple div sidebars

im not really understanding what it is your trying to do? Have u got a link to ur site?
Reply With Quote
  #3 (permalink)  
Old Feb 26th, 2008, 14:49
New Member
Join Date: Feb 2008
Location: Sherwood Park Alberta Canada
Age: 20
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Multiple div sidebars

My situation has changed just a little, I have these back and next buttons for pictures when there hovered a little preview is shown on the second page the button previews in the bottom corner of the picture same as the forward I would like to be able to move it to the left corner http://members.shaw.ca/anders.kitson/photo.htm
Reply With Quote
  #4 (permalink)  
Old Feb 26th, 2008, 16:33
New Member
Join Date: Feb 2008
Location: London
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Multiple div sidebars

From what I understand you want the thumbnail which appears when you hover over the next button to appear in the left corner of the picture?

Well, if that is the case, you just need to change the 'left' property in the 'thumbnail span' class.

So,
Code: Select all
.thumbnail span{
 position: fixed;
 padding: 5px;
 left: 795px;         // change this to a smaller value - something like 300px should do it 
 visibility: hidden;
 color: black;
 text-decoration: none;
}
Hope that helped.
Reply With Quote
  #5 (permalink)  
Old Feb 27th, 2008, 01:14
New Member
Join Date: Feb 2008
Location: Sherwood Park Alberta Canada
Age: 20
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Multiple div sidebars

Ok well i guess i should clarify, I only want the back button image to hover over there and when i change that property both the back and next button does
Reply With Quote
Reply

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
Multiple web browsers AdRock Webforumz Cafe 14 Oct 1st, 2007 12:36
Multiple Where Clauses nate2099 Databases 2 Sep 13th, 2007 20:43
Multiple IE's moojoo Webforumz Cafe 6 Jul 16th, 2007 21:50


All times are GMT. The time now is 19:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs 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 43