[OFBiz] Users - working with Ecommerce CSS ID's and Classes

bjfree at free-man.net bjfree at free-man.net
Thu May 5 05:57:17 EDT 2005


The Ecommerce side no longer uses Tables to position.
instead it relies on the ID's in the CSS

Trying to find what area the particularly ID covers, is a problem to me.

My solution was to add border parms that let me see the area as follows.

    /*WSYSIWYG*/
    border-width: 1px;
border-style: solid; 

to each ID.
the  /*WSYSIWYG*/ comment is more to find each of these since there may be
border information that should not be effected on some ID's

this also will facilitate the  WSYSIWYG editor later.
the PFE editor I use lets me search for  /*WSYSIWYG*/\n\tborder-width: 1px;
string and do a global search and replace.
by setting border-width: 1px to border-width: 0px turns off the border.

or I can just turn one on at a time.


More information about the Users mailing list