Table made in DW is not showing correctly using Internet Explorer
by Lena Langolf
on
May 13, 2009 at 10:41:18 pm
Hi,
I'm new to Dreamveawer and webdesign but I have tried designing a simple, basic site. The code is probably not the best.. I have used Dreamveawer to do it for me.
The problem is the table on one of the pages (showing pics before and after), is totally off in IE but showing fine using Firefox or on Mac. I don't know what to do...
I'd be very happy if someone have the time to help me out..
Re: Table made in DW is not showing correctly using Internet Explorer by Lena Langolf on May 15, 2009 at 4:05:49 am
Hi,
Thanks for your reply... I have tried to check for what you suggested, but since this is new to me it's kind of learning Greek..It doesn't make much sence. Why doesn't IE show the same result as Firefox - looks like I'd wanted it to look like.
Well, not sure what to do unless you are able to specify exactly what I need to do...
Re: Table made in DW is not showing correctly using Internet Explorer by Fernando Mol on May 15, 2009 at 1:20:21 pm
You have applied the class "table" to every table cell containing an image. The "table" class CSS rule define the element as an absolute positioned element. This is messing with the position of your images.
Different browsers handle the code differently. This is why if you see your page in Safari, FF or IE they will look different, the same way it happens if you see your page in different computers or different monitors.
In code view, change the code of every element inside your table leaving the class="table" only to the main table.
Re: Table made in DW is not showing correctly using Internet Explorer by Lena Langolf on May 15, 2009 at 10:04:27 pm
Yippie!! It's working!!
Thank you sooo MUCH for the more "basic" how-to-do-it-reply. Now I understand what I did wrong and I will have it in mind for next time. I would not been able to figure that out myself..