Skip navigation
stigmata king
Currently Being Moderated

background and rollover images

Jan 8, 2012 4:46 AM

Hi,

 

Whenever i use images for my navigation they do not show up in preview mode

my css is inside the head of my html, the images are 1px thick

if i tick the preview using temporary file it shows otherwise it does not

 

here is the code below

#container #navigation {

    background: url(/images/nav/nav.png) repeat-x;

    height: 35px;

    width: 100%;

    margin-right: auto;

    margin-left: auto;

}

#container #navigation a {

    line-height: 32px;

    color: #FFF;

    text-decoration: none;

    display: block;

    background: url(/images/nav/nav.png) repeat-x;

    height: 35px;

    padding-right: 10px;

    padding-left: 10px;

    float: left;

    border-right: thin solid #F00;

}

#container #navigation a:hover {

    background: url(/images/nav/navr.png) repeat-x;

}

 
Replies
  • Currently Being Moderated
    Jan 10, 2012 5:45 PM   in reply to stigmata king

    Hi,

     

    Can you explain what you mean by "tick the preview using temporary file"? Do you mean preview local content?

     

    Can you try bumping up the screenshot delay value in the BrowserLab UI to see if that makes a difference? (It's the numeric spinner next to the URL field).

     

    Mark

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points