This is a discussion on "Text-Align" within the Web Page Design section. This forum, and the thread "Text-Align are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Text-Align
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
||||
|
Re: Text-Align
It works
|
|
||||
|
Re: Text-Align
I must have the old version of FF, Also could you check the footer of my website in your firefox because on mine the XHTML and CSS are sticking out the bottom :S
|
|
||||
|
Re: Text-Align
What's the link?
|
|
||||
|
Re: Text-Align
http://www.marcfraser.co.uk/v1/ - also my navbar :S
Last edited by Marc; May 31st, 2007 at 19:17. |
|
||||
|
Re: Text-Align
Take the height: off of your footer. No reason for it to be a fixed height. Also not sure why you are using border-collapse:collapse; in there, you have no tables. You could lighten your css up a bit too, and your HTML could use some cleaning. Try starting it fresh.
in body{} put text-align:center; in the #container {} put margin:0 auto; text-align:left;
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; May 31st, 2007 at 19:39. |
|
||||
|
Re: Text-Align
Ok, but that doesnt sort my Nav bar in FF (it aint centered). It is fine in IE7 though.
|
|
||||
|
Re: Text-Align
Um maybe text-align:center on #nav? IE 7 will handle bad code, FF will do it the right way. The css for the menu's is wacky, where did you get it?
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: Text-Align
Bizzarre, when i take the text-align:center out of the #nav and put this in my HTML it centers it (in FF):s
|
|
||||
|
Re: Text-Align
Put the centering on the ul.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| text align |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vertical Text Align | Biddlesby | Web Page Design | 1 | Mar 13th, 2008 22:39 |
| Text wont align | shammy2007 | Web Page Design | 7 | Jan 21st, 2008 08:30 |
| Align text vertically in a box | josoap | Web Page Design | 3 | Jul 12th, 2007 17:29 |
| align text to bottom of div? | JETshipJUMBO | Web Page Design | 9 | Aug 6th, 2006 07:29 |
| help with text-align: center | iemerick | Web Page Design | 1 | Jun 9th, 2005 18:05 |