Replies

Oct 22, 2012 13 years ago
thedesigner
User Avatar

I'm sure there has to be an answer around somewhere. And I've tried a few different options and arrangements for different answers I've found for different profiles. But I cannot seem to figure it out. So some assistance would be AWESOME.

So this is the pet profile code I'm working with thus far:

code

<style type='text/css'> /*Removing profile stuff*/ , , , , , , , {display: none;} , , body, , , {background-color:transparent;} , { background-color: transparent; } { background-color: transparent; } {height:100% !important;} body {background: transparent url(http://i46.tinypic.com/29y4hp1.png); position: absolute; left: 20px; top: 620px; width: 608px; height: 438px;} html {background: url(http://i45.tinypic.com/2u7lwqs.gif); background-position: 0 0; background-repeat: no-repeat; background-attachment: absolute; margin-left: 50px; margin-top: -150px; height: 1268px;} /*This deals with the pet treasure section and shows some of the possible elements. Any of these options can be used for all the elements*/ { width: 84px; height: 110px; margin-right: auto; margin-left: auto; position: absolute; left: 313px; top: 20px; background-color: transparent; padding-bottom: 5px; overflow-y: scroll; overflow-x: hidden; } h2 { display:none; } .statbar{display:none} ul#pet_stats li { display: none; } ul#pet_stats li:nth-child(10) { display: block; } {width: 300; position: absolute; top: 250px; left: -130px;} { background-color: transparent; position:absolute; top:20px; left:-170px; } /*Moves minion section*/ {position:absolute; left:110px;top:50px;} .treasure_item img {padding: 4px; margin-left: 4px;} { width: 300px; height: 200px; overflow-y: auto; overflow-x: hidden; position: absolute; left: 98px; top: 180px; z-index: 20px; } {background: url('http://i48.tinypic.com/npqrfn.png') no-repeat; width: 18px; height: 372px; position: absolute; top: -40px; left: 240px; z-index: 23;} </style>
Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here. Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.Pet description text here.

What the problem is: I can't seem to pry the scroll bar overlay out of the pet desc. I don't know why but it's really starting to grate on me. Can someone please help? I'd be MOST appreciative.

Oct 22, 2012 13 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

If you want to remove the scrollbar overlay just remove what is putting it there. {background: url('http://i48.tinypic.com/npqrfn.png') no-repeat; width: 18px; height: 372px; position: absolute; top: -40px; left: 240px; z-index: 23;}

and

Oct 22, 2012 13 years ago
thedesigner
User Avatar

I don't want to remove it from the layout. I want to be able to use it. But I can't seem to get it out of the div pet desc, as far as the page goes. The profile that I'm working on is here

Oct 22, 2012 13 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

I see what you mean now but I don't know how you would use that on the treasure section which I assume was your plan.

Oct 22, 2012 13 years ago
thedesigner
User Avatar

I hoped to use it on both at the same time. Just lay it over the top of both the pet desc and the treasure chest. I've seen profiles where the scrolls are just totally gone too. And I know it says everywhere that it's not possible, but I've seen it, and just had the arrow markers on the background. I wish I knew how to do that.

Please log in to reply to this topic.