Hi,
I'm running http://www.blog.letmeknow.in. The images of the icons on the top right of the header, as well as the top banner are perfect in Firefox and Chrome, but mess up in IE.
Could someone please advise?
Hi,
I'm running http://www.blog.letmeknow.in. The images of the icons on the top right of the header, as well as the top banner are perfect in Firefox and Chrome, but mess up in IE.
Could someone please advise?
omgitsdev,
Without having looked at this in IE it might be related to the opacity of .07 used on the icons.
Nope, I've used 'filter:alpha(opacity=70);' everywhere I've needed to as well.
On top of that, not all of the images that aren't appearing are those which use opacity. Some of them are normal images as well.
omgitsdev,
Without access to VMWare I won't be able to check this until Monday, but are the images completely missing or is something else going on?
Just from looking at the code I would suggest moving the social media section "header_right" after "logo_img" like so:
<div id="headerwrap">
<div id="logo_img"></div> /* this is the left side */
<div id="header_right"></div> /* this is the right side */
</div>
Now be sure to float both of these styles left and adjust the widths to true image widths so they fit on the same line, using margin to adjust the spacing between and around them.
I don't think that's the issue...
Any alternate suggestions?
Here's a picture:
http://i1117.photobucket.com/albums/k599/omgitsdev/Blog/Untitled.png
You must log in to post.