-
AuthorPosts
-
September 18, 2008 at 9:40 am #133475
When opened in Internet Explorer 7.0 (on Vista Business SP1) sublogo is shifted upward and exits the boundaries of the bottom black ribbon. What is strange is after something is opened in another tab, sublogo gets in it’s place. In IE 6.0 and FireFox 2.0 everything is normal.
Here is the link: http://www.datalink.me/index.php/vmchk/Konfiguracije.html. If you don’t see it immediately, try refreshing the page.
Attached is the image of what it looks like.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 19, 2008 at 7:46 am #271313Hi datalink !
You can fix it following way below :
Open template.css file in templates/ja_mesolite/css folder , find following code section at about line 1032 :
div.sublogo a {
background:transparent url(../images/logo-sub.gif) no-repeat scroll right center;
font-size:200%;
height:70px;
left:10px;
position:absolute;
text-align:center;
text-indent:-5000px;
width:150px;
}
change to :
div.sublogo a {
background:transparent url(../images/logo-sub.gif) no-repeat scroll right center;
display:block;
font-size:200%;
height:70px;
left:10px;
position:absolute;
text-align:center;
text-indent:-5000px;
width:150px;
}
September 19, 2008 at 9:23 am #271332Thank you for the answer. However, that didn’t solve my problem. Actually, that piece of code was:
div.sublogo a {
font-size: 200%;
display: block;
text-align: center;
background: url(../images/logo-sub.gif) no-repeat right;
width: 150px;
height: 70px;
text-indent: -5000px;
position: absolute;
left: 10px;
}I changed it to what you proposed (the “background” line), but to no avail. I noticed, though, that when refreshing the page, the rest of the footer (top menu and copyright message) for a moment appears in line with sublogo (over User 1, User 2 and User 5) and then gets to the proper position. And only then the sublogo gets displayed, but at the wrong place.
May 10, 2009 at 6:46 pm #304236anyone find a fix for this?
May 21, 2009 at 7:42 am #305345Hello,
I’ve the same problem with the sublogo. When I open my webshop in IE8 my sublogo seems to be shifted. When I open this in Mozilla Firefox I don’t have any problem.
http://eshop.beautyangels.nl/images/eshop.jpg
I’ve also changed the template.css:
div.sublogo {
width: 20%;
float: left;
}div.sublogo {
width: 20%;
float: left;
}div.sublogo a {
font-size: 200%;
display: block;
text-align: center;
background: url(../images/logo-sub.gif) no-repeat right;
width: 150px;
height: 70px;
text-indent: -5000px;
position: absolute;
left: 10px;Does someone have a solution for this problem?
Thnx
SudeshMay 23, 2009 at 10:19 am #305641i’ve solved my problem. I’ve replaced the template.css file in templates/ja_mesolite/css folder with the orginal (quickstart installation files) en after that i’ve change my website colors en size of my logo. That’s all!
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 4 voices, and was last updated by sudeshbbb 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Sublogo shifted upward
Viewing 6 posts - 1 through 6 (of 6 total)