Web Analytics Made Easy -
StatCounter good idea or bad?! - CodingForum

Announcement

Collapse
No announcement yet.

good idea or bad?!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • good idea or bad?!

    Hi all!

    I'm trying to design a site layout, and I'd like to use layers.
    In your opinion are they a good idea?
    Does it hinder the site, the loading time, etc if you use loads of different layers?
    What do you think?

    Thanks

  • #2
    I used to use layers for my diary, and then received complaints that it looked a mess as the layers did not work on a Mac. So unless there's something you can use for it to work on all browsers I would suggest not to use if possible and stick with tables.
    It will also depend on your intended audience.

    My 2 cents worth.

    M xx
    "Imagination is more important than knowledge" A. Einstein's 'Twin Paradox'

    Comment


    • #3
      Well, thats definately good to know

      Complaints would have been awful after working so hard!

      I wonder if there is a way to make them multi-browser friendly.

      I cant use tables for the life of me!

      Thanks for your info

      Comment


      • #4
        Gibberish to me, but may be of help.

        Mxx
        "Imagination is more important than knowledge" A. Einstein's 'Twin Paradox'

        Comment


        • #5
          Heeehe!

          I think I'll have to read that quite a few times to understand it !

          Thank you VERY much, I couldn't think of where to get that sort of code

          Thank you!!
          Last edited by Guest; Dec 27, 2012, 03:23 PM.

          Comment


          • #6
            Originally posted by Have1abanana
            I cant use tables for the life of me!
            Tables are alot easier than most poeple imagine, and it might save you a little trouble, check out this thread if you want to get the basics.

            happy coding
            redhead

            Comment


            • #7
              layers, tables... thats all in the past....

              <div> and it's style is all you need......
              Vladdy | KL
              "Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"

              Comment


              • #8
                AFAIK absolutely postioned divisions load faster than anything else because the browser doesn't have to read the whole page to decide where the div should go. As soon as it reads it, it dumps it in place.

                Comment


                • #9
                  ...and if you want to shift a block of text in the center of your page, you don't need to worry about how the rest of the table will be affected. Tables might be a bit easier at the outset, but they're a real pain to revise.

                  Comment


                  • #10
                    Wow,
                    I definately know which way to head now!
                    It reall helps to get opinions from people with more exerience, thanks for all your help everyone

                    Comment

                    Working...
                    X