J
jamierphelps
I'm sure you guys are tired of seeing this kind of message, but this is
hopefully something a little different. I searched first.
I am using Drupal for a site and I also want to use Nifty Corners Cube
for styling purposes. On certain pages, Drupal adds its own onload
functions, so I am using the workaround built into NCC, the
NiftyLoad=function() method. It seems that the onload event is not
getting executed in Firefox Mac (the only other browser besides Safari
I can test on right now). The script fires off in Safari. Here is what
I have done to test so far.
1) Change from NiftyLoad to window.onload on a page where no other
onload attributes were called by Drupal.
2) Include a alert('okay'); call in the window.onload event for
debugging.
Neither of these yielded any joy. I hope someone out there has the
answer.
P.S. I think the same is happening with Firefox PC and IE 6 PC because
I had my wife test yesterday while at work and she said the corners
weren't rounded and the columns weren't the same height. I will test
this myself when I go to work later today.
hopefully something a little different. I searched first.
I am using Drupal for a site and I also want to use Nifty Corners Cube
for styling purposes. On certain pages, Drupal adds its own onload
functions, so I am using the workaround built into NCC, the
NiftyLoad=function() method. It seems that the onload event is not
getting executed in Firefox Mac (the only other browser besides Safari
I can test on right now). The script fires off in Safari. Here is what
I have done to test so far.
1) Change from NiftyLoad to window.onload on a page where no other
onload attributes were called by Drupal.
2) Include a alert('okay'); call in the window.onload event for
debugging.
Neither of these yielded any joy. I hope someone out there has the
answer.
P.S. I think the same is happening with Firefox PC and IE 6 PC because
I had my wife test yesterday while at work and she said the corners
weren't rounded and the columns weren't the same height. I will test
this myself when I go to work later today.