Results 1 to 6 of 6

Thread: Is this the right place to ask CSS Qs? [Resolved]

  1. #1

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Is this the right place to ask CSS Qs? [Resolved]

    I am remaking a page that was first done in DreamWeaver. And I think it must have been DW that have added some lines to the body CSS.

    Code:
    body {
    	background-color: #5E89BD;
    	//tracingsrc="tracing.gif";
    	//tracingopacity=66 
    	//tracingx=0;
    	//tracingy=0;
    }
    I have commented them away here. There was a problem with the Safari browser. The background color of body never showed. But when I commented the tracing* lines it showed. But I have no idea what they do. Anyone know? Can't see any diffrense in on the page after I took them away.

    Thanks
    ØØ
    Last edited by NoteMe; Apr 27th, 2004 at 03:25 PM.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    It's completely invalid CSS syntax. Why does DW put it there?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090
    It's never done something like that to me. It used to try adding JS code every now and again, but not anymore, presumably as I use code view only.

    In fact, I don't think it has ever added any CSS to the page to me. background images etc. it does with HTML, not CSS.
    Have I helped you? Please Rate my posts.

  4. #4

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    It has also added some JS to re-paint the page if the page is resized. As long as you guys mean it is invalid I belive you. And will take it all away. Thanks.

  5. #5
    Frenzied Member Acidic's Avatar
    Join Date
    Sep 2003
    Location
    UK
    Posts
    1,090
    yes, I think this is the right place to ask CSS questions.
    Have I helped you? Please Rate my posts.

  6. #6

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Hehe...I figgured that out when I saw your new thread..

    Thanks both of you...

    ØØ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width