Current location: Hot Scripts Forums » General Web Coding » CSS » CSS .. Table I think?


CSS .. Table I think?

Reply
  #1 (permalink)  
Old 04-09-09, 07:35 PM
rmurdo rmurdo is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 52
Thanks: 1
Thanked 0 Times in 0 Posts
CSS .. Table I think?

Hi all,

I am trying to do a shaded area that goes across the top of my page and add some text.

It will be very simular to the "follow us on twitter" at the top of the hotscripts.com page.

Has anyone seen a tutorial on how to do this?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 04-09-09, 10:10 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Code:
<style type="text/css">
#twitter
{
height:100px;
width:100%;
background-color:#eee;
}
</style>

<div id="twitter">
Twitter text
</div>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 04-09-09, 10:15 PM
rmurdo rmurdo is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 52
Thanks: 1
Thanked 0 Times in 0 Posts
Awesome, know how to may the bottom edge look like a boarder?

Thanks,
Rob
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 04-21-09, 02:39 AM
harish harish is offline
Newbie Coder
 
Join Date: Apr 2009
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
I was also searching for that thanks for sharing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I center an ID'd table using CSS? likegluelikecrew CSS 4 04-30-09 05:57 AM
MYSQL database countll Database 2 06-19-07 05:20 PM
IE and Firefox Table + CSS Help iidavidii HTML/XHTML/XML 5 12-04-06 12:29 PM
table through css sukanta CSS 2 06-17-06 12:29 PM
Table Through CSS xtreme231 CSS 1 08-11-05 02:26 PM


All times are GMT -5. The time now is 09:59 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.