Jump to content

Reassemble sliced image


Guest mick

Recommended Posts

Guest mick

Hi TeamIs anything wrong technically (or morally) with re assembling a sliced image, using <div> tags, and then absolute positioning instead of tables. This image must be sliced as it contains a flash element in the center. Maybe there is an easier way or more standard way ???Any input would be appreciated.

Link to comment
Share on other sites

Sounds like a good plan to me.I would recommend putting all the divs in a single container div to make it easier. You can position the divs within the main container, and then, once it all looks right, you can position the main container anywhere you want.

<div id="Image">  <div id="Slice1"></div>  <div id="Slice2"></div>  ...</div>

Link to comment
Share on other sites

people used to do this with tables so why not with divs? though it could be difficult depending on the complexity of the image slicing

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...