I have Div tag ,in this I have so many(more than 100)(height:8px,width:10px) images are there.
But ,I want to show the images in more than 5 rows .
Like the "Text wrap",I want the "Images wrap".
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Yashwanth SannithiPosted May 18, 2012, 3:16 AM
Vineet Kumar SainiPosted May 18, 2012, 3:09 AM
Same think, you can replace php tag by javascript tag. You can put only logic in the javascript tag.
Yashwanth SannithiPosted May 18, 2012, 3:06 AM
Vineet Kumar SainiPosted May 18, 2012, 3:03 AM
you can remove php tag then use asp tag. you understand only logic.
Yashwanth SannithiPosted May 18, 2012, 3:02 AM
Yashwanth SannithiPosted May 18, 2012, 3:01 AM
Vineet Kumar SainiPosted May 17, 2012, 8:21 AM
for($count=1;$count<=10;$count++)
{
$count2 = $count;
$count3[] = $count2;
continue ;
}
$r = ceil(10/3);
$count=0;
for($i=0;$i<$r;$i++)
{
?>
for($col=0;$col<=4;$col++)
{
$f=$i+$col+$count;
if($f<10)
{
?>
}
//continue ;
}
$count=$count+2;
?>
}
//}
?>
SenthilkumarPosted May 9, 2012, 7:54 AM
If you set the height and width to the div tag which have the custom radio button, will automatically show the images in the next row. For that you need to set the scroll is auto in div tag.
Jignesh TrivediPosted May 9, 2012, 7:42 AM
actually we are not getting your que.
can you please give more info?
thx.