How do I Modify the Header in the Egallery Theme?

Discussion in 'CSS' started by catlman1750, Jun 15, 2009.

  1. #1
    I would like to add images to the header as seen in the pics below. Also if possible can these images be clickable to a link like it is on the website?

    [​IMG]

    Website: http://www.csswebsites.nl/
     
    catlman1750, Jun 15, 2009 IP
  2. jason18241

    jason18241 Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can:
    1. Assign each LI an ID and use background CSS to place an image there.
    2. Drop an image inside the A tag of each LI element.

    Each method would require different CSS to get it done.

    -Jason
     
    jason18241, Jun 23, 2009 IP
  3. ice_cube

    ice_cube Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    So many ways to do that...

    If you use div to each link, just use CSS description that that DIV.

    Or if you use tag LI, , just use CSS description that that LI.
     
    ice_cube, Jun 26, 2009 IP