automatic resizing of friends pics |
automatic resizing of friends pics |
Jul 7 2008, 01:31 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2006 Member No: 344,190 |
Hi guys. I am able to resize my pics myself but it distorts the pictures of my friends so it looks wierd.
Since some of the pics are smaller than others, there is so much space in the picture box so it looks even wierder. Is there a way i can just have my friends pics just the way they are, like the default myspace friend pic layout? i just can't figure it out. Thanks guys *edit* Oh here's something...i don't know if it'll help. CODE .friends div { width:100px; height:200px; border:1px solid black; float:left; overflow:hidden; margin:3px; }
.friends div img { width:100px; }
Reason for edit: codebox
|
|
|
|
![]() |
Jul 8 2008, 02:14 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
are you making a div, or doing a custom friends section? or is this just a regular profile. if it's a regular profile, ".friends" doesn't apply to anything.
add height:auto; to .friends div img { }. (if it's a regular profile, replace all instances of .friends with .friendSpace |
|
|
|
Jul 10 2008, 12:12 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2006 Member No: 344,190 |
hey thanks! that worked. see? soooo simple.
Topic resolved!!!! |
|
|
|
Jul 10 2008, 12:36 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed & Moved
|
|
|
|
![]() ![]() |