unitedbreaks
01-31-2007, 04:37 PM
Hello all, My name is DJ, I'm New to the forum ;)
I'm having some issues with IE6 (haven't tried IE7 yet) not aligning my included javascript (dhtml menu) correctly.
Firefox, looks A+.
Here is the link..
http://www.unitedbreaks.fm/index_test.php
Look towards the left, below "Listen Live".. The dhtml "Tune In Now" menu. I'd like it to the right of the song title (X) and centered (Y).
Here is a code block i'm currently using..
<div class="clearfix" id="tunein" style="float:right; display:none; margin-right: 15px; margin-top:30px;"><script type='text/javascript' language='JavaScript1.2' src='tunein.js'></script></div><div id="ajaxDiv"></div>
clearfix class..
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
"ajaxDiv" gets content behind scenes. I cannot pass any sort of JS back from the PHP call using AJAX. So this is why I'm executing the dhtml/js here and aligning it to the right.
If anyone can help, Greatly appreciated! I hope to meet some new people and share some knowledge in return with the community.
Thanks,
DJ
I'm having some issues with IE6 (haven't tried IE7 yet) not aligning my included javascript (dhtml menu) correctly.
Firefox, looks A+.
Here is the link..
http://www.unitedbreaks.fm/index_test.php
Look towards the left, below "Listen Live".. The dhtml "Tune In Now" menu. I'd like it to the right of the song title (X) and centered (Y).
Here is a code block i'm currently using..
<div class="clearfix" id="tunein" style="float:right; display:none; margin-right: 15px; margin-top:30px;"><script type='text/javascript' language='JavaScript1.2' src='tunein.js'></script></div><div id="ajaxDiv"></div>
clearfix class..
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
"ajaxDiv" gets content behind scenes. I cannot pass any sort of JS back from the PHP call using AJAX. So this is why I'm executing the dhtml/js here and aligning it to the right.
If anyone can help, Greatly appreciated! I hope to meet some new people and share some knowledge in return with the community.
Thanks,
DJ