Jump to content

jwcane

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by jwcane

  1. I read that comments were allowed when surrounded by /*....*/. Removed the comment but the b-g image is still not rendered. Thanks.
  2. Trying to use css class to define background image for single-cell table. The class declaration, HeaderImg1bprod, begins at line 116 of this css. I tried to follow the example given on this page in About.com's WebDesign/Html . URL to desired image seems to be OK. That image is supposed to come up at the top of this default home page. Would you please give this a look and let me know what I am missing. Thanks.
  3. Not sure that my subject contains the right terminology. I am building an interactive web site that will include extensive use of input forms. Would like to make these as attractive as possible. One of my favorite styles is that employed by chase.com. There are a number of other sites with a similar look in their input forms. Web search for custom form elements returns a lot of colorful objects not really suited to my project. Would one of you please point me to basic instructions on how to create the graphic elements of a custom set of form elements (edit, listbox, text-area, etc.), or better, to a commercial source of same, i.e., the form elements, not a service to actually generate the forms.. Thank you.
  4. jwcane

    Resizeable page

    Trying to create the effect that, when browser window is smaller than html content, all table cells and images are re-sized to fit the browser. In css file the class "resizable" is defined as follows: .Resizable { resize:both; overflow:auto; } In html source all content lies within the following tag set: <div class="resizable"> . . . </div>
×
×
  • Create New...