gallery ecommerce +mysql

Discussion in 'CSS' started by trikolad, Nov 29, 2008.

  1. #1
    hello I tried to build a gallery for a store
    I did that with tables and took the info from mysql DB
    the architechture is like this:

    picture(from DB)

    "serial:" number(from DB)

    "model:" model_name(from DB)

    "our price:" price(from DB)

    and for every model I get different galleries according to mysql DB


    it really looked not pretty - nothing is inline especially the pictures
    and the main reason is that each model has different length so it takes more or less rows.

    can you show me the right way to do this kind of project
    and maybe some css/php/html files that do something like this with sql?
     
    trikolad, Nov 29, 2008 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    That's pretty straight forward, except for IE, of course. Study my tutorial, inline-block gallery. It should be fairly trivial to adapt the format to your needs once you figure out how things work.

    cheers,

    gary
     
    kk5st, Nov 29, 2008 IP