Comment on pica-ae's profile

SketchyRae's avatar
Thank you~! OvO/
pica-ae's avatar
SketchyRae's avatar
Except a little bit. Q ^ Q
Last night I spend an hour discovering other things and trying to find it but it couldn't work. >~<
I mean I asked myself questions like:
I got the arrangements wrong?
Was there suppose to be a specific browser to use it?
Has dA removed its feature just like the special characters on journal titles?
How did you do it? Placing it. It's alright if you describe to me simple. I've been trying to make a new journal skin.
Q u Q
pica-ae's avatar
aww okay, let's see :)

I mean, it happens to me a lot, that something is not working, and then I realize I made a typo like "colour" instead of "color" or I used a colon at the end of a line instead of a semicolon. So sometimes you're doing something actually right, but it's just a typo that makes it not work. I always double check what I write :lol: 

It's a bit hard to help, without knowing what you are exactly trying to do. Generally though, most things should work on all browsers and I haven't come across somethign that is no longer supported by DA; (there is some CSS3 that is not supported on DA yet). 

Sometimes what you want to achieve requires two classes to work together and it can easily happen you forget one. 

You can reply here or note me with your problem, whatever you prefer :) 
SketchyRae's avatar
After telling you about the problem I found out that they said something about being a senior member to use it. oAo
pica-ae's avatar
Ah okay. I'm just curious, what was it?
SketchyRae's avatar
This pink box here : im-not-sana.deviantart.com/jou…
Most of them says "Works in dA for Alpha Testers at devBUG".
I kinda got convinced everytime the skin edit tells me "Forbidden Content".
,;, ~ ,;,

I just found this now : fli-c.deviantart.com/art/Trans…
pica-ae's avatar
Oh sorry, I lost the conversation a bit and realised you were talking about transitions :slow: sorry about that.

The most basic transformation should be avaiable to all premium members on DA now though. 

Let me give you an example of a button that has a background-color transition when hovered; the CSS code would be as follows:
.button {
background: #cc0000;
transition: all 1s ease;
}

.button:hover {
background: #a30000:
}


It is important to put the transition time into the regular state of the element you want the transition to be applied to. 

Some of the complex transitions in the links you had may not be avaiable for everyone on DA yet :nod:
I haven't tried them that much myself yet :B
View all replies