1) Script Title: http://www.dynamicdrive.com/dynamici...tentslider.htm
2) Script URL (on DD): Featured content slider v2
3) Describe problem:
I got this to work on IE7 fine, but Firefox shoves the pics over to the left for some reason (but not the pagination).
Must be a positioning issue (?), but I've been messing with it for awhile, and haven't solved it.
Can anyone tell me what to change, that will make it position centered in both browsers?
It's inside of #gallery, which itself is inside #rightcol.
I may be able to get rid of #gallery if needed.
Thanks.
Site: http://www.geezerd.com
http://geezerd.com/main.css is the whole css, but I put the most relvant sections below:
Code:body { background: url('images/bg1.jpg') black top repeat-x fixed; margin: 0px 0px 0px 1px; font-family: "Trebuchet MS",Helvetica, sans serif; font-size: 13px; color: #ccc; text-align: left; } #container { position:relative; width: 100%; top: 120px; } #rightcol { position:absolute; top:30px; right:0; width: 65%; } #gallery { height: auto; font-size: 14px; text-align:center; vertical-align: middle; } .sliderwrapper{ position: relative; /*leave as is*/ overflow: hidden; /*leave as is*/ width: 100%; /*width of featured content slider*/ height: 450px; } .sliderwrapper .contentdiv{ visibility: hidden; /*leave as is*/ position: absolute; /*leave as is*/ left: 0; /*leave as is*/ top: 0; /*leave as is*/ background-image: url('images/bg4pics.jpg'); width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */ height: 100%; filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1; } .pagination{ width: 100%; /*Width of pagination DIV. equals Content Slider's width, remember left/right paddings!*/ height:auto; background: url( ) no-repeat bottom center; padding: 5px 0 0 0; } #leftcol { background: url('images/whitebg.png') repeat; position:absolute; top:0px; left:0px; width: 208px; margin: 0 0 0 100px; padding:5px; }



Reply With Quote



Bookmarks