May be your css file not include , so plz check it html in browser
whether it is exits or not .

On Sat, Jul 24, 2010 at 7:48 AM, Rick Dane <[email protected]> wrote:
> You're right, it has something to do with a jquery plugin that I
> didn't realize was overriding my default css file.. sorry for the
> trouble, I should have thought of using firebug before posting here
>
> On Jul 22, 5:10 pm, Rick Dane <[email protected]> wrote:
>> I will try that, but I was able to use the same CSS file in a regular
>> HTML page that I created as a test
>>
>> On Jul 22, 1:53 pm, Norman Paniagua <[email protected]> wrote:
>>
>> > Try to inspect the body in yout browser with a debuggin/inspector tool like
>> > Ffirebug (in firefox) or similar in other browsers, I think this is more 
>> > css
>> > problem than cakephp
>> > ---
>>
>> > Norman Paniagua
>>
>> > 2010/7/22 Rick Dane <[email protected]>
>>
>> > > This one is just really starting to get at me.. I cannot figure out
>> > > why my css body { } info will not appear on my cakephp page.
>>
>> > > I am setting the css file in my layout like this:
>>
>> > > echo $this->Html->css('animationdemo1'); (animationdemo1 is a .css
>> > > file located in webroot/css)
>>
>> > > I then have a body tag like:
>>
>> > > body {
>>
>> > >        font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
>> > >        background-color:#000000;
>> > >        font-size:90%;
>> > >        margin: 0;
>> > > }
>>
>> > > I have tried any number of different css tags such as "background-
>> > > url", etc but nothing will go through to my page.. I have tried it
>> > > without including any other files (no scripts, other css, etc) but
>> > > still nothing..
>>
>> > > Does anyone have any idea what is causing this? I have tested the same
>> > > css file in a regular html page and it works fine. Thanks for any
>> > > advice.
>>
>> > > Check out the new CakePHP Questions sitehttp://cakeqs.organdhelp others
>> > > with their CakePHP related questions.
>>
>> > > You received this message because you are subscribed to the Google Groups
>> > > "CakePHP" group.
>> > > To post to this group, send email to [email protected]
>> > > To unsubscribe from this group, send email to
>> > > [email protected]<cake-php%[email protected]>For
>> > >  more options, visit this group at
>> > >http://groups.google.com/group/cake-php?hl=en
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others 
> with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups 
> "CakePHP" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected] For more options, visit this group at 
> http://groups.google.com/group/cake-php?hl=en
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to