Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-08-2011, 08:05 PM   PM User | #1
factor10
New to the CF scene

 
Join Date: Aug 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
factor10 is an unknown quantity at this point
slider images and a shadow.gif

Hello Code Gurus

I'm an amateur hobbyist building a website for a friend, and am having difficulty with 2 elements:
1) a jquery slideshow displaying correctly and
2) positioning a shadow.gif directly under a coloured div

Here is what the website should look like (a mockup in photoshop):


Here is the url for the page in its broken form:
http://factor-10.org/psf/

As you can see, the slideshow is only displaying a fraction of the image.
After about 2 hours trying to fix it, I have admitted defeat and would be grateful for solutions.

Also, could anyone tell me how to position this shadow image:

under the coloured textbox, so it looks like this?

Again, I have tried for about 2 hours, consulting various online resources to help me, but nothing seems to work.

Thanks for your time and patience.
factor10 is offline   Reply With Quote
Old 08-08-2011, 09:05 PM   PM User | #2
Deep Thought
New Coder

 
Join Date: Aug 2011
Location: The Universe
Posts: 34
Thanks: 0
Thanked 11 Times in 11 Posts
Deep Thought is an unknown quantity at this point
Quote:
Originally Posted by factor10 View Post
As you can see, the slideshow is only displaying a fraction of the image.
After about 2 hours trying to fix it, I have admitted defeat and would be grateful for solutions.
One fix would be to just remove the overflow: hidden for .col1.
Quote:
Originally Posted by factor10 View Post
Also, could anyone tell me how to position this shadow image:

under the coloured textbox, so it looks like this?
Create a div to wrap both the textbox and the image, then put them inside as blocks:
PHP Code:
<div class="twrapper">
<
div class="textbox">

<!-- 
This is the div with all the text in itMake sure it doesnt have any margins (just move them to .twrapper). -->

</
div>

<
img src="http://dl.dropbox.com/u/6457741/PSF/development/shadow.gif" alt="" style="display: block" />

<!-- 
The shadow imageIt should not have margins either. -->

</
div
Deep Thought is offline   Reply With Quote
Old 08-09-2011, 01:04 PM   PM User | #3
factor10
New to the CF scene

 
Join Date: Aug 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
factor10 is an unknown quantity at this point
Deep Thought, you're a gem. Thanks so much. It works perfectly!
factor10 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 02:44 PM.


Advertisement
Log in to turn off these ads.