Replies

Nov 14, 2012 13 years ago
zwitter
has 40 pets and counting
User Avatar
Assbutt

Dunkel Tier Just got kicked. Any suggestions on what to fix?

Experiment pet hoarder! 18/50 owned, have an unwanted experiment pet? check out
Grendaline
for what ones I need!

<3 <3

Nov 14, 2012 13 years ago
Tashamon
is lost in space
User Avatar
Signal

If you're gonna use a background for the hover-able? parts, put the background: url(); bit where you set the actual div, not the :hover part (omg what am I saying I hope you can kinda understand) like: {width: 100px; height 100px; background: url(blah.gif);} :hover {blah blah whatever just don't put the background here please ;^; } because the background just poofs instead of fading out like the rest of it when you hover and it looks... bleh :P tbh I wouldn't even use an image though, barely any of the images seem to be the right size anyway because parts of the border are missing on one or more sides, and you could just make the div have a black background with a purple border anyway :V Also the stuff inside scrolls through the border and it looks weird :S It genuinely looks like I've written a whole bunch of problems but really they're all the same thing, don't worry about it, it's an easy fix thankfully :D

I will try and be more help tomorrow but I've had a lot of energy drinks and I need to get an assignment doneeeeeeeee so~ I like the overall layout even if it's a bit spaced out, having little DM's where you should hover is cool + I like the art, background is as trippy as hell though and it's giving me a headache though that could be the energy drinks :x

Also my opinion but wouldn't a little DM scrollbar overlay look awesome o3o? You've already got DM's as part of the profile, I just thought it would look mega. That is my only reason for this xD

Nov 14, 2012 13 years ago
zwitter
has 40 pets and counting
User Avatar
Assbutt

Thanks for the feedback^^ Yeah I see what you mean with the whole hover issue. I'll mess around with the code instead of using images on the hover parts.

How would you do scrollbar overlay on a hover box? I wouldn't know how to go about that.

Experiment pet hoarder! 18/50 owned, have an unwanted experiment pet? check out
Grendaline
for what ones I need!

<3 <3

Nov 14, 2012 13 years ago
Tashamon
is lost in space
User Avatar
Signal

I would have the contents + scrollbar overlay in a seperate div, which goes inside another div that has all the fancy hovery-ness attached to it. Contents + scrollbar overlay now also change opacity on hover. How's that? like

<style> {background: ; width: 50px; height: 50px; padding: 10px; opacity: 0.2; -webkit-transition: opacity 1s linear;-moz-transition: opacity 1s linear;} :hover {opacity: 1;} {background: ; width: 50px; height: 50px;} </style>

^ for a working example with coloured bawxes :V The 'inner' bit changes opacity along with the container.

Nov 14, 2012 13 years ago
zwitter
has 40 pets and counting
User Avatar
Assbutt

edit Ok I'm like staring at that code, and have no idea what to do XD

Experiment pet hoarder! 18/50 owned, have an unwanted experiment pet? check out
Grendaline
for what ones I need!

<3 <3

Please log in to reply to this topic.