Author |
Message |
18/05/2007 09:09:19
|
nelroshennie
Newbie
Joined: 18/05/2007 09:07:21
Messages: 2
Location: Madison, WI
Offline
|
http://radioactiverussian.com/poll/
While using the 'popup' theme in version 2.03, it only seems to work in Firefox. Even after tweaking some of the javascript to correct it, it does not work in IE. Infact, if you look at the site in IE, there is nothing bot a hr and it doesn't even finish loading the rest of the page, none of the text at the bottom of the page shows up. Whats the deal?
My assumption is something funky with the javascript, but I could be mistaken.
|
--Jamie
http://www.radioactiverussian.com/ |
|
18/05/2007 09:26:21
|
nelroshennie
Newbie
Joined: 18/05/2007 09:07:21
Messages: 2
Location: Madison, WI
Offline
|
[b]PROBLEM SOLVED[/b]
Popup Theme > "Poll View"
Line 4: <style type="text/css">
Line 5: <!--
Line 6: .input { font-family: $pollvars[font_face]; font-size: 8pt}
Line 7: -->
Notice no "</style>" in there? [b]ADD IT![/b] And then it will work in IE. Firefox corrects this automatically, that is why it was frustrating.
|
--Jamie
http://www.radioactiverussian.com/ |
|
18/05/2007 10:33:23
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
If you want to get really flash and cocky make it use Thickbox for the pop up
http://jquery.com/demo/thickbox/ use the iframe functionality. I'm using it for the downloads page of Lazarus.
Also a good idea to stop using the javascript: tpe link as this means people with JS turned off can't view the results (yes i know this is coded into the poll). Instead use the correct link to the pop up window and use the onclick attribute to open it.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
|