My newest webdesign.

Discussion in 'HTML & Website Design' started by Robin Huurman, May 17, 2007.

  1. parag

    parag Banned

    Messages:
    62
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #21
    Browser compatibility irritates me too!
    Here's how it looks in IE 6.0.2x
    [​IMG]

    [​IMG]

    - Parag
     
    parag, May 18, 2007 IP
  2. Robin Huurman

    Robin Huurman Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Yes I know, I think I'm gonna add something that IE6 users get a page.

    "Start using a decent browser if you want to view this site. Upgrade Internet Explorer 6 to 7 or better use Firefox"
     
    Robin Huurman, May 18, 2007 IP
  3. parag

    parag Banned

    Messages:
    62
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Yes I think I should upgrade to IE7.
     
    parag, May 18, 2007 IP
  4. kodin

    kodin Peon

    Messages:
    139
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #24
    nice.. clean design... are the user notice the menu is on top of the banner? i only notice when i move the mouse to banner.. accidentally.. ;)
     
    kodin, May 18, 2007 IP
  5. Rishimac

    Rishimac Guest

    Messages:
    155
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #25
    Looks great ... speed is average and design rocks!

    Congrats!
     
    Rishimac, May 18, 2007 IP
  6. Robin Huurman

    Robin Huurman Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    There've been a lot of test designs, all with the navigation on top, so I think they know it.
     
    Robin Huurman, May 18, 2007 IP
  7. Telm

    Telm Peon

    Messages:
    33
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Nice design! As people have said, I'm not sure about the dark colours, but it's nice and clean looking.
     
    Telm, May 18, 2007 IP
  8. VoiceOfAgape

    VoiceOfAgape Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #28
    Blessings to you friend

    I know nothing about web design but knows what a good site looks like. Yours the bomb, (through my eyes anyway).

    You are blessed
    Ken
     
    VoiceOfAgape, May 20, 2007 IP
  9. birdsfly

    birdsfly Well-Known Member

    Messages:
    894
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    140
    #29
    Lol, took about 2 minutes of loading but it's a pretty nice design you have there, you have made it a little lighter, but good :D
     
    birdsfly, May 21, 2007 IP
  10. sir_round

    sir_round Active Member

    Messages:
    205
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #30
    It has the style :cool:
     
    sir_round, May 21, 2007 IP
  11. ice26

    ice26 Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #31
    Nice design. I like it.
     
    ice26, May 21, 2007 IP
  12. xhtml

    xhtml Peon

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #32
    Those transparent background menus look great, how you made them ?
     
    xhtml, May 21, 2007 IP
  13. Robin Huurman

    Robin Huurman Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #33
    You should take a look at this, the menus are made out of several styles. divs, ul's, li's etc...

    
    #nav{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    width: 938px;
    text-align:center;
    height: 25px;
    color: white;
    background-image:url(images/nav.jpg);
    background-repeat:no-repeat;
    background-position:top;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top:6px;
    z-index: 99;
    _top: expression((dummy = document.documentElement.scrollTop) + "px");
    }
    
    Code (markup):
     
    Robin Huurman, May 21, 2007 IP