How to count number of rows on each page | jQGrid

All about creating websites!
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Re: How to count number of rows on each page | jQGrid

Post by z3r0aCc3Ss »

cats wrote:Ok so I poked around now, and I realized that I'm unsure what browser version you want to support.
If you are only supporting newer versions, then you can use rgba colors to fix the transparency issues, and have the table inside the transparent div without problems.

Something along the lines of

Code: Select all

http://code.suck-o.com/42513
I tried that already with RGB color codes. It didn't solve my purpose.
I guess, CSS opacity is a bit dorky. I want opacity to the outer div. If I do that, inner child divs also get the opacity. The only solution to this problem, what I see, is make the divs position absolute.
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: How to count number of rows on each page | jQGrid

Post by ayu »

z3r0aCc3Ss wrote: I tried that already with RGB color codes. It didn't solve my purpose.
I guess, CSS opacity is a bit dorky. I want opacity to the outer div. If I do that, inner child divs also get the opacity. The only solution to this problem, what I see, is make the divs position absolute.
hmm that's strange, because in the example I gave above, it works, at least in Firefox.
In IE you have to use a special kind of filter, maybe that's your problem?
"The best place to hide a tree, is in a forest"

Post Reply