Results 1 to 3 of 3

Thread: drop in slideshow problems in ie6

  1. #1
    Join Date
    Aug 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default drop in slideshow problems in ie6

    1) Script Title: dropinslideshow.js

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ropitslide.htm

    This is my first attempt at producing website, i have inherited the task from a colleague. I have tried to code it from scratch without using frontpage or the like. (the website is for a non profit information sharing site)

    http://cleggy621.joolo.com/welcome.htm

    I have designed it using Firefox to test it to get it too a level.

    My problem is that i cant get the drop in slideshow to align in IE6. It moves it to the right so that i only see half the images.

    Ignore the joolo images as this is just on a free temp host.
    (the host code has also misaligned the images in firefox)

    Hope someone can help

    Regards

    Mark

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    You cannot center the slide show in IE using center or text-align:center. Get rid of text-align:center here:

    Code:
    #logos {
    	position: absolute;
    	z-index: 7;
    	width: 150px;
    	height: 150px;
    	margin-top: 430px;
    	font-weight: normal;
    	background-image:url('images/logobg.png');
    	text-align:center;
    }
    There could be other problems.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs up

    Thanks, that helped, with a bit of padding thrown in.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •