CSS for crossbrowser compatibility
-
Hello folks!
I am currently doing a project for a local.Above you can see how it looks right now, but I want to have it look like that.
This is the CSS I am using for the main nav bar (developing on firefox):
#branding #access, #colophon #access-footer { background: linear-gradient(rgb(81, 104, 62), rgb(47, 68, 25)) repeat scroll 0% 0% transparent !important; clear: both; display: block; float: left; margin: 0px auto 2px; width: 100%; }
And this is the one for the titles of the sidebar:
.widget-title { color: rgb(245, 245, 245); background: linear-gradient(rgb(81, 104, 62), rgb(47, 68, 25)) repeat scroll 0% 0% transparent !important; }
How can I get it to work? Thanks in advance!
Also I would like to support the community (took out the footer text) – what’s the best way?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS for crossbrowser compatibility’ is closed to new replies.