NetTalk Central

Author Topic: Simulating a Bar graph , is the "Apply to Content" background working?  (Read 2763 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Hi,
I´m trying to simulate a bar graph in the browse rows, like in the attached image.
Any Idea of how to replace the # char for any better?

I've tried using a space char and changing the "Aditional CSS Properties" to set the background color to "Apply to Content" but it is allways applied to the whole cell.

Thanks

[attachment deleted by admin]
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
create a div in the cell, with a background color etc, and set the width of the div depending on how wide you want the bar to be.

cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Thanks it works perfect!

In case someone needs the html code:

'<div id="mio" style="width:'& loc:width# &'px;height:15px;z-index:0;background-color:blue"></div>'
-----------
Regards
Alberto