Re: CakePHP not getting my CSS background ( body { } ) tags from css file but getting everything else
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 <r.dane1...@gmail.com> 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 <normanpania...@gmail.com> 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 <r.dane1...@gmail.com>
>
> > > 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 cake-php@googlegroups.com
> > > To unsubscribe from this group, send email to
> > > cake-php+unsubscribe@googlegroups.com<cake-php%2Bunsubscribe@googlegroups.com>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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home