NetTalk Central

Author Topic: NT12 empty headers  (Read 1428 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
NT12 empty headers
« on: July 30, 2021, 01:23:37 PM »
If you try to set a column header from a browse that contains file data, you cant, the template automatically change it to the field name, so you need to set it as ''
It is set ok for buttons columns.
Besides that you can experiment two problems I could not solved using css
1- If you click on the empty header you get a cursor inside.
2- If the site background is not white a white border is drawn arround the header when you hover the mouse.
Please see pic.

Example: just get the web1 example, add my atached css class (armi.css zipped), change the header of the first column to '', you cant set it empty, compile and you will experiment the cursor and the white border appearing in the empty headers.

Regards
« Last Edit: July 31, 2021, 07:01:28 AM by michelis »
-----------
Regards
Alberto

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 420
    • View Profile
    • Email
Re: NT12 empty headers
« Reply #1 on: August 01, 2021, 10:36:05 AM »
Hi

Not quite sure what it is you mean, but try this:

#head_2:hover, #head_8:hover, #head_6:hover, #head_10:hover{
    border:none;
}

/Niels