Click here to Skip to main content
15,905,068 members

Comments by ihiren Parmar (Top 2 by date)

ihiren Parmar 11-Aug-14 8:56am View    
They write wrong spell of title.
This may one of the reasons it's not working for them.
Otherwise its correct code.
ihiren Parmar 11-Aug-14 1:59am View    
HTML render is not supporting background size and image is also not converting even its available in html.

my html is like this :
<!DOCTYPE html><html xmlns='http://www.w3.org/1999/xhtml' style class=' js no-touch svg inlinesvg svgclippaths no-ie8compat csstransforms csstransforms3d csstransitions'><head><link rel='stylesheet' href='http://pixydixie.com/css/DesignStyle.css'/><style>#workarea_inner {width:auto !important; overflow:inherit; }.ui-resizable-handle {display:none;} body{padding-top:50px;}</style></head><body>


<div id="workarea_inner" class="ui-droppable" style="width: 1015px;">
<div class="gridlinearea" id="divgridlinearea" style="width: 2218px; height: 2218px; background-image: url(http://localhost/photoeditapp/images/Fixed-Templates/Fotolia_43892713_X.jpg); background-size: 2218px; background-position: 0px 0px; background-repeat: no-repeat;"></div>
<div id="product1" class="product ui-draggable" style="top: 8px; left: 7px; z-index: 1;"><div class="resize_area"><div class="ui-wrapper ui-resizable-disabled ui-state-disabled" style="overflow: hidden; position: relative; width: 300px; height: 0px; top: 0px; left: 0px; margin: 0px; -webkit-transform: rotate(0deg); transform: rotate(0deg);" aria-disabled="true"><img src="http://pixydixie.com/Photos/AlbumImages_24/OriginalImage/8b4a782b-3157-4a4b-bc75-393cebbed4b6~_~sea_cave.jpg" alt="" class="ui-resizable" style="margin: 0px; resize: none; position: static; zoom: 1; display: block; width: 300px;"><div class="ui-resizable-handle ui-resizable-ne" style="z-index: 1000;"></div><div class="ui-resizable-handle ui-resizable-nw" style="z-index: 1000;"></div><div class="ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se" style="z-index: 1000;"></div><div class="ui-resizable-handle ui-resizable-sw" style="z-index: 1000;"></div><div class="ui-rotatable-handle ui-draggable"></div></div></div></div></div>
</body></html>

In my html background size is necessary.