A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Beginner Need HELP!

  1. #1
    Junior Member
    Join Date
    Dec 2000
    Posts
    10

    Lightbulb

    Can someone please tell me why my site shows up great on a microsoft computer but a macintosh? I designed it with Dreamweaver on a microsoft. This is the site: http://www.preferredwebdesigners.com.

  2. #2
    FK Catwoman Aria's Avatar
    Join Date
    Aug 2000
    Location
    Travelling
    Posts
    2,313
    hiya

    did u view the page on a mac using Netscape?

    Netscape can't handle layers well or the combination of cascading style sheets and layers.
    You'll be safer if instaed of entering your text directly inside a layer,you used a table first, entered the text in the table and then place the table into the layer. This will force the text to follow the formatting of the table instead of the layer.

    Also for gen ref I thought this might come handy:
    http://www.webreview.com/browsers/browsers.shtml

    A


  3. #3

    Samuel C. Granato
    Multimedia Utopia
    Moderator

    Join Date
    Jun 2000
    Posts
    410
    Originally posted by Donna411
    Can someone please tell me why my site shows up great on a microsoft computer but a macintosh? I designed it with Dreamweaver on a microsoft. This is the site: http://www.preferredwebdesigners.com.
    They both look the same to me..I am using a mac and a pc. Make sure you have the updated version of NN and IE.

    d

  4. #4
    no matter what, good, clean code is key. Validate the heck out of your code, using any one of the numerous html validating programs available. then, test test test... It helps to know the limitations of IE and NTSCP, and what the cross browser differences are, so listen to people on that, and read up... another angle to approach it from is looking at it on the Mac, and then analyzing what is wrong with the page, then going back and looking at each trouble area and see what could be wrong with the code. but, it boils down to clean code.

    example of something stupid causing things to look different: this is ridiculously easy, but if your closing table data (</TD>) tag is not on the same last line of the code for the TD, then it can shift things.

    anyway, that's my 2 cents. good luck...

  5. #5

    Samuel C. Granato
    Multimedia Utopia
    Moderator

    Join Date
    Jun 2000
    Posts
    410
    Originally posted by dub713
    no matter what, good, clean code is key.
    Good point..

    d

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center