Swf Header

  • tbpmlk

    #20954

    i’m working locally

    Anonymous

    #20955

    Well, it’s difficult to give specific help without seeing the problem…

    Is the swf above your navigation menu?

    tbpmlk

    #20956

    yes, swf on the top. it looks like this:

    |||||SWF banner|||

    <<wierd space with shadow effect>>

    |||nav.menu|||


    —other contents—


    Anonymous

    #20957

    Use Mozilla Firefox with the Firebug extension, and find what css element is being used in that area. Then, you can reduce it… usually by adding a negative margin property.

    I have a video here of how to use Firebug:

    http://www.joshlobe.com/2011/10/using-mozilla-firebug-to-inspect-css-files/

    tbpmlk

    #20958

    this is the css code:

    #header {

    background-position: center top;

    background-repeat: no-repeat;

    border-top: 1px solid #000000;

    height: 198px;

    position: relative;

    width: 100%;

    }

    Anonymous

    #20959

    Right. But I can’t tell you which way, or how much, to move it without seeing how it’s positioned. Perhaps you could provide a screenshot and I can at least point you in the right direction.

    And I thought you added display:none; to that code??

    tbpmlk

    #20960

    display:none; didn’t work but i deleted height and width lines in the css and this time it’s done!

    thanks for your help

Viewing 7 posts - 11 through 17 (of 17 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.