Livejournal
Log in
Post
Friends
My journal
themerryant
in
s2flexisquares
F-locked Image
Feb 16, 2008 12:17
I'm a basic account user. Got a problem with my f-lock icon. Included my screenshot and CSS code under cut.
(
I'm going mad
)
date format
,
solved
Leave a comment
Back to all threads
scotchsour
February 16 2008, 13:36:00 UTC
Just a suggestion: Have you try float: right and/or using position (relative instead of absolute maybe) to place it?
Reply
themerryant
February 16 2008, 13:36:50 UTC
I'm not sure where to insert the code though. Any idea how?
Reply
scotchsour
February 16 2008, 13:41:38 UTC
Um, put this at the bottom. Just in case it is wrong.
.subject img {float:right;}
Reply
themerryant
February 16 2008, 13:42:15 UTC
Thanks!! :}
Reply
themerryant
February 16 2008, 13:48:17 UTC
It worked! At least it was in the right side. Thanks<3
Reply
scotchsour
February 16 2008, 13:53:39 UTC
You could try using relative position to get a more accurate placing.
position: relative;
top:0px;
right:0px; /*may have to use left or negative numbering*/
/*think of a grid and change the values to get a placement*/
Hope this helps.
Reply
Back to all threads
Leave a comment
Up
Reply
Reply
.subject img {float:right;}
Reply
Reply
Reply
position: relative;
top:0px;
right:0px; /*may have to use left or negative numbering*/
/*think of a grid and change the values to get a placement*/
Hope this helps.
Reply
Leave a comment