![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I want to create a simple css template like this : http://www.alsacreations.com/article...les/g_fixe.htm But i've got a problem : the footer doesn't follow if contents(menu or center) grow ! |
#3
| |||
| |||
|
|
#gauche { position: relative; float: left; width: 150px; background-color: #FFAABB; } |
#4
| |||
| |||
|
|
Hi, I want to create a simple css template like this : http://www.alsacreations.com/article...les/g_fixe.htm |
#5
| |||
| |||
|
|
body { font-family: Arial, Helvetica, sans-serif; font-size: 100%; |

#6
| |||
| |||
|
|
Beauregard T. Shagnasty wrote: body { font-family: Arial, Helvetica, sans-serif; font-size: 100%; Don't forget the } !! |
|
Compare to this, however. font-family: Helvetica, Arial, sans-serif; Here, Mac users who have both Arial and Helvetica on the machine get Helvetica, which many have described as a superior font (off of which Arial was crudely based, if my memory serves me). Windows AFAIK never has Helvetica anyhow, and even if it did it'd probably be better than Arial. |
|
Needless to say, if my facts are in error, someone's sure to correct me. I hope. ![]() |
#7
| |||
| |||
|
|
body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; |
|
position: absolute; width: 750px; left: 50%; margin-left: -375px; |
![]() |
| Thread Tools | |
| Display Modes | |
| |