Jump to content

harry

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by harry

  1. Thanks a lot.Cheers...

    #tabstable is an id, the # tells you thatif it were .tabstable it would be a classID's should be used only on one html element per pageclasses can be used on multiple html elements per pagethat css right there will give whatever element in your html file with the id #tabstable a solid black border on its right side.

  2. Hi All,Iam new to this and just started working on it. I would like to know what does # symbol refers to in the below mentioned threads. if i change it to .(dot), the particular class is not working.Actually, this class draw a vertical line as a right border on the last tab of my dashboard.Appreciate any help.#TabsTable { border-right: solid 1px #000000;}Cheers..

×
×
  • Create New...