I am pulling my hair out. I cant center an element.
My fiddle: http://jsfiddle.net/BC37U/
I want My Account centered, as the Welcome User is and it will not go no matte what I do. WHY!
Thanks! :)
|
I am pulling my hair out. I cant center an element. My fiddle: http://jsfiddle.net/BC37U/ I want My Account centered, as the Welcome User is and it will not go no matte what I do. WHY! Thanks! :) |
|||
|
|
|
Add
|
|||
|
I tried a different approach, since My Account it's in a single line, setting line- height to the height of the container vertical align the element. So here is my proposal: CSS:
HTML:
For the markup i added clearfix class, for clearing floated elements. I also use the reset from meyerweb, just in case you don't have it. Hope it works for you. |
||||
|