-
AuthorPosts
-
jesflow Friend
jesflow
- Join date:
- April 2009
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 6
- Thanked:
- 11 times in 6 posts
October 18, 2009 at 10:04 pm #145319Hi there-
Testing new layout for our site, test site is at http://yourhoop.com/testnew
**EDIT 11/05 see working version at http://yourhoop.com See post below for fix for center columns***
We’re using a background image rather than bg color on the site.
We have noticed a problem of overlapping of images which destroys the rounded corners in div.module, module_menu, (module_blank which we added same rounded corner images to) , ja-container-wrap, ja-containerwrap-f fl and fl, ja-product-wrap and ja-content-wrap. We made sure all images were transparent. Colored corners still appeared due to images overlapping in CSS.
We put all images from orignal template back but left our images in module_blank, ja-productwrap and ja-botsl so you could better see what is happening.
As you will see, in the module locations and is easy to see in module_blank location with the Asus and Paypal banners, the rounded corner works in the bottom right location but the bottom right image extends past the rounded corners for the bottom left, top right and top left giving the appearace of squared corners.
Same issue occurs in the center column locations. You can see example in ja-productwrap at the top of page as well as at bottom, the Spotlight Location, ja-botsl. In this case, the center image starts at the top of that region and repeats all the way to the bottom, causing the colored corners to extend past the rounded image (you’ll see the gray vertical lines extending past the rounded corners).
Help???
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
November 4, 2009 at 8:37 am #322508Dear jesflow,
Same issue occurs in the center column locations You should style as follow :
#ja-productwrap {
background: url(../images/content-top.png) no-repeat center top;
display:block;
margin:0 0 10px;
padding:0;
width:100%;
}#ja-product-bot {
background:url(../images/content-bot.png) no-repeat center bottom;
padding-bottom:20px;
padding-top:20px;
}#ja-product-top {
background:url(../images/content-center.png) repeat-y left top;
padding:0 15px;
}
1 user says Thank You to Css Magician for this useful post
jesflow Friendjesflow
- Join date:
- April 2009
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 6
- Thanked:
- 11 times in 6 posts
November 5, 2009 at 1:54 am #322597Aaaaah….that’s getting me there. Think I can tweak from here. Thanks!
jesflow Friendjesflow
- Join date:
- April 2009
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 6
- Thanked:
- 11 times in 6 posts
November 5, 2009 at 10:47 pm #322697OK, that got me on a good start. A little tweaking and it’s working. htttp://www.yourhoop.com
Side columns are still overlapping so have just a rounded bottom right corner which actually looks cool. If anyone gets a fix for side columns, let’s post for other Zeolite users that may want to use a image background for their site!
The fix:
/* Products show */
#ja-productwrap {
background: url(../images/content-top.png) no-repeat center top;
display:block;
margin:0 0 10px;
padding:0;
width:100%;
}#ja-product-top {
background:url(../images/content-center.png) repeat-y left top;
padding:0 15px;
}#ja-product-bot {
background:url(../images/content-bot.png) no-repeat center bottom;
padding-bottom:20px;
padding-top:20px;
}/* PRIMARY COLUMN
——————————————————— */
#ja-contentwrapper {
float: right;
clear: both;
display: block;
width: 70%;
}#ja-contentwrap {
background: url(../images/content-top.png) no-repeat center top;
display:block;
margin:0 0 10px;
padding:0;
width:100%;
}#ja-current-content {
background:url(../images/content-center.png) repeat-y left top;
margin-left:1px;
padding:10px 15px;
}#ja-content {
background:url(../images/content-bot.png) no-repeat center bottom;
padding-bottom:34px;
padding-top:20px;
}And for the Bottom Spotlight…
/* Bottom spotlight */
#ja-botsl {
background: url(../images/content-top1.png) no-repeat center top;
display:block;
margin:0 0 10px;
padding:0;
width:100%;
}#ja-botsl-top {
background:url(../images/content-center1.png) repeat-y left top;
padding:0 15px;
padding-top:10px;
}#ja-botsl-bot {
background:url(../images/content-bot1.png) no-repeat center bottom;
padding-bottom:20px;
padding-top:20px;
}1 user says Thank You to jesflow for this useful post
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by jesflow 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum