Hi Everyone
I'm quite new here... tis my first post.
I'm hoping someone may be able to help me try and figure this out, as i've posted in other forums and i haven't had any luck in getting this to work.
I'm using cubecart to design a layout. I'll paste here what i have in my css
.outsideframe { margin-left: 20px; background: url(../styleImages/backgrounds/outside.gif) repeat-y top left; margin-bottom: 0px; } .insideboxes { float: left; width: 30%; text-align:center; margin: 17px 0 217px 10px; display: inline; overflow: hidden; }
This is the index.tpl which has the following:
<!-- BEGIN: latest_prods --> <div class="txtContentTitle"><h1>GALLERY</h1></div> <div class="outsideframe"> <!-- BEGIN: repeat_prods --> <div class="insideboxes"> <a href="index.php?_a=viewProd&productId={VAL_PRODUCT_ID}"><img src="{VAL_IMG_SRC}" alt="{VAL_PRODUCT_NAME}" border="0" title="{VAL_PRODUCT_NAME}" /></a> </div> <!-- END: repeat_prods --> <br clear="all"/> </div> <!-- END: latest_prods -->
Now this is what needs to be achieved...
and this is whats happening...
I'd really appreciate it if someone can help me figure this out.
Thanks so much
laNegrita
add overflow:hidden to
add overflow:hidden to .outsideframe
That works now in IE7 >
That works now in IE7 > thanks soooo much!
Now i just have to figure out how to break between the images.... because the background image is too close to the next repetition... so maybe i need to adjust the background image instead of doing anything else no?
Thank-you... really appreciate your help.
Deuce wrote:add
add overflow:hidden to .outsideframe
Ok - fixed the image also,,, now i'm having an issue with a 3px in IE7 aghhh this is never ending!
here is whats showing in IE7
Also is there any fixes for IE6 with this? its showing up all over the place!
here is the website
*THIS IS NOW FIXED *
Thank-YOU!!!!
Thanks
laNegrita