• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CSS on some pages but not all

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone, I am relatively new to customizing my own style sheets. One problem that I am having is I am applying a print style to my template(no images or nav links to be displayed when going to print preview in ie6)It works on hiding all images but on some pages it will not change my text color to black.

Any Ideas. All help is welcome!
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is the styles defined on the elements directly (inline) in these cases?

Eric
 
DeAlton Jones
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you mean, did I go thru and check to make sure that each element on the page was accounted for in each syle sheet the answer is yes. I am currently using RAD which has a preview of what the page will display as with the current style. preview looks great but still getting color on certain pages when I run in IE.

Have you heard of this happening before, I'm kinda confused
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am saying is these special cases have anything like

<span style="color:red">ASSDF</span>

in it?

That overrides any style sheet setting.

Eric
 
DeAlton Jones
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no my page has nothing like that. But I found the problem the page has a jsp include that had its own stylesheet(not needed)when I removed it everything worked fine.

Thanks for helping me to look deeper!
 
reply
    Bookmark Topic Watch Topic
  • New Topic