Hi,
I have two blogs: the fist one (tiagodovale.com) works as a landing site/portfolio and the second one as its conventional blog (blog.tiagodovale.com).
In an effort to implement the standard behavior of having the header link to home, I tried developed a strategy for having the header of blog.tiagodovale.com linking to tiagodovale.com.
For that, I placed this link in a text/html widget:
<a href="http://tiagodovale.com"><span class="headertdv">*</span></a>
and styled it in CSS so that it draws a box link over the header:
.headertdv {<br />
height:288px;<br />
position:absolute;<br />
top:32px;<br />
width:1000px;<br />
z-index:200!important;<br />
margin:0 0 0 -661px;<br />
display:inline-block;<br />
font-size:0;<br />
}
It works beautifully with Chrome, Firefox and Safari (though it doesn't resize with the header when one decreased the browser window's width) but not at all with IE.
Does anyone have a suggestion to make the code IE compatible?
Thank you, guys!
The blog I need help with is blog.tiagodovale.com.