Username effect problem?
3 posters
Page 1 of 1
Username effect problem?
Hi, so im trying to get this as my background to my username:Â https://i.imgur.com/Sv3ky3v.gif
I can do it, and it works, but only the top part of the gif displays since the picture is too big in width. The flames get cut off.Â
Is there any way I can center/move the image so that the bottom portion of the pictures gets displayed behind my username? thanks in advanced!
I can do it, and it works, but only the top part of the gif displays since the picture is too big in width. The flames get cut off.Â
Is there any way I can center/move the image so that the bottom portion of the pictures gets displayed behind my username? thanks in advanced!
Re: Username effect problem?
Hello RobChief,
Try using these properties in your username code:
http://www.w3schools.com/cssref/pr_background-position.asp
Try using these properties in your username code:
- Code:
background-position:center bottom;
background-image: url("http://i.imgur.com/Sv3ky3v.gif");
http://www.w3schools.com/cssref/pr_background-position.asp
Re: Username effect problem?
Thank you SO much!!! However, I found it better to remove the "bottom" from background-position:center bottom;SethC1995 wrote:Hello RobChief,
Try using these properties in your username code:You don't need background image if you already have it set, just adjust the image with the background position property. For a list of values consult the following link.
- Code:
background-position:center bottom;
background-image: url("http://i.imgur.com/Sv3ky3v.gif");
http://www.w3schools.com/cssref/pr_background-position.asp
Thank you for the fast response Solved!!
Re: Username effect problem?
Topic Solved & Locked
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
» Username Effect Coding
» Username Language Problem With Uppercase Transform
» Registration Problem: Username had already been taken?
» Username in color problem
» Problem with moderator username change
» Username Language Problem With Uppercase Transform
» Registration Problem: Username had already been taken?
» Username in color problem
» Problem with moderator username change
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum