Meme
Not New Member
Posts: 24
Meme said 0 great things
|
Post by Meme on Mar 16, 2012 6:46:55 GMT -8
As I am sure you all know and I am just realizing since I've started to use Google Chrome on my desktop. I am having some problems with some of my codes on chrome, and I was wondering if anyone else had these problems. For instance on IE my New Fader will expand with any size font I put into it, but on chrome it will not the lettering if larger or more of it will go outside my news fader box. I just wanted to know if anyone else has had that problem and if you knew of a quick fix.
Thank you in advance for your help.
|
|
|
Post by Wormopolis on Mar 16, 2012 10:58:07 GMT -8
browsers react differently to things like marquees. marquees arent really a supported element anymore, and some marquee attributes work in IE but not FF.
are you using a special code on the news fader?
|
|
Meme
Not New Member
Posts: 24
Meme said 0 great things
|
Post by Meme on Mar 16, 2012 15:28:24 GMT -8
No, I'm not using any special code for the fader except the title code that I just started but the fader has been having problems with chrome since I began using that browser.
|
|
|
Post by Wormopolis on Mar 17, 2012 2:22:09 GMT -8
add this to global header:
<style type="text/css"> #fscroller {height: 150px;} </style>
|
|
Meme
Not New Member
Posts: 24
Meme said 0 great things
|
Post by Meme on Mar 23, 2012 9:26:22 GMT -8
Okay thank you wormo I will let you know if it works....thanks again.
|
|
Meme
Not New Member
Posts: 24
Meme said 0 great things
|
Post by Meme on Mar 26, 2012 16:56:09 GMT -8
I tried it Wormo thanks for the help, but it still does not work in Chrome text jumping all over outside the fader box on Chrome
|
|
|
Post by Wormopolis on Mar 27, 2012 17:16:20 GMT -8
move what you put into the main footer. since PB is writing that to the page AFTER your CSS, the stuff PB writes is overriding it. if you move it below, then yours will override theirs.
|
|
Meme
Not New Member
Posts: 24
Meme said 0 great things
|
Post by Meme on Mar 30, 2012 15:59:37 GMT -8
Okay thank you so much Wormo you're a big help.
|
|
|
Post by Wormopolis on Apr 1, 2012 21:17:17 GMT -8
Did that work?
|
|