djquartz
Forum Replies Created
-
Actually,
The cultprit is the bullets. When I removed the code
- #_EVENTLINK
- #_EVENTLINK
as a test.
The calendar fits with FF & IE, Chrome ignored the {56,0} size parameters.
It only sizes correctly when I add
so the event link text is displayed.
However, all three browsers do show right side of the calender being cut off when everything is displayed.
I believe the culprit is the bullets.
If I can removed the bullets, everything will fit.
Is there a way to resize the calender and add a horizontal scroll bar?
Cool, I will try that. Thanks for the tip.
Hello Phillipjohn,
Here’s a question, is there a way I can find out what dimensions Chrome is resizing the pics to?
It looks nice in chrome, it’s just FF and IE that blow them up to full size from what I saw.
Also, I might just end up going full page layout for the events section and move the sidebar items under the calendar.
Just testing the fix and it’s working as it should now.
I fixed it,
I had to change the id to a different name and use it to call the second player.
It has a global effect otherwise.
Thanks, talking it through helped me realize where the problem was.
The second player is displayed actually, but it takes place of the first player which seems weird.
Let me check something.
This is what confuses me.
How is the code that is in the second tab section taking precedence over the code that is in the first tab?
It almost seems like I need to isolate the code in the second tab section somehow.
ignore this,
<p align="center"> </p> <p align="center"> </p>[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
There were spaces, I deleted this since.
[tab name="Current"] <div id="player1"> <p id="preview" align="center">The player will show in this paragraph</p> <div align="center"><script type="text/javascript" src="../radio/swfobject.js"></script><script type="text/javascript">// <![CDATA[ var s1 = new SWFObject("../radio/player.swf","ply","845","480","9","#FFFFFF"); s1.addParam('allowfullscreen','true'); s1.addParam('allowscriptaccess','always'); s1.addParam('flashvars',"file=../radio/playlist.xml&playlist=right&playlistsize=400&volume-100&stretching=none&fullscreen=true&caption=true&logo=../radio/jwskins/front6c.jpg&skin=../radio/jwskins/flashskins20ice.swf"); s1.write('preview'); // ]]></script></div> </div> [/tab] [tab name="Archive"] <div id="player2"> <p align="center"> </p> <p align="center"> </p> <p align="center" id='preview'>The player will show in this paragraph</p> <div align="center"> <script type='text/javascript' src='../radio/archive/swfobject.js'></script> <script type='text/javascript'> var s1 = new SWFObject("../radio/archive/player.swf","ply","845","480","9","#FFFFFF"); s1.addParam('allowfullscreen','true'); s1.addParam('allowscriptaccess','always'); s1.addParam('flashvars',"file=../radio/archive/playlist.xml&playlist=right&playlistsize=400&volume-100&stretching=none&fullscreen=true&caption=true&logo=../radio/archive/jwskins/vinyl.jpg&skin=../radio/archive/jwskins/flashskins20amber.swf"); s1.write('preview'); </script> </p> </div> </div> [/tab] [end_tabset][Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged/corrupted by the forum’s parser.]
If I do this….
[tab]
player code
[/tab][tab]
Coming soon…
[/tab][end_tabset]
The first tab displays correctly.
Would you like to see the code example?
It’s basically this,
[tab]
javascript code
[/tab][tab]
javascript code
[/tab][end_tabset]
I’ve added the player code for the Archive tab. You can see what I mean now.
I can put the code back in so you can see what happens.