NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Mike Grigsby on August 18, 2009, 12:25:42 PM

Title: Incomplete button appearance
Post by: Mike Grigsby on August 18, 2009, 12:25:42 PM
This one's got me. Has anyone seen a situation where a browse button to change or delete a record appears incomplete or cut-off in a column?

Any suggestions of where to start on this one?

I tried re-copying the styles and scripts folders from the newest NT build, but no-dice. It happens now matter how wide I make the column, and I've tried to override the style by adding an image to the button. This is the 4.36 build on CW 6.3. Thanks for any ideas.

See image attached.

[attachment deleted by admin]
Title: Re: Incomplete button appearance
Post by: kevin plummer on August 18, 2009, 07:59:07 PM
try changing the css class on the template for that button to LookupButton - if it's close but no exactly what you want copy everything that starts with lookupButton from the all.css file into your custom css file, modify and then call that class.

HTH's
Title: Re: Incomplete button appearance
Post by: Bruce on August 18, 2009, 10:05:01 PM
In your attached image the HTML inside the <button> </button> area is minimized, so I can't see it, but my guess is that the image you have assigned to the button is not in the images folder.

Expand the html in Firebug so you can see what the image is set to - and then make sure the image exists.

Cheers
Bruce