Jump to content

horizontal slider making me cry


dumdumsareyum

Recommended Posts

I have this section at the bottom of my page that I'm trying to have scroll bar at the bottom and have the content be very wide (but the rest of the page is not) It works like a champ in mozilla and safari, looks shaky in opera, and looks like a$$ in ie  :(

 

here's the link

http://www.slantgraphics.com/0901_HoustonControls/home.php

 

and the code associated with the part in question:

#slider 
{
height: 135px;
margin-left: 11px;
margin-right: 12px;
overflow: auto;
background:   #5c1817;
clear: both;
color: white;
}

#sliderwrap
{
width: 1600px;
}

#slider .group
{
float: left;
margin: 10px;
margin-left: 25px;
margin-right: 25px;
width: 175px;
text-align: left;
}

 

and the html

<div id="slider">
   <div id="sliderwrap">

        <div class="group">
              <table>
               <tr><td><img src="<?php echo $path."images/industrial_image1.jpg" ?>" alt="Industrial Image" height="95px" /></td>
               <td>Sample image</td>
           </tr>
          </table>
       </div>

       <div class="group">
                 <table>
                  <tr><td><img src="<?php echo $path."images/industrial_image1.jpg" ?>" alt="Industrial Image" height="95px" /></td>
   	               <td>Sample image with lots of text oh no</td></tr>
   	          </table>
       </div>
//these sample images repeat a few more times
</div>
</div>

 

 

Can anyone help please?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.