Categories | Question details Back To List | ||||||||
DHTML Toolbar Hi, I am trying to put divider (pipe type of divider) in between icons and to get it I am using <divider id="div_1" /> tag in xml file. But still I m not getting the divider, can you tell me what could be the issue. Thanks. Answer posted by Support on Aug 20, 2008 09:50 Please provide info which doctype you are using on the page. Basically, there is no need for any additional steps, having "divider" tag must be enough to render element correctly. If you are using page with one of standard HTML doctypes - please provide any kind of sample where issue can be reconstructed - you can send it directly to support@dhtmlx.com Answer posted by Robin on Aug 22, 2008 07:31 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> This is the doc type. I think the space is coming for divider, may be image is missing. Can you tell me where should be the divider image file? Answer posted by Support on Aug 22, 2008 07:34 divider created by css styles only, it not based on image please try to use attached js files instead of original ones Attachments (1)
Answer posted by Robin on Aug 22, 2008 07:43 Cool...it worked!!!! You rock!!!!!!!!! |