Join for FREE | Take the Tour Lost Password?
Shop deviantART for the
holidays and save BIG!
Click here! :holly:
[x]

deviantART

 
[x]  
Shop deviantART for the holidays Click here! :holly:

Link




Share


  Share on twitter Share on Facebook Share on reddit Share on digg

Notices



More Customization News

Emotional Emoticons

`catluvr2:iconcatluvr2: reports, December 6
This news article is intended to feature emoticons with a certain theme. This edition features emoticons found with the search term of "Winter".

So i herd u liek emotes?? - Volume 58

`Synfull:iconSynfull: reports, December 6
58th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

So i herd u liek emotes?? - Volume 57

`Synfull:iconSynfull: reports, December 1
57th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

Free Avatars: Music & The Arts

=FreeAvatarProject:iconFreeAvatarProject: reports, November 30
Read a brief history of the arts, and find some cool FREE AVATARS along the way!

So i herd u liek emotes?? - Volume 56

`Synfull:iconSynfull: reports, November 22
56th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

So i herd u liek emotes?? - Volume 55

`Synfull:iconSynfull: reports, November 15
55th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

So i herd u liek emotes?? - Volume 54

`Synfull:iconSynfull: reports, November 8
54th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

So i herd u liek emotes?? - Volume 53

`Synfull:iconSynfull: reports, November 1
53rd volume in a weekly series focused on promoting emotes and emoticonists from the dA community

Free Halloween Avatars!

=FreeAvatarProject:iconFreeAvatarProject: reports, October 27
Looking for a cool avatar for Halloween? Curious to know how some Halloween traditions got started? Come see a huge selection of free Halloween avatars, and read about some of our favorite Halloween icons!

So i herd u liek emotes?? - Volume 52

`Synfull:iconSynfull: reports, October 25
52nd volume in a weekly series focused on promoting emotes and emoticonists from the dA community.

Customization News This Week

So i herd u liek emotes?? - Volume 58

`Synfull:iconSynfull: reports, December 6
58th volume in a weekly series focused on promoting emotes and emoticonists from the dA community

Emotional Emoticons

`catluvr2:iconcatluvr2: reports, December 6
This news article is intended to feature emoticons with a certain theme. This edition features emoticons found with the search term of "Winter".

Seasons Greetings 2009

~chicks0r:iconchicks0r: reports, 1d 15h ago
Seasons Greetings

Black Nexus OCT

~Killjoy1230:iconKilljoy1230: reports, December 6
Well its an OCT & contestants are needed

My Art Trades && Requests are opennnnn :D

~LovelySilversky:iconLovelySilversky: reports, December 6
I'm just saying my art requests are open, rofl xD
No comments   Customization News  Last +fav: Nobody

Customization


Ever wanted a 2 columned journal?

=BeyondTheHorizon:iconBeyondTheHorizon: reports, January 7, 2007
I have been playing around with the thought of having 2 columns in my Journal. So I digged into it, and finally I was successful. I must admit I had a headache doing this, because it involves a lot of div's, but if you have a little patience you'll make it work too.

Here goes:

What you need is a large container. A box to put your stuff (columns) into. This container has to be filling up the entire width of your Journal. This is the CSS:


.container {
position: relative !important;
vertical-align: top !important;
height: 250px !important;
background:#eff1f1!important;
}



You can ofcourse adjust the parameters to suit your needs. Especially the height is important. Play around untill you get it right.

Now you have a 'box' to add your columns into.

The left column consists of the following CSS:


.left-element {
position: absolute !important;
left: 0 !important;
width: 50% !important;
height: 100% !important;
background:#eff1f1!important;
padding:20px !important;
vertical-align: top !important;
}



Again you can naturally play around with width and color, but be careful about changing position and alignment.

Now...let's add the right column;


.right-element {
position: absolute !important;
right: 0 !important;
width: 50% !important;
height: 100% !important;
background:#eff1f1!important;
padding:0px !important;
vertical-align: top !important;
}



Same terms apply here.


All this confusing code goes into your CSS field when you edit your Journal.


Now for the fun part: implement it in your Journal. Copy/paste the below into your Journal (NOT the CSS part, but your JOURNAL), and change whatever necessary - links, contents, implement pics...you name it. Go and play my friend :D



<div class="container">
<div class="left-element" align="center">

<div class="h2">MEMBER OF</div>

*deviantFOOD
*deviantAIR
=onewordphoto
*macrophoto
*OneClickPhoto
</div><div class="right-element" align="center">

<div class="h2">DEVIATE</div>

~deviantoftheyear
~random deviation
~random deviant</div>
</div>

</div>



Here is my own Journal done this way: [link]
I only used this coding in my links-section, but I hope you'll make more of it.


Oh...btw; the h2 class you can naturally customise yourself. CSS is:


.h2{
font-size: 12px !important;
font-weight: bold !important;
color: #374341!important;
}



I hope you like it =)

Devious Comments

love 0 0 joy 1 1 wow 0 0 mad 0 0 sad 1 1 fear 0 0 neutral 0 0
:iconmindfuckx:
why not using floats ?
that would make it so much easier :)

--
Creative Staff
deviantART, Inc.
:iconwinampskinners:
I don't know too much of css, but I've just updated the journal of the community with a two column section. Thanks! :)

--
:bow: Proudly Winamp Skinners!
:iconbeyondthehorizon:
I'm happy you could use the code! =)
:iconbeyondthehorizon:
I am not familiar with floats, but I will look into that - thanks :D
:iconlilyas:
This idea is not bad. I think it works. But I also think it can be easier with the "float" property. Floating elements are elements whose rendering boxes are shifted to the left or right side of the current line.

It looks like this:

.columnleft {
float:left;
width:50%;
height:300px;
}

for the Journal:

<div class="columnleft">Content for left column</div>Content for right column

That's it.

--
:eyes: You laugh about me because I am different.
:kiss: I laugh about you because you are no different from the rest.
:iconbeyondthehorizon:
Okay! I will check this out - thanks =)
:iconlilyas:
Welcome!

--
:eyes: You laugh about me because I am different.
:kiss: I laugh about you because you are no different from the rest.
:icontoxicity-lady:
I tried but it failed. I do not understand how to use it!!

--
why wouldn't I be stupid?
I AM stupid

:comic:
:iconbeyondthehorizon:
Note me your problems and errors, and I will help you =)
 

Site Map