noob question

Discussion in 'HTML & Website Design' started by forumSEO, Apr 9, 2007.

Thread Status:
Not open for further replies.
  1. #1
    when you have a site, do you have (for example a banner) a table with separate images inside the table to make a banner?
     
    forumSEO, Apr 9, 2007 IP
  2. Dirty-Rockstar

    Dirty-Rockstar Guest

    Messages:
    252
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you mean say split the banner image into 5 images, then display those images next to each other in a hidden table to show the complete image you could do that. may help load time a bit. but if the banner is small(jpg) then i dont see the use for that.
     
    Dirty-Rockstar, Apr 9, 2007 IP
  3. forumSEO

    forumSEO Guest

    Messages:
    681
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Is that the main reason why people use different images to make one big picture?
     
    forumSEO, Apr 10, 2007 IP
  4. D_C

    D_C Well-Known Member

    Messages:
    1,107
    Likes Received:
    21
    Best Answers:
    1
    Trophy Points:
    160
    #4
    I think the main reason people do that is so that Javascript or some sort of dynamic thing can have a mousover affect over one part of the image without changing the whole thing.

    Like websites you go to with text on the picture, and when you put your mouse over the text the text will change color but the picture will stay the same. That is most likely javascript and the hidden tables.
     
    D_C, Apr 10, 2007 IP
  5. DatR

    DatR Peon

    Messages:
    210
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    its probably for both reasons, load time and for possibility of mouseovers

    if your doing table layouts then splitting the images just might be the easier way to slice your design...
     
    DatR, Apr 10, 2007 IP
  6. Rio38

    Rio38 Peon

    Messages:
    334
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #6
    It also depends how you are designing your pages. If you design your pages completely in Photoshop, you may want to slice them up into tables and then display them as separate images. This definitely helps load time. It depends on if you are a visual designer or more of a coder adn how much CSS you want to use.

    I used to use a lot of slices in my sites, but it is good to switch it up.
     
    Rio38, Apr 10, 2007 IP
Thread Status:
Not open for further replies.