This is a discussion on "[SOLVED] tabs with CSS" within the Web Page Design section. This forum, and the thread "[SOLVED] tabs with CSS are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] tabs with CSS
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
[SOLVED] tabs with CSS
I want to let my website have tabbed paragraphs. Is there a way to do this in CSS. Something so the first line always start 20px or so more to the right?
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
#2
|
||||
|
||||
|
Re: tabs with CSS
nevermind, text-indent works great
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
|
|
#3
|
|||
|
|||
|
Re: tabs with CSS
that or the css property #foo:first-letter etc etc.. so you can just style/target the first letter of any paragraph contained in #foo. Glad you got it sorted though.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#4
|
|||
|
|||
|
Re: tabs with CSS
If you want ALL your paragraphs to be indented add this to your stylesheet:
To your Health, Wealth and Success ClaireP Last edited by Aso; Mar 23rd, 2008 at 13:08. |
![]() |
| Tags |
| tabs, text-indent |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| staggered tabs in IE7 | WebMachine | Starting Out | 4 | Oct 1st, 2007 11:21 |
| jquery tabs prob | karloff | JavaScript Forum | 0 | Jul 4th, 2007 22:21 |
| Tabs on my webpage | pengyou | Starting Out | 5 | May 23rd, 2007 21:52 |
| CSS tabs | titaniumbean | Web Page Design | 5 | Aug 18th, 2005 10:50 |
| [SOLVED] Disable Button while using Tabs | Anonymous User | JavaScript Forum | 1 | Sep 14th, 2004 10:12 |