Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. css help

css help

Scheduled Pinned Locked Moved Web Development
csharpcsshelp
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    momoo
    wrote on last edited by
    #1

    Hi.. I'm currently like to do a menu page using C# web application. On the menu page itself i will like to use css(cascading style sheet) and do. From there then i like the page to .aspx. I would like to ask if anyones has done css or who knows it, don't mind share with me as i using css file for the 1st time. Thanks!! Cheers!

    E 1 Reply Last reply
    0
    • M momoo

      Hi.. I'm currently like to do a menu page using C# web application. On the menu page itself i will like to use css(cascading style sheet) and do. From there then i like the page to .aspx. I would like to ask if anyones has done css or who knows it, don't mind share with me as i using css file for the 1st time. Thanks!! Cheers!

      E Offline
      E Offline
      enjoycrack
      wrote on last edited by
      #2

      Hi there, just simply create ur css file and then make a reference to this file in ur aspx page inside the tag as below.. .... .... << >>

      M 1 Reply Last reply
      0
      • E enjoycrack

        Hi there, just simply create ur css file and then make a reference to this file in ur aspx page inside the tag as below.. .... .... << >>

        M Offline
        M Offline
        momoo
        wrote on last edited by
        #3

        Hi.. I just like to ask that.. I have create the code below under css file: body { background-color: yellow; } .cwMainBorderColor { background-color: #003e56; } .cwSideBarHolder { border-right: white 2px solid; vertical-align: top; width: 2%; background-color: #003e56; } .cwTextBox { font-weight: normal; font-size: 13px; color: black; font-family: Arial, sans-serif; } .cwComboBox { font-weight: normal; font-size: 13px; color: black; font-family: Arial, sans-serif; } .cwCheckBox { font-weight: normal; font-size: 13px; color: black; font-family: Arial, sans-serif; } .cwRadioButton { font-weight: normal; font-size: 13px; color: black; font-family: Arial, sans-serif; } .cwButtonTiny { font-size: 8pt; background-image: url(Images/Buttons/b_tiny.gif); width: 40px; cursor: hand; color: #2a5f86; border-top-style: none; background-repeat: no-repeat; font-family: Verdana, Arial, Helvetica, sans-serif; border-right-style: none; border-left-style: none; height: 27px; border-bottom-style: none; } And i have also put the stylesheet to the aspx page inside the tag as below.. .... .... But somehow it dosen't work at all!! When i run the aspx it show nothing at all.. Am i missing out on somthing?? Thanks for your help.. Cheers!

        E 1 Reply Last reply
        0
        • M momoo

          Hi.. I just like to ask that.. I have create the code below under css file: body { background-color: yellow; } .cwMainBorderColor { background-color: #003e56; } .cwSideBarHolder { border-right: white 2px solid; vertical-align: top; width: 2%; background-color: #003e56; } .cwTextBox { font-weight: normal; font-size: 13px; color: black; font-family: Arial, sans-serif; } .cwComboBox { font-weight: normal; font-size: 13px; color: black; font-family: Arial, sans-serif; } .cwCheckBox { font-weight: normal; font-size: 13px; color: black; font-family: Arial, sans-serif; } .cwRadioButton { font-weight: normal; font-size: 13px; color: black; font-family: Arial, sans-serif; } .cwButtonTiny { font-size: 8pt; background-image: url(Images/Buttons/b_tiny.gif); width: 40px; cursor: hand; color: #2a5f86; border-top-style: none; background-repeat: no-repeat; font-family: Verdana, Arial, Helvetica, sans-serif; border-right-style: none; border-left-style: none; height: 27px; border-bottom-style: none; } And i have also put the stylesheet to the aspx page inside the tag as below.. .... .... But somehow it dosen't work at all!! When i run the aspx it show nothing at all.. Am i missing out on somthing?? Thanks for your help.. Cheers!

          E Offline
          E Offline
          enjoycrack
          wrote on last edited by
          #4

          Hello_mouse wrote:

          somehow it dosen't work at all!!

          You mean the css is not applying to the web page? And make sure that the value of the href attribute is correct? the relative path to ur css file is correct? << >>

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups