Problem with Avatar in Quick Reply
2 posters
Page 1 of 1
Problem with Avatar in Quick Reply
Hi,
I am facing problem with avatar in quick reply on phpbb2
I am using the following codes:
Javascript:
CSS:
The CSS doesnt modify the size of the avatar and it doesnt place it to the correct point as declared in CSS
The problem has been appeared after the problem of scrolling announcement previously it worked fine.
Best Regards,
Dark-Avenger
I am facing problem with avatar in quick reply on phpbb2
I am using the following codes:
Javascript:
- Code:
jQuery(document).ready(function() {
$('#quick_reply').before('<div id="av_quickreply"></div>');
if(typeof(_userdata)!="undefined") {
$('#av_quickreply').html(_userdata['avatar']);
}
else {
$('#av_quickreply').load('/profile?mode=editprofile&page_profil=avatars #register .forumline .row1 img');
}
});
CSS:
- Code:
#av_quickreply img {
position: relative;
top: 100px;
left: 40px;
width: 80px;
height: 80px;
border:2px solid #0000CD;
border-radius: 4px;
background-image: url(http://i57.servimg.com/u/f57/18/21/41/30/vaoolo11.png);
}
#av_quickreply {
float: left;
}
The CSS doesnt modify the size of the avatar and it doesnt place it to the correct point as declared in CSS
The problem has been appeared after the problem of scrolling announcement previously it worked fine.
Best Regards,
Dark-Avenger
Last edited by Dark-Avenger on Wed 19 Mar - 0:38; edited 1 time in total
Re: Problem with Avatar in Quick Reply
Add this CSS instead:
- Code:
#av_quickreply img {
position: relative;
top: 100px;
left: 40px;
width: 80px !important;
height: 80px !important;
border:2px solid #0000CD;
border-radius: 4px;
background-image: url(http://i57.servimg.com/u/f57/18/21/41/30/vaoolo11.png);
}
#av_quickreply {
float: left;
}
Re: Problem with Avatar in Quick Reply
Hi Sir Chivas,
Thank you very much it was need the [code]!important[code] at the commands.
The problem has been solved
With Best Regards,
Dark-Avenger
Thank you very much it was need the [code]!important[code] at the commands.
The problem has been solved
With Best Regards,
Dark-Avenger
Re: Problem with Avatar in Quick Reply
Yes, sometimes it interferes with other codes, so you must force the code.
You're welcome,
Topic Solved & Locked.
You're welcome,
Topic Solved & Locked.
Similar topics
» avatar near quick reply
» Avatar beside quick reply
» Problem with quick reply without refresh javascript
» Avatar next to quick reply for phpbb3?
» Quick Reply problem only to other members
» Avatar beside quick reply
» Problem with quick reply without refresh javascript
» Avatar next to quick reply for phpbb3?
» Quick Reply problem only to other members
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum