Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. It looks different!!

It looks different!!

Scheduled Pinned Locked Moved The Lounge
comtutorialquestion
14 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Waleed Eissa

    hi, I was trying to see how much is codeproject compatible with older browsers, I viewed it with Netscape 4.7, it's slow like hell by the way, I can't imagine that there is still anybody using this crap, anyway .. there are some problems with the look .. for example the top, left and right margins are not set to zero (Netscape doesn't recognize the topmargin, bottommargin, leftmargin and rightmargin attributes of the body tag), isn't this possible on Netscape 4 or what? There are also some other differences, it seems like it's so hard to make your page look the same across all browsers. (a.k.a. Wal2k)
    www.wal2k.com

    M Offline
    M Offline
    markkuk
    wrote on last edited by
    #2

    Those *margin attributes of the BODY element aren't part of the HTML standard. HTML isn't supposed to describe the appearance of pages and you're wasting your time if you try to make pages look the same on different browsers. The way a page looks in latest MSIE isn't any more "correct" than the way it looks in NS4, Mozilla, or Elinks.

    D P 2 Replies Last reply
    0
    • W Waleed Eissa

      hi, I was trying to see how much is codeproject compatible with older browsers, I viewed it with Netscape 4.7, it's slow like hell by the way, I can't imagine that there is still anybody using this crap, anyway .. there are some problems with the look .. for example the top, left and right margins are not set to zero (Netscape doesn't recognize the topmargin, bottommargin, leftmargin and rightmargin attributes of the body tag), isn't this possible on Netscape 4 or what? There are also some other differences, it seems like it's so hard to make your page look the same across all browsers. (a.k.a. Wal2k)
      www.wal2k.com

      P Offline
      P Offline
      Paul Watson
      wrote on last edited by
      #3

      The problem is with Netscape 4.x. :)

      Paul Watson
      Bluegrass
      Cape Town, South Africa

      Chris Losinger wrote: i hate needles so much i can't even imagine allowing one near The Little Programmer

      W 1 Reply Last reply
      0
      • M markkuk

        Those *margin attributes of the BODY element aren't part of the HTML standard. HTML isn't supposed to describe the appearance of pages and you're wasting your time if you try to make pages look the same on different browsers. The way a page looks in latest MSIE isn't any more "correct" than the way it looks in NS4, Mozilla, or Elinks.

        D Offline
        D Offline
        Daniel Turini
        wrote on last edited by
        #4

        Thank you: your answer saved me some typing :) My latest article: GBVB - Converting VB.NET code to C#

        1 Reply Last reply
        0
        • P Paul Watson

          The problem is with Netscape 4.x. :)

          Paul Watson
          Bluegrass
          Cape Town, South Africa

          Chris Losinger wrote: i hate needles so much i can't even imagine allowing one near The Little Programmer

          W Offline
          W Offline
          Waleed Eissa
          wrote on last edited by
          #5

          I agree with you (a.k.a. Wal2k)
          www.wal2k.com

          1 Reply Last reply
          0
          • W Waleed Eissa

            hi, I was trying to see how much is codeproject compatible with older browsers, I viewed it with Netscape 4.7, it's slow like hell by the way, I can't imagine that there is still anybody using this crap, anyway .. there are some problems with the look .. for example the top, left and right margins are not set to zero (Netscape doesn't recognize the topmargin, bottommargin, leftmargin and rightmargin attributes of the body tag), isn't this possible on Netscape 4 or what? There are also some other differences, it seems like it's so hard to make your page look the same across all browsers. (a.k.a. Wal2k)
            www.wal2k.com

            W Offline
            W Offline
            Waleed Eissa
            wrote on last edited by
            #6

            Well, what should we do then? Should we design our web pages to be mainly compatible with only one browser, which would MSIE of course. Anyway, as far as I know Netscape and the other browsers are not used by so many people. I read something about that on zdnet.com, it said that more than 90% of the internet users use MS IE. That was some time ago, perhaps the percentage is getting close to 100% now. I believe it's far easier to design our web pages to look right on only one browser without worrying about compatiblity issues, do you agree with me? (a.k.a. Wal2k)
            www.wal2k.com

            P 1 Reply Last reply
            0
            • W Waleed Eissa

              Well, what should we do then? Should we design our web pages to be mainly compatible with only one browser, which would MSIE of course. Anyway, as far as I know Netscape and the other browsers are not used by so many people. I read something about that on zdnet.com, it said that more than 90% of the internet users use MS IE. That was some time ago, perhaps the percentage is getting close to 100% now. I believe it's far easier to design our web pages to look right on only one browser without worrying about compatiblity issues, do you agree with me? (a.k.a. Wal2k)
              www.wal2k.com

              P Offline
              P Offline
              Paul Watson
              wrote on last edited by
              #7

              Waleed wrote: what should we do then? Should we design our web pages to be mainly compatible with only one browser, which would MSIE of course. Waleed wrote: I believe it's far easier to design our web pages to look right on only one browser without worrying about compatiblity issues, do you agree with me? No. The way forward is forwards compatibility. It is not choosing any browser. Do yourself a favour. Read Zeldman.com everyday and get his book: Designing With Web Standards[^]

              Paul Watson
              Bluegrass
              Cape Town, South Africa

              Chris Losinger wrote: i hate needles so much i can't even imagine allowing one near The Little Programmer

              C 1 Reply Last reply
              0
              • M markkuk

                Those *margin attributes of the BODY element aren't part of the HTML standard. HTML isn't supposed to describe the appearance of pages and you're wasting your time if you try to make pages look the same on different browsers. The way a page looks in latest MSIE isn't any more "correct" than the way it looks in NS4, Mozilla, or Elinks.

                P Offline
                P Offline
                peterchen
                wrote on last edited by
                #8

                And people should use Lynx to browse the web, anyway.


                "Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
                sighist | Agile Programming | doxygen

                1 Reply Last reply
                0
                • P Paul Watson

                  Waleed wrote: what should we do then? Should we design our web pages to be mainly compatible with only one browser, which would MSIE of course. Waleed wrote: I believe it's far easier to design our web pages to look right on only one browser without worrying about compatiblity issues, do you agree with me? No. The way forward is forwards compatibility. It is not choosing any browser. Do yourself a favour. Read Zeldman.com everyday and get his book: Designing With Web Standards[^]

                  Paul Watson
                  Bluegrass
                  Cape Town, South Africa

                  Chris Losinger wrote: i hate needles so much i can't even imagine allowing one near The Little Programmer

                  C Offline
                  C Offline
                  Chris Maunder
                  wrote on last edited by
                  #9

                  Paul Watson wrote: Do yourself a favour. Read Zeldman.com everyday Just don't design sites that look like his X| cheers, Chris Maunder

                  P W J 3 Replies Last reply
                  0
                  • W Waleed Eissa

                    hi, I was trying to see how much is codeproject compatible with older browsers, I viewed it with Netscape 4.7, it's slow like hell by the way, I can't imagine that there is still anybody using this crap, anyway .. there are some problems with the look .. for example the top, left and right margins are not set to zero (Netscape doesn't recognize the topmargin, bottommargin, leftmargin and rightmargin attributes of the body tag), isn't this possible on Netscape 4 or what? There are also some other differences, it seems like it's so hard to make your page look the same across all browsers. (a.k.a. Wal2k)
                    www.wal2k.com

                    C Offline
                    C Offline
                    Chris Maunder
                    wrote on last edited by
                    #10

                    The bit I like most about Netscape 4 is how when you resize, it refetches the webpage. Dog's breakfast (dôgz brêk′fºst): Netscape Navigator version 4. cheers, Chris Maunder

                    1 Reply Last reply
                    0
                    • C Chris Maunder

                      Paul Watson wrote: Do yourself a favour. Read Zeldman.com everyday Just don't design sites that look like his X| cheers, Chris Maunder

                      P Offline
                      P Offline
                      Paul Watson
                      wrote on last edited by
                      #11

                      Chris Maunder wrote: Just don't design sites that look like his I think Zeldman read what you said; On his website today: "and the kind of low-contrast, pale-on-pale color scheme that drives some web users batty (but designers are digging it this year)." Just for the record I rather like the minimal low contrast look as well :)

                      Paul Watson
                      Bluegrass
                      Cape Town, South Africa

                      Chris Losinger wrote: i hate needles so much i can't even imagine allowing one near The Little Programmer

                      C 1 Reply Last reply
                      0
                      • C Chris Maunder

                        Paul Watson wrote: Do yourself a favour. Read Zeldman.com everyday Just don't design sites that look like his X| cheers, Chris Maunder

                        W Offline
                        W Offline
                        Waleed Eissa
                        wrote on last edited by
                        #12

                        Fine, I know that my homepage sucks, I made it some time ago and was lazy to change it, I wouldn't claim that it's the best thing I've ever done (I forgot to set the gamma correctly before starting to design the pages so the colors are not so charming). I'm going to blow up everything and start something elegant perhaps with some Falsh effects. Anyway, I just suggest adding marginwidth="0" and marginheight="0" to the body tag to make the web page views correctly with Netscape4+ .. regards (a.k.a. Wal2k)
                        www.wal2k.com

                        1 Reply Last reply
                        0
                        • P Paul Watson

                          Chris Maunder wrote: Just don't design sites that look like his I think Zeldman read what you said; On his website today: "and the kind of low-contrast, pale-on-pale color scheme that drives some web users batty (but designers are digging it this year)." Just for the record I rather like the minimal low contrast look as well :)

                          Paul Watson
                          Bluegrass
                          Cape Town, South Africa

                          Chris Losinger wrote: i hate needles so much i can't even imagine allowing one near The Little Programmer

                          C Offline
                          C Offline
                          Chris Maunder
                          wrote on last edited by
                          #13

                          There is a subtle point where designers (of all things) can step past the point of usefulness and enter the Zone of Pretention. I'm not sure if it's simply boredom on the part of the designer wanting to see something new, or job security, or mindless sheep behaviour in which the current new thing is gospel, or simply the inability to stop adding features as a means to justify their existence or sense of importance. A web page with lots of text should be easy to read - it shouldn't be so pale that it's illegible on a laptop screen during daylight hours. cheers, Chris Maunder

                          1 Reply Last reply
                          0
                          • C Chris Maunder

                            Paul Watson wrote: Do yourself a favour. Read Zeldman.com everyday Just don't design sites that look like his X| cheers, Chris Maunder

                            J Offline
                            J Offline
                            Jarrett Vance
                            wrote on last edited by
                            #14

                            is that a big pink ass on his page?:wtf:

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups