Am I the only one who's seeing the Pleasure To Kill cover underlapping under some users' avatars including my own?
EDIT: like this
avatar issue
Moderators: James, Craig, Resilience Records
23 posts
• Page 1 of 2 • 1, 2
avatar issue
GoreBastard wrote:Trust those black metal folk to take their music to the next level of gay!
- Steve
- Posts: 1248
- Joined: Mon Feb 05, 2007 5:52 pm
- Location: Leeds, UK
- The Fourth Norseman
- Posts: 3667
- Joined: Mon May 08, 2006 9:57 pm
- Location: Lewes, Sussex or Southampton
Re: avatar issue
Just ban Zurab.
IN A BAND?! SEND ME NEWS NOW!
http://www.facebook.com/ukthrashpodcast
http://www.facebook.com/ukthrashpodcast
NEKROKANNIBAL wrote: delete this account now coz this forum is pure fuckin gay lame shit
- thrashduck
- Posts: 6732
- Joined: Fri Mar 02, 2007 5:03 am
- Location: Super Leeds
Re: avatar issue
I see the UK Thrash logo at the top smaller in threads. It just gets reduced for some reason...
Rub my face... up and down
- Creeping Dan
- Posts: 3673
- Joined: Sun Aug 19, 2007 8:38 am
- Location: St.Helens
Re: avatar issue
I bet you both use Firefox.
James wrote:This Facebook notification says it all really:
Martin James Crawford became a fan of Heretic (1 fan).
- Lev
- Posts: 7108
- Joined: Tue Aug 28, 2007 11:17 am
- Location: Thursby, Cumbria
Re: avatar issue
Lev wrote:I bet you both use Firefox.
I bet they both use some hilariously outdated version of IE. Talk about shittest of the shit. Oh, wait......
Steve wrote:Am I the only one who's seeing the Pleasure To Kill cover underlapping under some users' avatars including my own?
Seems like a weird problem, give us a few more details (browser, screen resolution, what drugs you've been taking ) and I'll have a look. Not seen any problems with the latest versions of Firefox, IE (7 and 8 Beta), Safari, Chrome or Opera.
Creeping Dan wrote:I see the UK Thrash logo at the top smaller in threads. It just gets reduced for some reason...
The header image problem is something I know about and I'm trying to work around it, it's basically to do with the image resize script, it resizes everything on the page that's over 500px wide. Including the header.
Personal Site | Freelance Web Design | Last.fm
Bash.org wrote:<Patrician|Away> what does your robot do, sam
<bovril> it collects data about the surrounding environment, then discards it and drives into walls
- Craig
Administrator - Posts: 981
- Joined: Wed Mar 22, 2006 7:06 pm
- Location: Witham, Essex, UK
Re: avatar issue
I use Opera fooooooool.
James wrote:This Facebook notification says it all really:
Martin James Crawford became a fan of Heretic (1 fan).
- Lev
- Posts: 7108
- Joined: Tue Aug 28, 2007 11:17 am
- Location: Thursby, Cumbria
Re: avatar issue
Doesn't seem to be doing it now. My laptop might have been spazzing out
GoreBastard wrote:Trust those black metal folk to take their music to the next level of gay!
- Steve
- Posts: 1248
- Joined: Mon Feb 05, 2007 5:52 pm
- Location: Leeds, UK
Re: avatar issue
i just use opera as a torrent downloader but otherwise i really like safari, it never crashes like opera does on the mac, opera works great on pc's though
MartinC wrote:HOW CAN PEARL JAM BE GOOD?! THEY ARE NOT METALLSSSS!!!1111
/Zurab
- meluaz
- Posts: 2680
- Joined: Sat Jun 07, 2008 12:09 pm
- Location: london
Re: avatar issue
I don't use a browser, i just see the internet.
Gee.... I don't know about the rest of you guys, but lately the only things that truly motivate me are erections and bowel movements.
Thank the Police coming straight from the underground...
Thank the Police coming straight from the underground...
- Dian Wei
- Posts: 9132
- Joined: Fri Mar 02, 2007 3:24 pm
- Location: In the misty morning, on the edge of time.
Re: avatar issue
I have never seen that.
- RedBurp
- Posts: 860
- Joined: Wed Aug 08, 2007 10:47 am
- Location: Andover, Hampshire
Re: avatar issue
Craig wrote:The header image problem is something I know about and I'm trying to work around it, it's basically to do with the image resize script, it resizes everything on the page that's over 500px wide. Including the header.
shouldn't that be
- Code: Select all
var im = document.getElementsByTagName('img')[i];
in the image resize code?. I'm not sure that fixes the problem but the rest of the code looks sane. I can't get firebug to reliably stop on the code to step through it though.
New Metal Army - ALL the metal news from ALL the top websites in one place.
NMA on Twitter NMA on MySpace NMA on YouTube
NMA on Twitter NMA on MySpace NMA on YouTube
- metaldazza
- Posts: 649
- Joined: Fri Mar 07, 2008 11:54 pm
- Location: London
Re: avatar issue
It's not actually a bug in the code itself. The problem is that the JavaScript automatically pulls all <img> XHTML tags on the page, and resizes them if they're over 500px wide. I'm not entirely sure why it does it on thread views and not on the main forum or board view.
One way I was thinking about getting around it is adding an "id" attribute to the header, and then adding an if statement so that the code only steps into the resize script if the image it's testing doesn't have the header ID. Not being much of a JavaScript programmer (I'm more PHP, hate JS with a passion) I'm relying on Google at the moment.
One way I was thinking about getting around it is adding an "id" attribute to the header, and then adding an if statement so that the code only steps into the resize script if the image it's testing doesn't have the header ID. Not being much of a JavaScript programmer (I'm more PHP, hate JS with a passion) I'm relying on Google at the moment.
Personal Site | Freelance Web Design | Last.fm
Bash.org wrote:<Patrician|Away> what does your robot do, sam
<bovril> it collects data about the surrounding environment, then discards it and drives into walls
- Craig
Administrator - Posts: 981
- Joined: Wed Mar 22, 2006 7:06 pm
- Location: Witham, Essex, UK
Re: avatar issue
hang on. There are two resize functions on the viewtopic pages:
function resizeall() (near the top of the HTML, it does check for id='head_img')
function resizeimg() (near the bottom of the HTML, resizes all images)
resizeimg() only appear in the viewtopic pages.
I think that's the bug... how you fix it I have no idea Hope that helps.
function resizeall() (near the top of the HTML, it does check for id='head_img')
function resizeimg() (near the bottom of the HTML, resizes all images)
resizeimg() only appear in the viewtopic pages.
I think that's the bug... how you fix it I have no idea Hope that helps.
New Metal Army - ALL the metal news from ALL the top websites in one place.
NMA on Twitter NMA on MySpace NMA on YouTube
NMA on Twitter NMA on MySpace NMA on YouTube
- metaldazza
- Posts: 649
- Joined: Fri Mar 07, 2008 11:54 pm
- Location: London
23 posts
• Page 1 of 2 • 1, 2