Forum Replies Created
-
AuthorPosts
-
tapanshahParticipant
How, SoZo, it is Friday afternoon. I just want to get this done. any help you can provide me will be greatly appreciated.
tapanshahParticipantThe image isn’t in the title-area it’s the background of #header so that is the rule you need to tweak
How can I tweak this?
tapanshahParticipantoh, that has been working from day one, it is different theme.
I am talking about this one.
http://clients.meghdesigns.com/
tapanshahParticipantLooked at it on couple of computer in Safari which has never visited this webpage does not show overlap.
I even tried on different computer (Internet Explore) and it does not show overlap.
What could be the problem.
Thank you
tapanshahParticipantI get that SoZo, but how should I apply. here is what I did and it did not make any difference. Hope you can help bit more. I have a client who has decided to have larger logo and wants overlapped, like this http://clients.meghdesigns.com/wheda/. Thanks
Here is title/Image header
.header-image #title-area,
.header-image #title,
.header-image #title a {
display: block;
float: left;
height: 120px;
overflow: hidden;
padding: 0;
text-indent: -9999px;
width: 300px;
position:absolute;
z-index: 9999;
}.header-image #description {
display: block;
overflow: hidden;
position:absolute;
z-index: 9998;}
Here is // inner//
#inner {
background: url(images/blur.png) no-repeat top center;
}#inner .wrap {
background-color: #fff;
margin: 0 auto;
overflow: hidden;
padding: 25px;
width: 910px;
position:relative;
z-index: 500;}
.home #inner .wrap {
padding: 25px 25px 5px;
position:relative;
z-index: 450;
}#inner:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
position:relative;
z-index: 425;
} -
AuthorPosts