[x]
All Deviations

Notices


[x] Advertisement

More Customization News

CD Art Display 2.0 Beta 4

^mrrste:iconmrrste: reports, July 15
CD Art Display Bigup

Deskmod Vol 1

~pepesk8:iconpepesk8: reports, July 13
Deskmod Vol 1

Skinmasters #9 lassekongo83

^mrrste:iconmrrste: reports, July 4
Skinmaster Interview by mrrste

Skinmasters #8 lypnjtu

^mrrste:iconmrrste: reports, June 13
Interview with top skinners

Handheld Highlights - May 2008

^jbensch:iconjbensch: reports, June 1
Handheld features for May, 2008.

40+ Beautifull Icon Sets from deviantART.

¢mindfuckx:iconmindfuckx: reports, May 27
"The web is rich with creative and amazing icon sets, and one of the most unusual source of amazing Icons Sets are those you can find on deviantART icons gallery. Today we would like to present 40 incredible icon sets which you can use for your web designs or your desktop. Let’s take a close look at some of the most beautiful icon sets we’ve found on deviantART. Some amazing Icon Sets are missing? Let us know!"

- noupe.com

Skinmasters #7 yingjunjiu

^mrrste:iconmrrste: reports, May 14
skinsmaster interviews

Hyperdesk - The Review

^mrrste:iconmrrste: reports, May 8
A Hyperdesk review by Mrrste

Handheld Highlights - April 2008

^jbensch:iconjbensch: reports, May 5
Handheld Highlights for April 2008. Items that caught my attention.

Skinmasters #6 - 007Tinar

^mrrste:iconmrrste: reports, May 5
A series of interviews with top graphic designers and skinners on deviantART

Customization News This Week

CD Art Display 2.0 Beta 4

^mrrste:iconmrrste: reports, July 15
CD Art Display Bigup

Deskmod Vol 1

~pepesk8:iconpepesk8: reports, July 13
Deskmod Vol 1

Stop Opposing Journals and Polls

~Toma7:iconToma7: reports, July 13
I ask you all, let's put our brushes, pens and pencils together and admire it for a minute.

Shoe Customizing Competition@Cineleisure Msia

~eillis:iconeillis: reports, July 16
A Celebration of A Million Colours @ Cineleisure Damansara

Customization


Make your CSS Journal #6

=dot-Silver:icondot-Silver: reports, March 22, 2007
Ok ok, i confess, this was meant to be a special edition one, but I haven't yet completed that, the special edition one will be on creating a full CSS Journal layout using dreamweaver first, I did start it, and it's about half done, but now I'm thinking of changing the look to a better one, so it will be re-done.

Now on for the sixth part in our series, there isn't much to tell at the moment, here are some bits.

Two Columns
Would you like to have two columns any where on your journal? These are actually widely used, so here's how you do them.

.divcontain{
width: 100%;
}
.divleft{
display: inline;
width: 48%;
float: left;
background: #FCFCFC;
}
.divright{
display: inline;
width: 48%;
float: right;
}
.divclear{
clear: both
}

<div class="divcontain"><div class="divleft">Left Side Here</div><div class="divright">Right Side Here</div><div class="divclear"> </div></div>


Pretty simple right?

Image Hover
Swap images when they get hovered over, great for buttons as you can see in this journal.

This is the image I used, view here. As you can see, it's got the two buttons, one under the other, the top on is what will show, the bottom button is what will show when it's hovered over, Yes, they are one image, we can use CSS to change the position of the background.

And the CSS

.menu a{
display: block;
background: transparent url('[link]) no-repeat;
width: 147px;
height: 22px;
text-decoration: none !important;
padding-left: 17px;
padding-top: 7px;
color: #ffffff;
font-weight: bold;
}
.menu a:hover{
background-position: 0 -29px;
color: #84534c;
}

<div class="menu"><a href="http://janoo-bachaa.deviantart.com/gallery/">My Gallery</a></div>


Simple right? All that's happening is the whole background image can't be seen because out div isn't big enough to show the bottom half, but when the div is hovered over with the mouse, we change the position of the background, the 0 means 0 pixels to the left, and the -29px is -29 pixels up, so we show the bottom half of the button instead.

Well as I said, there wasn't much in this one, but they can be helpful things to use though, so I thought I should share them.

And as usual, Journal CSS!

=eldris - Has a very nice colour scheme.

=JLStock - It's a very long journal and maybe some CSS Scroll boxes could help, but it's a nice look.

*kuschelirmel-stock - Certainly one you'll have to check, and take a look at her custom journals too.

One more thing
Oh yes, there is one more thing I would to add, later today, I will be creating a new deviantART account under the name of "silvercss" - This account will hold all of my CSS Articles, and also all CSS journals that I have created, and will also offer:

1. Free Journal CSS available to download
2. Custom made journal CSS for free.

So keep a look out for that account to start up.

Devious Comments

love 0 0 joy 0 0 wow 0 0 mad 0 0 sad 0 0 fear 0 0 neutral 0 0

~AbidingDaRules:iconAbidingDaRules: Mar 23, 2007, 11:23:30 PM
i gotta a question. the image we are using for this do we make one or use the one you provided? if we make one any certain way it should be made?

--
:bump: Jenny :bump:

:star:I can not paint life so therefore I capture it:star:

Check my latest News
Check my latest!
=dot-Silver:icondot-Silver: Mar 24, 2007, 12:50:05 PM
Do not use the one shown, that is just an example and it not made by me (Well, half of it anyway).

There is a certain way it should be made, and it shown in the example.
~AbidingDaRules:iconAbidingDaRules: Mar 24, 2007, 1:03:32 PM
No i wasnt going to I was trying to figure out how to make my own.. I dont see where it says how to make them..how big should it be?

--
:bump: Jenny :bump:

:star:I can not paint life so therefore I capture it:star:

Check my latest News
Check my latest!
=dot-Silver:icondot-Silver: Mar 24, 2007, 3:20:16 PM
That all depends on you. Make your normal button, like you see on the top half of the example image. Then make the canvas twice the size in height, but the same width, then make what you want your roll over button to look like. Take note of the height of one button, because you need that for the height of the CSS.
~AbidingDaRules:iconAbidingDaRules: Mar 24, 2007, 10:35:48 PM
Ok well Im off to try and make me some. thanks for the tips!

--
:bump: Jenny :bump:

:star:I can not paint life so therefore I capture it:star:

Check my latest News
Check my latest!
=celtic-mistress:iconceltic-mistress: Mar 25, 2007, 2:10:28 PM
can you make a css journal with a free account?

--
"You're so short you're 2-dimensional!!!!!!!!"
--Edward Elric :heart:

DON'T STEAL MELLO'S CHOCOLATE!!!
=dot-Silver:icondot-Silver: Mar 26, 2007, 2:39:57 AM
No, CSS Journals are for subscribers only.
=popcorn-pops:iconpopcorn-pops: Mar 30, 2007, 2:22:07 PM
Great stuff you have here. I'm just looking through them all. :)

Maybe in your next article put a link to all of the previous articles? It would make life easier. :D

--
Icon credits: =bad-blood and =BoffinbraiN.
-
Popcorn-pops: n. feminine; 1Absolute Crazy 2Addictive3The best movie snack around.

[link]
=noname4you:iconnoname4you: Jun 22, 2008, 8:55:37 PM
Ok. So where is the website to make a journal CSS?

--
NO. in my icon, that is not a penguin screaming! It is my OC, Bird McCreepy and for info: [link]

Pretty random, but oh well:

The Angels are the best team ever! :D