[symfony-users] Re: enormous sf

2010-03-16 Thread vero
It was so stupid that I am so ashamed. I don't pretend to use * at all. It was a big error, and I'm really grateful to you for your help. I have change it and now the sf has disappear, thank you very much and thanks for all people who try to help others in that group. It's very important for me

Re: [symfony-users] Re: enormous sf

2010-03-16 Thread Gareth McCumskey
As a new user to symfony I would highly recommend reading through the Definitive Guide to symfony: http://www.symfony-project.org/book/1_2/ I know its for the 1.2 version but the Definitive Guide for 1.3/1.4 is not fully ported yet and there really are not as many differences between the books.

[symfony-users] Re: enormous sf

2010-03-14 Thread vero
my main.css is: *{ width:800px; } #content { display: block; margin:0 auto 0 auto; width:390px; } #footer { bottom: 0px; background-color: #8090ee; text-align: center; position: fixed; z-index: 9; } h1, p { margin-bottom: 20px; } #header { background-color: #8090ee;

[symfony-users] Re: enormous sf

2010-03-14 Thread rooster (Russ)
On Mar 14, 7:24 pm, vero vegoi...@alumni.uv.es wrote: my main.css is: *{ width:800px; } Seriously? You are setting the width of the first found element to 800px - which in your case is the sf logo. http://www.w3.org/TR/CSS2/selector.html#universal-selector I imagine this works in the

[symfony-users] Re: enormous sf

2010-03-14 Thread rooster (Russ)
Oh, and install Firebug... You would have spotted the problem straight away by selecting the element and looking to see which css rules were applying to it, and where they were coming from. Russ. On Mar 14, 8:15 pm, rooster (Russ) russmon...@gmail.com wrote: On Mar 14, 7:24 pm, vero