Results 1 to 3 of 3

Thread: General CSS question

  1. #1
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default General CSS question

    Im looking through my css file to take note which colour codes actually change what on my site.
    I would like to know if & how i can write next to the code so its only shown in the css file and not on the site.

    Example
    I can write main mebu fine
    Code:
    /*MAIN MENU*/
    .menu-toggle{
    	display:block;
    	padding:10px;
    	margin:1px 0 0;
    	background:#0099FF;
    But some have a few colours in the code so i would like to write it next to the code.
    Example.
    Code:
            background:#0099FF; SO I CAN PUT IT HERE
    	border: 2px solid #000000; SO I CAN PUT IT HERE
    	color:#000000; SO I CAN PUT IT HERE
    Currently if i use the main menu approach next to the code its shown on the site.

    Thanks
    Last edited by theremotedr; 02-16-2016 at 11:29 AM.

  2. #2
    Join Date
    Nov 2014
    Location
    On A Scottish Island
    Posts
    488
    Thanks
    0
    Thanked 62 Times in 58 Posts

    Default

    They are called "Comments". Go to this page and scroll down to the bottom.

  3. The Following User Says Thank You to styxlawyer For This Useful Post:

    theremotedr (02-16-2016)

  4. #3
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Thanks.
    Just w was looking for.

Similar Threads

  1. Resolved css general question
    By theremotedr in forum CSS
    Replies: 11
    Last Post: 05-21-2015, 05:35 PM
  2. 301 Redirect - General Question
    By Diversions in forum HTML
    Replies: 1
    Last Post: 07-24-2007, 03:41 PM
  3. General JavaScript question
    By gtb05ag in forum JavaScript
    Replies: 2
    Last Post: 08-22-2005, 08:37 AM
  4. General Question
    By lrubin28 in forum Dynamic Drive scripts help
    Replies: 14
    Last Post: 01-09-2005, 08:46 PM
  5. General question about slideshows.
    By Cybershell in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 01-09-2005, 08:54 AM

Bookmarks

Posting Permissions

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