Jump to content

IPB4 Header Transparency


Tibory

Recommended Posts

  • 2 weeks later...
  • 2 months later...

I tried this on IPS4 but the header isn't transparent.
I set in custom.css a background, 
 

ipsLayout_header header {
    background-color: rgba(61, 94, 120, 0.6);
}
html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
    background: url(http://xxx/bg.jpg) no-repeat center center fixed, #000; 
        -webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  	background-size: cover;
}

I try to make the top background transparent for the background image,

Link to comment
Share on other sites

I tried this on IPS4 but the header isn't transparent.
I set in custom.css a background, 
 

ipsLayout_header header {
    background-color: rgba(61, 94, 120, 0.6);
}
html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
    background: url(http://xxx/bg.jpg) no-repeat center center fixed, #000; 
        -webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  	background-size: cover;
}

I try to make the top background transparent for the background image,

​Replace 

ipsLayout_header

with

#ipsLayout_header
Link to comment
Share on other sites

I changed this, but it don't work
 

#ipsLayout_header {
    background-color: rgba(200, 54, 54, 0.5);
}
html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
    background: url(http://newstyletattoo.com/bg.jpg) no-repeat center center fixed, #000; 
        -webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  	background-size: cover;
}

 

 

test.jpg

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...