PDA

View Full Version : Slideshow Blinds Breaking Page


tim376588
03-19-2010, 07:16 PM
I have managed to adjust the size of my Slideshow Blinds (thanks Jimmy) but now I have put it into my .php page that I want to display but it is “reducing” or “masking” the width of the page. I have two links here demonstrating what I mean – without Slideshow Blinds <http://www.meehankatrina.com/newindex.php>, and with Slideshow Blinds <http://www.meehankatrina.com/newindexgal.php>. These pages have been created in Dreamweaver using CSS Sculptor. I have tried adjusting different div widths and margins etc which doesn't seem to have an effect – it has even taken my navigation out, all which appears before the code in the normal flow. Suggestions would be appreciated.

Thanks
Tim

neilo
03-19-2010, 09:36 PM
Hi Tim,

In your screen.css, for the #outerWrapper div, try changing 'width:980px' to 'min-width:980px' :

#outerWrapper {
background-image: url("../meekatbase_Grey_images/meekat_midshad.png");
background-position: top center;
background-repeat: repeat-y;
margin: 40px auto 0 auto;
padding: 0px 0px 0px 0px;
text-align: left;
min-width: 980px;
}

tim376588
03-19-2010, 10:53 PM
Gday Neilo,

Thanks for that. It fixes the page where the gallery appears, but if I delete the gallery (for example if I wanted to make another page or something) then it breaks the other page. Of course a workaround for this is just to do another style sheet for the other pages which is what I will do. Any idea why your suggestion works? Does it force something to happen?
Thanks for your efforts. Much appreciated.

Regards,
Tim