Print Page | Close Window

Avatar’s Size

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=17981
Printed Date: 12 April 2026 at 2:22pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Avatar’s Size
Posted By: ahmed4chat
Subject: Avatar’s Size
Date Posted: 16 January 2006 at 11:01am
Hi,
when i am testing 8 beta  on local host i see that users which dont have proper sized avatar's image get expanded with full height Confused and i updated same image in my webwizforum account it is fitted there not expanded thereConfused.


Quote








Replies:
Posted By: WebWiz-Bruce
Date Posted: 16 January 2006 at 4:49pm
This is because lame old IE is yet to support the max-width CSS property.

Other browser do support this and IE should support it, which means that the avatar will be any size up to the max size.

To prevent display problems the avatar will not overlap into the actual post.

Admin and moderators can remove avatars that are the wrong the size.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Darbs
Date Posted: 17 January 2006 at 12:06am
boRg, a suggestion that might resolve this!!
 
In my gallery I upload and image and the exit script generates a thumb and re-saves the image as a thumb as required (in proportion to the origional image or not - as you require).
 
To do this I've used the image re-sizer dll from http://www.crazybeavers.se/ - http://www.crazybeavers.se/  (in the products page).... You could resize each time the image is accessed if you want but for performance reasons I prefer the thumb cache option that I use....
 
Check it out cos it's well cool and is a good work arround for the IE issue (and will also save disk space by reducing the side of the image on the fly)!!!  I've example ASP code that I've used for my gallery if you need any but I'm sure you can work it out Big smile.
 
1 question from me (because I've not tried) - will it work with animated .gif's etc - I think so but I don't know perhaps there is more on the site about that....
 
Also, I saw a post a few days ago that you replied to about converting images to hex for captcha - if I remember correctly this dll can output in an XML format and perhaps that may help (I think the XML output was HEX but you would need to check on that).
 
Cheers....


-------------
Who said MSAccess? Not a chance in hell!!
Always available at : http://darbs.hopto.org/


Posted By: ahmed4chat
Date Posted: 17 January 2006 at 9:36am
the mostly browser used for browsing is IE 6... so this error should not come in most used browser...any way thanx for reply


Posted By: WebWiz-Bruce
Date Posted: 17 January 2006 at 10:29am
The only time it is an issue is with the height within posts.

Also new avatars users will see a preview when they add the avatar so should see that the size is an issue.

The avatar sizing is always an issue and I'm afraid that there is no-way to make it happen and keep all users happy.

Once IE gets it's act together it should no-longer be an issue.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: mncc
Date Posted: 14 February 2006 at 8:27pm
Originally posted by ahmed4chat ahmed4chat wrote:

the mostly browser used for browsing is IE 6... so this error should not come in most used browser...any way thanx for reply
 
 
default_style.css
 
line181
 
.avatar {
 max-width: 64px;
 max-height: 64px;
correct use==
 
.avatar {
 width: 64px;
 height: 64px;
 
 
i have tested ie 6 and firefox 1.5 no problem..


Posted By: Lynford
Date Posted: 22 March 2006 at 2:37pm
Originally posted by mncc mncc wrote:

Originally posted by ahmed4chat ahmed4chat wrote:

the mostly browser used for browsing is IE 6... so this error should not come in most used browser...any way thanx for reply
 
 
default_style.css
 
line181
 
.avatar {
 max-width: 64px;
 max-height: 64px;
correct use==
 
.avatar {
 width: 64px;
 height: 64px;
 
 
i have tested ie 6 and firefox 1.5 no problem..


Thanks very much mncc - Works perfectly for me.

For others with the same problem, it's line 93 in Release candidate 1 Big smile


Posted By: Ozbboy
Date Posted: 31 March 2006 at 7:25am
The other thing you need to change:

Line 834 in forum_post.asp

find where it says:

id=""avatar""


and change it to:

class=""avatar""


It's an incorrect use of the ID attribute.. ID's should always be unique.


-------------
"http://www.ozbboy.com - www.ozbboy.com



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net