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 |
|
||||
|
[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?
__________________
echo "Take it easy, ".$CloudedVision; .links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; } <quote>"I think it's wrong that only one company makes the game Monopoly" - <name>Steven Wright</name></quote>
Last Blog Entry: More Cheat Sheets (Jul 12th, 2008)
|
|
|
|
||||
|
Re: tabs with CSS
nevermind, text-indent works great
__________________
echo "Take it easy, ".$CloudedVision; .links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; } <quote>"I think it's wrong that only one company makes the game Monopoly" - <name>Steven Wright</name></quote>
Last Blog Entry: More Cheat Sheets (Jul 12th, 2008)
|
|
||||
|
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)
|
|
|||
|
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 11: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 10:21 |
| jquery tabs prob | karloff | JavaScript Forum | 0 | Jul 4th, 2007 21:21 |
| Tabs on my webpage | pengyou | Starting Out | 5 | May 23rd, 2007 20:52 |
| CSS tabs | titaniumbean | Web Page Design | 5 | Aug 18th, 2005 09:50 |
| [SOLVED] Disable Button while using Tabs | Anonymous User | JavaScript Forum | 1 | Sep 14th, 2004 09:12 |