jacg plugin not spanning full div block in IE

Asked by John Callahan

Blocks that I have on my site do not have the gradient displayed throughout the height of the block. For example, by blocks may be 200 - 300 pixels high, and I only see the one of the colors, solid, that takes up about the top 75 pixels only. This only happens in IE. Looks fine in other browsers. Is IE a known issue? The demo that gets downloaded with jacq also experiences the issue.

Question information

Language:
English Edit question
Status:
Solved
For:
JACG for jQuery Edit question
Assignee:
No assignee Edit question
Solved by:
John Callahan
Solved:
Last query:
Last reply:
Revision history for this message
John Callahan (diodata) said :
#1

This probably the same issue as IE8 throwing up not supported method (already submitted as a bug report.) The 'he' variable for me is coming up as 60 pixels, even though my divs are much larger.

Revision history for this message
John Callahan (diodata) said :
#2

I solved this, at least in IE, by replacing

obj.css('height')

with

$(this).height()+'px'

I only put this under the else { //Any other browser section, since that's where IE falls. All other major browsers seem to be working fine so far.

Revision history for this message
myfreeweb (myfreeweb) said :
#3

Unfortunately, IE sucks balls. Looks like it doesn't return calculated CSS values too.
I have no Windows, but I'll try to fix.