The Artima Developer Community
Sponsored Link

Java Buzz Forum
Xhtml part 2

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Andrej Koelewijn

Posts: 594
Nickname: andrejk
Registered: Nov, 2002

Andrej Koelewijn is a Java and Oracle consultant
Xhtml part 2 Posted: Apr 14, 2004 1:23 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Andrej Koelewijn.
Original Post: Xhtml part 2
Feed Title: Andrej Koelewijn
Feed URL: http://feeds.feedburner.com/AndrejKoelewijn
Feed Description: On Oracle, Java and OpenSource
Latest Java Buzz Posts
Latest Java Buzz Posts by Andrej Koelewijn
Latest Posts From Andrej Koelewijn

Advertisement

As a wrote a couple of days ago, i've been working on converting a website with a lot of tables for layout to an tableless website using xhtml and css. The result is ok in mozilla but very good in ie6.

The problems in ie are mostly caused by two bug, which are well documenten on the internet:

  1. margins for floating divs are doubled if you don't specify display:inline,
  2. extra margin is added to the bottom of list items.

The page now looks ok in both mozilla and ie, althought the pictures in the top don't change in ie when you hover over the menu. I'll probably have to use some javascript or ie behaviours to fix this.

Some usefull ie workarounds are listed on mezzoblue and on Explorer exposed!.

Read: Xhtml part 2

Topic: Pebble 1.4.1 available Previous Topic   Next Topic Topic: SCMAD Certification Center

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use