Results 1 to 2 of 2

Thread: Different browsers, different look, lotsa headaches...

  1. #1
    Join Date
    May 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Different browsers, different look, lotsa headaches...

    Does anybody have any tips or any books to suggest or sites to go to that will help to understand how to make CSS layouts that look the same in all browsers. I always have the same problem: if it looks good in IE, something is wrong in Firefox, or if it looks good in firefox, something is wrong in IE...I heard that there is a way to use div tags to adjust the layout specifically for each browser but i dont know if thats true.

    Thanx,
    Edman

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Use this DOCTYPE:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    Design your page in FF.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •