These last two weeks have been very busy. I recently started a new job and spent little time on the computer but I did manage to come up with this stylesheet. It may have a few bugs on IE and maybe on Opera too (Specially the links on the header, for some reason I couldn't position them correctly on those browsers) but it works perfectly great on
(
Read more... )
Comments 58
(and, will you please make a lay like this for Plus accounts? It would be wounderful :)
Reply
Reply
Reply
This thing you're asking, it's not stupid, it's a valid question. But remember this, if I specifically noted that the header will only work (correctly)through the body was because i had disabled the header links and the .headerimage.
Now that you located the code on the overrides again, it will (of course) show the header links. You need to delete the .headerimage code and try to add the image with the image background on the body section.
Hope that was helpful.
Reply
Reply
-----------------
/*--------------------------------------------
Misc
-----------------------------------------*/
.clear {
height: 0px;
}
.headerimage {
height: 000px;
background-image: url("url") !important;
background-repeat: no-repeat !important;
background-attachment: scroll !important;
background-position: center !important;
margin-bottom: 00px;
}
-------------
the stuff in italics is what you add at the bottom and you should know this code already but just in case...
change height to your header height
put in url
it's at 15 originally, but you can change it if you want it to be directly on the sidebar or floating a bit
hopefully it works XD
Reply
Reply
Reply
Leave a comment