Forums

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

Home Forums CSS Fixed header problem in Opera (12.01)

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39462
    Cornucopia
    Participant

    Hello people, I’m a new member. Hope someone out there can help me… I’ve been developing a WordPress site. I have made my header fixed using CSS and it works in all the major browsers I’ve tested it on so far on a Mac, PC (including IE back to v8!!) and Android tab. However, it doesn’t display correctly in Opera (both Mac and PC versions), which is, unfortunately, what my client uses. The header doesn’t appear at all and there is a gap where the header should be. I would really appreciate some help with this please as I just don’t know what to do. Here is the url: http://1056618737.test.prositehosting.co.uk . I’m not particularly technical so please don’t baffle me with complicated code. Many thanks in advance.

    NB this is what I have put:

    Code:
    #main {
    margin-top: 115px;
    }
    #header {
    position:fixed;
    z-index:1000;
    margin-top: -115px;
    height: 115px;
    }

    #108262
    Cornucopia
    Participant

    Ooops, sorry. I’d forgotten that I already posted this question yesterday (my brain is frazzled). Apologies.

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