Default CSS

I'm playing with some of the colours that I can identify as to where they appear. Found this while scrolling:

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
position: fixed;
_position: absolute;

I'm not sure you meant to have the _ typed. (I'm not changing this tag, just scrolled by it.) What is the correct position?

Comments

  • the _ makes sure that the css is only seen by IE6
  • Oh, that beast! Guess it's better than worrying about Netscape as we use to! Forgot to raise a glass to its passing. Will do so as one of my pints Sunday <ROTFL>. Wasn't sure as there was a "_" somewhere else that was a true error (not the CSS). Thanks
  • acrylian Administrator, Developer
    OF course these "_" are in fact CSS errors, but well, just like can be fought with fire...:-)
  • Well IE is a beast and sometimes it's very hard write correct CSS w/o applying any CSS hacks. I'm not sure if it's a CSS error coz other browsers (Firefox, Opera) just skip those lines starting "_" whereas IE not. The following is another quite useful hack for IE ;)

    ``
Sign In or Register to comment.