-
AuthorPosts
-
reders Friend
reders
- Join date:
- December 2007
- Posts:
- 127
- Downloads:
- 3
- Uploads:
- 13
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
December 3, 2009 at 8:23 am #146544Hi there,
I have made a few alterations to the JA Lead template from the original .css file.It seems I have a problem in IE6, with the way the right hand module position is showing!!
Does anybody know how to sort this issue?
Please see the attached pic.
You can view the site at http://www.live4shoes.com
Regards,
Sean R.
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
December 3, 2009 at 10:17 am #325622Dear reders ,
open file template.css and edit as follow :
at line 1049, please change :
#ja-pathway .main {
}
to:
#ja-pathway .main {
width: 650px;
}
at line 1294, change :
#ja-topsl div.ja-innerpad {
border: 1px solid #D5D5D5;
background: #FFFFFF;
padding: 15px 10px 10px;
overflow: hidden;
}
to:
#ja-topsl div.ja-innerpad {
border: 1px solid #D5D5D5;
background: #FFFFFF;
overflow: hidden;
}
at line 1305 , change :
#ja-topsl div.moduletable {
position:relative;
}
to
#ja-topsl div.moduletable {
padding:15px 10px 10px;
position:relative;
}
and add style
.moduletablenopadding a img {
border : none;
}
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Css Magician 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
.css not working in IE6
Viewing 2 posts - 1 through 2 (of 2 total)