The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CSS Border

4 posters

Go down

Solved CSS Border

Post by smerf95 July 20th 2012, 5:57 pm

Ok so I want to place this code -

-webkit-border-top-left-radius: 999999999999999px;
-webkit-border-top-right-radius: 1px;
-webkit-border-bottom-right-radius: 999999999999999999999999999999999999999999999999999px;
-webkit-border-bottom-left-radius: 1px;
-moz-border-radius-topleft: 999999999999999px;
-moz-border-radius-topright: 1px;
-moz-border-radius-bottomright: 999999999999999999999999999999999999999999999999999px;
-moz-border-radius-bottomleft: 1px;
border-top-left-radius: 999999999999999px;
border-top-right-radius: 1px;
border-bottom-right-radius: 999999999999999999999999999999999999999999999999999px;
border-bottom-left-radius: 1px;


In to my CSS sheet . Where do i put it Very Happy?

Thak you ! Very Happy

My CSS sheet -

Code:
{
position:absolute;
top: (new X position);
left: (new y position);
}

---

ul.navlinks a img:hover {

filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}



.second_nav {
        padding: 0 0 0 0;
        background-image: url('');
        border-color: transparent;
        width:98%;
        }

/* Modules-------------------------------------------------*/
.module {
margin-bottom: 4px;
padding: 0 10px;
background-image: url('http://i191.photobucket.com/albums/z301/lastfmbadges/a1/barpol.png');
background-repeat: repeat-x;
background-color: #393939;
color: #fffff5;
}

}


/* Chatbox-------------------------------------------------*/
body.chatbox {
   background-image: none;
   }
.chatbox {
   background-color: #000000;
   }
#chatbox_header {
   height: 30px;
   background-color: #00000;
   }
.chatbox .forabg {
   margin: 0;
   border: none;
   padding: 0;
   margin: 0;
   background-color: #00000;
   }
.chatbox-title,.chatbox-title a.chat-title {
   color: #ffffff !important;
   }
.chatbox-title {
   float: left;
   margin: 0;
   padding: 2px 5px 0 5px;
   width: 15em;
   }
.chatbox-options {
   float: right;
   list-style: none;
   font-size: 11px;
   margin: 0.7em 0.5em 0.5em 0.5em;
   }
.chatbox-options li {
   display:inline;
   }
.chatbox-options li,.chatbox-options li a,.chatbox-options li label {
   color: #ffffff;
   }
#chatbox_members {
   position: absolute;
   top: 30px;
   bottom: 30px;
   width: 180px;
   overflow: auto;
   border-right: 1px solid ;
   }
#chatbox_members .member-title {
   text-align: center;
   padding: 0.5em 0.25em;
   background-image: none;
   font-size: 12px;
   background-color: #000000;
   color : #ffffff;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   }
#chatbox_members ul {
   list-style: none;
   margin: 0 0 0 1em;
   }
#chatbox_members ul li {
   margin: 0.5em 0.5em 0.5em 0;
   }
#chatbox {
   position: absolute;
   top: 30px;
   left: 181px;
   right: 0;
   bottom: 30px;
   overflow: auto;
   line-height: 10px;
   }
.chatbox_row_1 {
   padding: 4px;
   background-color: #00000;
   }
.chatbox_row_2 {
   padding: 4px;
   background-color: #333;
   }
.chatbox_row_3 {
   padding: 4px;
   background-color: #02710e;
   }
.memberlist_row_1 {
   background-color: #00000;
   }
#chatbox_footer {
height: 25px;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 5px;
   }
#chatbox_footer label {
   color: #ffffff;
   }
#message,#submit_button{
   border-width: 1px;
   }
.fontbutton {
   padding: 1px;
   cursor: pointer;
   text-align: left;
   }
.fontbutton_normal {
   background: #E1E1E2;
   }
.fontbutton_selected {
   background: #000000;
   border: 1px solid #22229C;
   }
.fontbutton_clicked {
   background: #000000;
   border: 1px solid #22229C;
   }
.fontbutton_hover {
   background: #000000;
   border: 1px solid #22229C;
   }
#chatbox_contextmenu {
   border: 2px solid black;
   background-color: #02710e;
   }
#chatbox_contextmenu p {
   margin:0;
   padding: 1px 4px;
   font-family: verdana, arial, sans-serif;
   background: #000000;
   border-bottom:1px solid #777;
   }
#chatbox_contextmenu p.hover {
   background: #ffffff;
   }
#chatbox_contextmenu p.close {
   background: #ddd;
   padding: 1px;
   font-size: 95%;
   color:#fff;
   background: url('');
   }
#chatbox_contextmenu p.close img {
   vertical-align: middle;
   padding-left: 20px;
   }
#chatbox_contextmenu a {
   color: #ffffff;
    text-decoration: none;
    font-size: 95%;
   }
#chatbox_contextmenu a:hover {
   color: ;
   }
.fontbutton {
   background: #E1E1E2 none repeat scroll 0%;
   border:medium none;
   color:#000000;
   float:left;
   margin-right:10px;
   padding:1px;
   }
#chatbox .user {
   font-weight: bold;
   }
* html #chatbox-members {
   

Never mind . I guess no one can help me without asking for screens 5times and stuff . I just wanted to know which place exacly to place the code in . Thanks .


Last edited by smerf95 on July 24th 2012, 6:28 pm; edited 1 time in total
avatar
smerf95
Forumember

Male Posts : 208
Reputation : 3
Language : Polish

http://sorta.forumpl.net

Back to top Go down

Solved Re: CSS Border

Post by Dark_Code July 20th 2012, 6:01 pm

Where do you want it in the css sheet
Dark_Code
Dark_Code
Forumember

Male Posts : 91
Reputation : 4
Language : CSS
Location : Modesto

http://csshelp.ipbhost.com/

Back to top Go down

Solved Re: CSS Border

Post by smerf95 July 20th 2012, 6:16 pm

Dark_Code wrote:Where do you want it in the css sheet

I want to round the edges on the profile like freinds and stuff Very Happy
avatar
smerf95
Forumember

Male Posts : 208
Reputation : 3
Language : Polish

http://sorta.forumpl.net

Back to top Go down

Solved Re: CSS Border

Post by Dark_Code July 21st 2012, 7:51 pm

Can you take a Screen shot
Dark_Code
Dark_Code
Forumember

Male Posts : 91
Reputation : 4
Language : CSS
Location : Modesto

http://csshelp.ipbhost.com/

Back to top Go down

Solved Re: CSS Border

Post by smerf95 July 22nd 2012, 9:52 pm

Dark_Code wrote:Can you take a Screen shot

I dont know what u need it for but here it is .
CSS Border Im6nap

Thats my CSS sheet and i want to put the code that i posted into it . I want to know where Wink
Thanks Very Happy
avatar
smerf95
Forumember

Male Posts : 208
Reputation : 3
Language : Polish

http://sorta.forumpl.net

Back to top Go down

Solved Re: CSS Border

Post by ankillien July 24th 2012, 4:26 am

Hi,

Which exactly you want to apply rounded corner to? Please post a screen shot of that part.

Thanks Smile
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: CSS Border

Post by Jophy August 8th 2012, 1:11 pm

Since the topic was marked solved and no solutions were posted => Topic Garbaged
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum