Results 1 to 10 of 10

Threaded View

  1. #1
    Join Date
    Jul 2010
    Posts
    79
    Plugin Contributions
    0

    Default Three seperate images along the header.

    Trying to get three seperate images along the header.
    This is what I have so far.
    This sort of was the code I'm using for a single header image with 3 links, except I took out the background image from the imageheader and added 1 each to the rest of the code.

    They just float next to each other and not the way I want them too.
    One should be left aligned, one center, and the other right aligned.

    Code:
    #imagemapheader {
    width: 1024px;
    height:150px;
    margin-top:0px;
    display: block;   margin-left: auto;   margin-right: auto;
    }
    
    #club {
    background-image: url(../images/Headerl.jpg);
    background-repeat: no-repeat;
    float: left;
    position: absolute;
    width: 238px;
    height: 150px;
    margin-left: 0px;
    margin-top: 0px;
    }
    
    #ps {
    background-image: url(../images/Headerc.jpg);
    background-repeat: no-repeat;
    float: center;
    position: absolute;
    width: 573px;
    height: 150px;
    margin-left: 274px;
    margin-top: 0px;
    }
    
    #calander {
    background-image: url(../images/Headerr.jpg);
    background-repeat: no-repeat;
    float: right;
    position: absolute;
    width: 164px;
    height: 150px;
    margin-left: 860px;
    margin-top: 0px;
    Last edited by FragaGeddon; 28 Aug 2010 at 02:41 AM.

 

 

Similar Threads

  1. Three Different Images For The Same Product
    By rdcast in forum Customization from the Admin
    Replies: 2
    Last Post: 3 Aug 2011, 07:36 PM
  2. Three images along the header.
    By FragaGeddon in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Jul 2010, 08:55 PM
  3. Re-positioning the shop so there is space along the top?
    By tempest in a teacup in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Jan 2009, 11:59 PM
  4. Three seperate mods, one common error
    By strelitzia in forum General Questions
    Replies: 1
    Last Post: 22 Nov 2007, 03:45 PM
  5. How to copying attributes images along with attribute?
    By shocker in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 14 Aug 2007, 04:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg