Avatar display
3 posters
Page 1 of 1
Avatar display
Hey,
So I want to put the following in CSS to my site:
A location for the avatar, this location won't be overlapped by any other items.
I tried it with the following code:
Does anyone know how to fix this?
This can be solved by a second solution which I prefer (as is it more neat) that goes as follows:
If the avatar has a length of Y pixels high, how can I position my labels on, lets say Y+10 Pixels?
Is there a code for this?
So I want to put the following in CSS to my site:
A location for the avatar, this location won't be overlapped by any other items.
I tried it with the following code:
- Code:
.postprofile dl dt img {
width: 150px;
height: 150px;
}
Does anyone know how to fix this?
This can be solved by a second solution which I prefer (as is it more neat) that goes as follows:
If the avatar has a length of Y pixels high, how can I position my labels on, lets say Y+10 Pixels?
Is there a code for this?
Last edited by Mr Rockeye on June 15th 2014, 9:18 pm; edited 1 time in total
Re: Avatar display
Hello,
If you're referring to the location only, I think you should remove the img to the selector as it would only apply to the image/avatar itself, try this code instead:
If you're referring to the location only, I think you should remove the img to the selector as it would only apply to the image/avatar itself, try this code instead:
- Code:
.postprofile dl dt {
width: 150px;
height: 150px;
}
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: Avatar display
Topic Solved & Archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Avatar display in RPG Sheet
» How can I display the avatar of a member on overall_header ?
» How to display an avatar next to a notice of Toolbar
» Display the avatar of a member on the toolbar
» How to make user avatar display in portal page topics?
» How can I display the avatar of a member on overall_header ?
» How to display an avatar next to a notice of Toolbar
» Display the avatar of a member on the toolbar
» How to make user avatar display in portal page topics?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum