My website looks dreadful in IE
-
Hi
I’m using site5’s colorbold template and I love it!!!!
BUT!!
I’m having some major problems with it…I adjusted a little bit and now the website looks ok on firefox but it looks dreadful on internet explorer. My website address is https://www.investillion.com
I am a newbie in the web design world so I did my best in putting up the logo sign using Dreamweaver but some place I obviously screwed up and don’t know what part I should fix.
Please help!
I created additional logo_pic here:
PHP Code:<!-- logo --> <div id="logo"><img src="<?php echo get_option('colorbold_logo_img'); ?>"</div> <div id="logo_pic"><a href="https://www.Investillion.com"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" /></a></div>
And adjusted the style.css:
PHP Code:#logo { position:absolute; top:30px; left:32px; background-image: url(images/logo_pic.png); height: 65px; width: 65px; background-repeat: no-repeat; } #logo_pic { position: absolute; left: 110px; top: 35px; height: 100px; width: 370px; background-image: url(images/logo%20.png); background-repeat: no-repeat; }
- The topic ‘My website looks dreadful in IE’ is closed to new replies.