My First Site/Template Design - Share your comments - Need little Help

Discussion in 'HTML & Website Design' started by Some3ing, Dec 17, 2008.

  1. #1
    [​IMG]



    Here is my home page

    Friends please help me get the right box down - Indicated in red oval

    And

    KINDLY SHARE YOUR COMMENTS
     
    Some3ing, Dec 17, 2008 IP
  2. Janck

    Janck Active Member

    Messages:
    241
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Adjust the height?
     
    Janck, Dec 17, 2008 IP
  3. lolage

    lolage Active Member

    Messages:
    1,129
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #3
    lol - no brainer
     
    lolage, Dec 17, 2008 IP
  4. Some3ing

    Some3ing Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Forgot to say that it is working fine in IE

    I have problems in FF and Opera


    And i am using Div elements

    <div>

    <div>left</div>

    <div>
    Right

    <div>top</div>
    <div>down</div>

    </div>
    </div>

    I played with padding and margin settings but cant get it working in all 3 in same way
     
    Some3ing, Dec 17, 2008 IP
  5. designz

    designz Peon

    Messages:
    301
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Simple target each specific browser in the css file

    /* Target Firefox 2 */
    #selector, x:-moz-any-link {
            property: value;
    }
     
    /* Then overwrite for Firefox 3 specifically */
    #selector, x:-moz-any-link, x:default {
            property: value;
    }
    
    /* Target IE7 and below */
    #selector {
            *property: value;
    }
    /* Then overwrite for targeting IE6 specifically */
    #selector {
            _property: value;
    }
    
    ]/* Target Safari 3 */
    body:first-of-type #selector {
            property:value;
    }
    
    Code (markup):
     
    designz, Dec 17, 2008 IP
  6. innovati

    innovati Peon

    Messages:
    948
    Likes Received:
    63
    Best Answers:
    1
    Trophy Points:
    0
    #6
    oh my eyes! what typeface is that and why does it look so JAGGY! eek!
     
    innovati, Dec 18, 2008 IP