1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Skin Moving when click different menu items

Discussion in 'HTML & Website Design' started by titoni, Aug 26, 2010.

  1. #1
    Hi all, I'm a newbie in web design. I have a problem and need some advice. When I click the different menu items, the whole skin moving. Please see the attached image. Firstly, I click the 'top hits', then I click the 'contact', you can find that the skin is slightingly moved to the left side.
    How to fix it? thanks in advance.
    issue.jpg
     
    titoni, Aug 26, 2010 IP
  2. extremephp

    extremephp Peon

    Messages:
    1,290
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Slightly Moved to the Left Side?
    Yes OK, And within a Flick, Does it Come back?

    If yes, It is that, Your Style Sheet is loaded after all the Environment is Loaded!! Actually, Style Sheet should be called, and loaded before Environment is Loaded!!

    ~ExP~
     
    extremephp, Aug 26, 2010 IP
    titoni likes this.
  3. titoni

    titoni Active Member

    Messages:
    965
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Thanks for your help.
    Yes, it comes back.
    The following is the page header. What I should do to implement it
    Thanks again
     
    titoni, Aug 26, 2010 IP
  4. extremephp

    extremephp Peon

    Messages:
    1,290
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Directory </title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="/templates/Chrome/style/main.css" />
    <!--[if IE]>
    <link rel="stylesheet" href="/templates/Chrome/style/ie.css" type="text/css" media="all" />
    <![endif]-->
    <!--[if IE 8.000]><!-->
    <link rel="stylesheet" href="/templates/Chrome/style/ie8.css" type="text/css" media="all" />
    <!--<![endif]-->
    <meta name="generator" content="PHP Link Directory 4.0.0" />
    <!--
    <script type="text/javascript" src="/libs/moodalbox/js/mootools.js"></script>
    <script type="text/javascript" src="/libs/moodalbox/js/moodalbox.js"></script>
    <link rel="stylesheet" href="/libs/moodalbox/css/moodalbox.css" type="text/css" media="screen" />
    -->
    
    </head>
    <body> 
    
    Code (markup):
    This May Help!! But Am Not sure!! Your Markup is almost perfect, I just Rearranged it to have it Better to an Extend! Try This And Tell me!

    By the way, Which Browser do you face the problem?

    ~ExP~
     
    extremephp, Aug 26, 2010 IP
  5. titoni

    titoni Active Member

    Messages:
    965
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    58
    #5
    titoni, Aug 26, 2010 IP
  6. extremephp

    extremephp Peon

    Messages:
    1,290
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    0
    #6
    It is Working Fine For Me Now On FireFox!!

    Dont know Whether you Applied the Changed Codes!!

    ~ExP~
     
    extremephp, Aug 26, 2010 IP