I'm looking for a code that allows the banner to move to the left or right side instead of the middle.
Thanks!![]()
just the banner and not the whole table?
nope, only the banner![]()
ok try this:
<style type="text/css">
#welcome_table .welcome {
position: absolute;
left: 100px;
}
</style>
Not tested
sorry, the code doesn't work
what is it doing? or does it not do anything?
it makes the welcome table go over the menu bar and pm system
ok i'll look into it
kk thanks!![]()
Ok I haven't tested this either. I have way to many important windows open to test it and I am very sorry about that, as well MY JS is not that great, so I really hope this one works.
Global Header:
Code:
- <script type="text/javascript">
- <!--
- /*Aligning Banner*/
- var ialign="left";
- var welcome_table=document.getElementsByTagName('welcome_table')
- for (m=0;m<welcome_table.welcome) {
- if (welcome_table[m].className.match(/welcome/i){
- welcome_table[m].align=ialign;
- }
- }
- //-->
- </script>
sorry, the code still doesn't work, it just did nothing
hmm, great now i feel worthless...ok i'll look over the code, and maybe even ask Marc for help if i can't figure it out, but i will get you a code.
well thanks for the help, I'll just be waiting til' the code is done![]()
try this:
Code:
- <script type="text/javascript">
- <!--
- document.getElementsByClassName("welcome")[0].align = 'left';
- //-->
- </script>
You may want to t5hank marc, i did have to ask him why whta i was trying wouldn't work, and i understadn where i went wrong now.
well thanks to u both!![]()