Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with CSS and Chrome

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #32200
    grzesinfo
    Member

    Hi.

    I have problem with www page in asp. I do styles in CSS.
    If load page by Chrome browser and wait about 3 minutes without clicked and next click in menu “one” or “two” or “three”, page lost settings from CSS.
    Lost red border and bacground-image. Refresh not help.
    Under Firefox all is ok.

    Code CSS:

    .menu2  {
    overflow: auto;
    border: 3px solid red;
    background-image: url(../picts/lisc_1.jpg);
    background-repeat: repeat-x;
    }

    Page where is this problem:

    Example page

    Please Help me!

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.