Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Indenting Text In Div's

Indenting Text In Div's
Thread Tools
Grizzled Veteran
Join Date: Jun 2002
Status: Offline
Reply With Quote
Apr 18, 2004, 11:06 AM
 
Hey guys,

I have a menu div with this code:

Code:
#menu { background: url(../images/menu.png) repeat-x; width: 630px; height: 26px; line-height: 25px; }
Basically right, when I put text into this, it hugs to the far left side. What I am wanting to do is maybe indent the text just a little bit so its maybe 5-10px away from the left side. I would rather not have to create a new div for this.

Thanks,
Oliver
     
Senior User
Join Date: Dec 2002
Status: Offline
Reply With Quote
Apr 18, 2004, 11:38 AM
 
isn't there a text-indent property for this? :-) So many properties..hard to keep track..!

http://www.w3schools.com/css/pr_text_text-indent.asp
Travis Sanderson
     
Mac Elite
Join Date: Apr 2003
Location: SoCal
Status: Offline
Reply With Quote
Apr 18, 2004, 12:26 PM
 
I think he just wants a left-side margin or some padding. Text-indent is for first-line indents only.

That said, if you want to keep the width of the text the same and just knock it over a little bit (including moving over the background image), then you would add the following to your #menu selector:

Code:
margin-left: 5px;
If you want to move the text over, but not the background image, you'd use this instead:

Code:
padding-left: 5px;
Of course, adjust the width of your menu box as necessary.
     
   
Thread Tools
Forum Links
Forum 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
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:09 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2