[css-d] IE6 Problem: Logo won't show

2007-11-22 Thread Karl Bedingfield
Hi all, This is my first post :) I have a problem with my logo.gif not showing in ie6. I am using this code in my page: p id=logoimg src=/images/time-logo.gif width=142 height=25 alt= //p These are my logo styles: #logo { position: absolute; top: 5px; right: 15px; margin: 0; padding: 0; }

Re: [css-d] IE6 Problem: Logo won't show

2007-11-22 Thread Hakan K
Try adding the following line.. img{position:relative;} Thanks Hakan http://primoris.com On Nov 22, 2007 1:37 PM, Karl Bedingfield [EMAIL PROTECTED] wrote: Hi all, This is my first post :) I have a problem with my logo.gif not showing in ie6. I am using this code in my page: p