ZenphotoCMS Forum
Default CSS - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Default CSS (/thread-2442.html)



Default CSS - macalter - 2008-03-15

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?




Default CSS - aitf311 - 2008-03-15

the _ makes sure that the css is only seen by IE6




Default CSS - macalter - 2008-03-15

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 . Wasn't sure as there was a "_" somewhere else that was a true error (not the CSS). Thanks




Default CSS - acrylian - 2008-03-15

OF course these "_" are in fact CSS errors, but well, just like can be fought with fire...:-)




Default CSS - ellama - 2008-03-15

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

``