zmiservices Posted September 5, 2010 Share Posted September 5, 2010 Currently on my vbulletin pages I have a right side bottom image using the vbulletin style manage under the body as [noparse]#541819 url(http://zmiservices.com/content/zmiconfusion.png) no-repeat bottom right fixed[/noparse] whmcs does not inherit this and since I'm not too savvy with this stuff, could someone tell me how to make this work with CSS on my whmcs pages... or at least which TPL it should be put in? Thank you for any help. 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted September 5, 2010 Share Posted September 5, 2010 Hi image to bottom right side? of what page, div or table...... And if poss a URL. 0 Quote Link to comment Share on other sites More sharing options...
zmiservices Posted September 5, 2010 Author Share Posted September 5, 2010 Add it to the bottom right side of every whmcs page background, you can see it here on certain pages (lower right) where the tables do not cover it http://zmiservices.com its in the body and remains stationary at bottom right, I would like to add that to the default whmcs theme. You can see it better here http://zmiservices.com/guest-forum/ 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted September 5, 2010 Share Posted September 5, 2010 Try putting it in this: <div class= yourimage1">put the links for the images here</div> put this in your CSS file: .yourimage1{ position: relative; display: block; float: left; margin-top: 0pt;margin-right: 5px; margin-bottom: 0pt; margin-left: 0pt; height: 32px; width: 25px; cursor: default; } 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.