Search This Blog

Wednesday, August 1, 2012

Rounded Corners Gap issue


Welcome to designers blog Here i have posted how to  fix rounded corner images when it shows gap in  zoom out

Screenshot :




Align:

 Align the  images to the right and top and if u call the images  in css  give

 background: url(../images/left_bg.png) repeat-y top  right ;

<td width="1%"  align="right" valign="top"><img src="images/top_left.png" width="13" height="8" /></td>

<td  align="right" valign="top" width="1%"><img src="images/bottom_left.png" width="13" height="8" /></td>

Css:

.left_bg
{
    margin:0px;
    padding:0px;
    background: url(../images/left_bg.png) repeat-y top  right ;

}

No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...