modifying control apperance on the webpage

  • Thread starter Thread starter matthias s.
  • Start date Start date
M

matthias s.

Hi there,

Is there a way to safely (meaning, it yields identical results in most
browsers) customize the appearance of standard WebControls such as a
TextBox or a DropDownList?

I know that I can manipulate a TextBox' appearance by using a style
definition, but this doesn't seem to work with DropDownLists, thus
resulting in an inconsistent overall appearance.

Can this be done? Any points would be greatly appreceated.

/matthias
 
the dropdown list (<select>) look is more operating system dependant than
browser, but no, there is no perfect solution.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top