JonnySnip3r
12-17-2009, 09:31 PM
Hey guys sorry if this is a simple question im new to CSS :) below is my css code:
.news {
margin-top: 10px;
width: 200px;
height: 300px;
border: 2px solid red;
padding-left: 15px;
font-family: sans-serif;
color: red;
}
.themes {
width: 200px;
height: 200px;
border: 2px solid red;
font-family: sans-serif;
color: red;
}
ok i have 2 borders but the .themes i want displayed on the right side of the screen only when i do this it displays on the right side but below the .news one :S
how can i have it where it displays directly adjacent from the .news.
Thanks and sorry if it simple but so i am :)
.news {
margin-top: 10px;
width: 200px;
height: 300px;
border: 2px solid red;
padding-left: 15px;
font-family: sans-serif;
color: red;
}
.themes {
width: 200px;
height: 200px;
border: 2px solid red;
font-family: sans-serif;
color: red;
}
ok i have 2 borders but the .themes i want displayed on the right side of the screen only when i do this it displays on the right side but below the .news one :S
how can i have it where it displays directly adjacent from the .news.
Thanks and sorry if it simple but so i am :)