Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-07-2011, 08:36 PM   PM User | #1
xxcorrosionxx
Regular Coder

 
Join Date: Jan 2011
Posts: 117
Thanks: 27
Thanked 0 Times in 0 Posts
xxcorrosionxx is an unknown quantity at this point
Netscape [Help] Css

Hello members,

I would like to create a T on the script i made to make it look a bit nicer for the layout. I went ahead a made a picture on what i want the css to look like and do. If i could get some help on successfully coding this i would be very thankful. Here is the image i made located below:



Here is what mine look's like right now:



This is my css code for the grey dotted line:

PHP Code:
body {
    
font11px VerdanaArialHelveticasans-serif;
    
color#666666;
    
margin0px;
    
padding20px 10px 0px;
}
.
textfield {
    
font-size11px;
    
color#333333;
    
background#F7F7F7;
    
border1px solid #CCCCCC;
    
padding-left1px;
}
h1 {
    
color#99CC00;
    
margin0px 0px 5px;
    
padding0px 0px 3px;
    
fontbold 18px VerdanaArialHelveticasans-serif;
    
border-bottom1px dashed #E6E8ED;
}
{
    
color#2D3954;
    
font-size11px;
}
a:hover {
    
color#99CC00;
}
.
err {
    
color#FF9900;
}
th {
    
font-weightbold;
    
text-alignleft;

This would be the dotted line:

PHP Code:
h1 {
    
color#99CC00;
    
margin0px 0px 5px;
    
padding0px 0px 3px;
    
fontbold 18px VerdanaArialHelveticasans-serif;
    
border-bottom1px dashed #E6E8ED;

Regards,

xxcorrosionxx

Last edited by xxcorrosionxx; 05-07-2011 at 08:38 PM..
xxcorrosionxx is offline   Reply With Quote
Old 05-07-2011, 10:38 PM   PM User | #2
AndrewGSW
Senior Coder

 
Join Date: Apr 2011
Location: London, England
Posts: 2,120
Thanks: 15
Thanked 354 Times in 353 Posts
AndrewGSW will become famous soon enough
There is no vertical-line element so it requires setting a left or right-border to either your sidebar or content area. This depends on how these two areas are styled.
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS
AndrewGSW is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:10 AM.


Advertisement
Log in to turn off these ads.