Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
CSS / HTML menus organization
Old 11-14-2010, 10:47 PM CSS / HTML menus organization
Banned

Posts: 17
Name: new york
Trades: 0
Hello all
I want to put my menu and my block has the same height <p> how?
I would also like to put my text with my menus in the middle of the page 5/6cm each side how do?
And when I want to put my menu is all black section of the page that starts tonight and the menu why not?
and how to center the name of the list was bulleted list in the report has not occurred?
edson1314 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-16-2010, 03:04 AM Re: CSS / HTML menus organization
Average Talker

Posts: 19
Name: JD
Trades: 0
Ok. I'll take a stab..........

Quote:
I want to put my menu and my block has the same height <p> how?
I'm not exactly sure what you are asking here.
Quote:
I would also like to put my text with my menus in the middle of the page 5/6cm each side how do?
If I am understanding this correctly, you can wrap this in a div that is centered maybe like this....
Code:
 
<div class="centeredmenu">Item goes here.</div>
and css would be
Code:
 
div.centermenu
     {text-align:center;}
Quote:
And when I want to put my menu is all black section of the page that starts tonight and the menu why not?
Are you saying where the menu should appear there is just a black box? If so, there is more than likely a problem with your code. Do you have a background color set?
Quote:
and how to center the name of the list was bulleted list in the report has not occurred?
Use the text-align:center; for the list.

I hope I haven't made myself look too foolish. I am new to building sites myself.
lucky2381 is offline
Reply With Quote
View Public Profile
 
Old 11-22-2010, 10:44 AM Re: CSS / HTML menus organization
CSM
CSM's Avatar
Front-End Developer

Posts: 297
Name: Michael Pehl
Location: Palma de Mallorca
Trades: 0
Code:
div.centermenu
     {text-align:center;}
That's really the wrong way. A div should be centered with margin:0 auto.

You can center a paragraph with text-align:center, don't center a div with text-align:center... never
__________________
Chief Web Officer / Front-End Developer / System Engineer

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
CSM is offline
Reply With Quote
View Public Profile Visit CSM's homepage!
 
Reply     « Reply to CSS / HTML menus organization
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.59210 seconds with 12 queries