slices??? |
![]() ![]() |
slices??? |
Nov 12 2005, 07:34 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 3 Joined: Jul 2005 Member No: 164,632 |
do image slices work on myspace? because i tried, but there was a noticeable gap between the slices, and i couldnt get rid of them, even when i put the "spacer" between them....
blah blah basically just asking if image slices work? |
|
|
|
Nov 12 2005, 07:54 PM
Post
#2
|
|
![]() creepy heather ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,208 Joined: Aug 2004 Member No: 41,580 |
yeah sure, just position them with divs
CODE .image1 {position: absolute; left: #px; top: #px; width: #px; height:#px; } .image2 {position: absolute; left: #px; top: #px; width: #px; height: #px;} with something like that for reach image in your CSS CODE <div class="image1"><img src="img url" galleryimg="no"></div> <div class="image2"><img src="img url" galleryimg="no"></div> then something like this in your HTML |
|
|
|
Nov 12 2005, 08:03 PM
Post
#3
|
|
![]() Newbie ![]() Group: Member Posts: 3 Joined: Jul 2005 Member No: 164,632 |
thanks for the help
td colspan <--- that was what i was using instead of div... just wondering, since you seem to know your stuff, if you could explain what the difference was and how come td colspan didnt work? |
|
|
|
![]() ![]() |