Group Info Group Founded 16 Years ago 2,112 Members
291,376 Pageviews3,104 Watchers

Announcement

This group will be migrated to the new design soon. Please contact the group admins to start the migration and save content the group may lose access to.

CSS: Cursors

Wed Apr 8, 2009, 6:23 PM by AimanStudio:iconaimanstudio:


All Browsers






cursor:default;




cursor:pointer;




cursor:text;




cursor:vertical-text;




cursor:wait;




cursor:progress;




cursor:help;




cursor:move;




cursor:s-resize;




cursor:nw-resize;




cursor:w-resize;




cursor:sw-resize;




cursor:col-resize;




cursor:row-resize;




cursor:not-allowed;




cursor:crosshair;















Internet Explorer (Only)







cursor:hand;




cursor:all-scroll;




cursor:no-drop;
















Firefox | Flock | Safari | Opera








Hidden cursor for Firefox only!

cursor:none;




cursor:-moz-grab;




cursor:-moz-grabbing;




cursor:-moz-zoom-in;




cursor:-moz-zoom-out;




cursor:cell;




cursor:copy;




cursor:alias;









Your Custom Cursors









Coming Soon.... with examples!







SUBMIT A QUESTION!
More Journal Entries

Deviants

kaali73jaish80
BOYEATER1-IS-A-PEDOTERMINATE-PEDOPHILIA
YUNI-THE-PEDO-oYUNI-IS-A-PEDO-----o
OMGTHATISSOFETCHEliteResources
SteferedLekMerken

Group Info

deviantCSS is a full CSS and HTML resource/guide regarding available places on deviantART that you can use codes into it (e.g. Devious Journal, Custom Module, Artist's Comment, News Article, dAmn Chat, etc)
Group
Founded 16 Years ago
Dec 24, 2007

Location
Global

Group Focus
DeviantArt Related

2,112 Members
3,104 Watchers
291,376 Pageviews

Admins

Founder


:iconaimanstudio:

CSS Makers PRO


:icongillianivyart::iconcyphervisor::iconlilyas::iconkjherstin::iconlemex:

CSS Makers


:iconkristofferm::iconposerfan::iconaskgooroo::iconnextexile::iconpjuk::iconalfajr::iconsilverpixigirl::iconedmunn::iconnicasus::iconpreetikasharma::iconnoxiousone::icondan4archangel::iconquiless::iconshftfrm::iconnesmaty::icondocali::icondrake1::icontrezoid::iconlockjavv::icondeviartart:

Newest Members

:iconkaali73::iconjaish80::iconboyeater1-is-a-pedo::iconterminate-pedophilia::iconyuni-the-pedo-o::iconyuni-is-a-pedo-----o::iconomgthatissofetch::iconeliteresources::iconstefered::iconlekmerken::iconwhitleyrose::icona-sparowe::icondukeshantibropoor6::iconcicunni::iconhimurinn::iconfruitbatsy::iconkaosah::iconhimesara84::iconjikataka04::iconbafleeart:

Affiliates

:icondeviantartcommunity::iconui::iconmastercss::iconecssited::iconjournalcss:

Help Us Upgrade to Super..

:points:
Donate!


Temporarily on hold

Comments


Add a Comment:
 
:iconimmerot:
Immerot Featured By Owner Aug 30, 2015
Apparently no. All the .swf-files on dA require the preview image, and that image will be displayed instead of content. You can click the image to see the animation, but it will be just an image in the beginning.
Reply
(1 Reply)
:icontophat-queen:
TopHat-Queen Featured By Owner Aug 11, 2015   Digital Artist
Hey there! Do you know which code accesses to links in journal CSS? I've not been able to find anything referencing links besides a and that doesn't seem to work on dA =/
Reply
:icondrake1:
Drake1 Featured By Owner Aug 11, 2015
Hello! You want to know how to modify links? You simply have to put an "a" tag and then the properties, as always, like this:

a { property: value; }

That should work with no problems. What links are you trying to edit? If you want, send me a link to the entry and I will inspect the code!
Reply
:icontophat-queen:
TopHat-Queen Featured By Owner Aug 11, 2015   Digital Artist
I'm trying to add text decoration and a hover to a link in a journal skin, but when I tested it it did not seem to work. Since it is a, it makes me wonder what the issue is.

a
{
text-decoration: none;
}
a:hover
{
text-decoration: underline;
color:#000;
}


a href="fav.me/d5q3pn2">World Currency</a
Reply
:icondrake1:
Drake1 Featured By Owner Aug 14, 2015
Hmm, the only thing I can think about is specifity. Perhaps there are other rules overriding those, rendering them useless. Could you post a journal with the skin you are trying to modify and send me the link? Or is that World Currency an entry I can inspect? :)
(Sorry for the late reply)
Reply
(1 Reply)
:iconscribblerian:
scribblerian Featured By Owner Aug 7, 2015  Hobbyist
HI!  Is there a way to hide the title in gallery css?  I have tried everything.  Not only can I not remove it, I can't modify it in anyway - no changing colors, fonts, sizes, etc.  I have tried just h2, and have tried .folderview-top h2 .folder-title to attempt to code it.

Nothing I do even touches it.  I have an image I wanted to use instead.  I can get the image to display just fine.  Just can't get the title to go away.  I was going to compromise and color it the same as bg color.  Nope.
Reply
:iconposerfan:
poserfan Featured By Owner Aug 8, 2015  Professional
Hi :wave:
It's h1 now and no longer h2. Therfore h2 has no effect. To completely remove it, use
.folderview-top h1 {display:none;}
Reply
:iconscribblerian:
scribblerian Featured By Owner Aug 8, 2015  Hobbyist
thanks a lot!  It was driving me crazy because all the tutorials were saying h2 and nothing I was doing was making any difference at all.
Reply
:iconposerfan:
poserfan Featured By Owner Aug 8, 2015  Professional
Welcome -
They changed that a few weeks ago w/o announcing it; probably b/c they finally fixed that error as it should have been h1 right from the start. Pretty sure such a change will come in journals in the near future as well as it too references h2 as title instead of h1.
Reply
:iconimmerot:
Immerot Featured By Owner Edited Aug 7, 2015
It uses h1 actually (if you mean the folder title, of course).
Reply
:iconscribblerian:
scribblerian Featured By Owner Aug 8, 2015  Hobbyist
I do, thanks!
Reply
:iconelanory:
Elanory Featured By Owner Jul 7, 2015  Hobbyist Digital Artist
Hi, I was wondering if I can use this image hover feature without a premium membership like loish uses it on her profile.
I tried with this code, but it doesn't work.

< a href="Link"><img src="image1" alt="" onmouseover=
"src='image2'" onmouseout="src='image1'" />< /a>
Reply
:icongillianivyart:
gillianivyart Featured By Owner Jul 9, 2015  Professional General Artist
loish appears to be using a journal for the featured info on the righthand side of the profile page, if that is what you mean.  I am not certain if onmouseover/onmouseout is supported on deviantART.  I suspect hers is done as a journal skin with CSS.  And yes, you would need a premium membership to use.
Reply
:iconposerfan:
poserfan Featured By Owner Jul 7, 2015  Professional
No, you can't. You either need to be a Premium Member or a Senior Member like loish.
Reply
:iconelanory:
Elanory Featured By Owner Jul 7, 2015  Hobbyist Digital Artist
I see, thank you for this fast reply! Little Pixel Heart 
Reply
:iconposerfan:
poserfan Featured By Owner Jul 7, 2015  Professional
Welcome! :D
Reply
:iconwidyadk:
Widyadk Featured By Owner Jun 7, 2015  Student Artist
y is safari banned? im using it!
Reply
:icongillianivyart:
gillianivyart Featured By Owner Edited Jun 8, 2015  Professional General Artist
Oh, it's not banned, it was unavailable at the time the Founder wrote that.  No one else has access to change these journals though.
Reply
:iconwidyadk:
Widyadk Featured By Owner Jun 8, 2015  Student Artist
i ipad user
Reply
:icongillianivyart:
gillianivyart Featured By Owner Jun 9, 2015  Professional General Artist
Okay, I do not know what works for iPads or not.  ;)
Reply
(1 Reply)
:iconfxerie:
fxerie Featured By Owner Jun 6, 2015
hello,
so i have been away from deviantart for awhile and i had a nicely coded page prior but once i logged on, everything was shifted to the right awkwardly and nothing fit. i wasn't sure how to fix it so i decided to recode my page completely.

but looking at the top right custom box on my page, the image i entered is not centered; i'm not sure how to fix this. any help would be appreciated <3
Reply
:iconposerfan:
poserfan Featured By Owner Jun 6, 2015  Professional
For me, both images are centered (using FF), but there a blanks  on left/right sides as I obviously use a bigger monitor setting than you (which makes the splitted image with your username not looking so good)
Reply
:iconfxerie:
fxerie Featured By Owner Jun 6, 2015
oh i got the images to be centered, turns out i was using the wide widget code and it no longer works.
and i didnt know about the splitted image!! ; A ; any way it would work smoothly for all monitors?
Reply
:iconposerfan:
poserfan Featured By Owner Jun 7, 2015  Professional
Yep, unfortunately the wide widget code does no longer work. Ruined my profile, too. The image? It needs to be bigger, so add something to the end part of each image. Make it at least 1200px, better 1500px wide for each box. Then center it either to left/right depending on in which box you are. This should keep the name readable and only cuts of the endings for smaller monitor settings.
Reply
:iconwelrd:
WElRD Featured By Owner May 29, 2015
Just saying the hidden cursor works on safari now.
Reply
Add a Comment: