⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Dropdown select value show problem



tofayelahmed

tofayelahmed
  • profile picture
  • Member

Posted 09 September 2012 - 04:35 AM

Hello all.
I facing a problem.
In my project the dropdown values are show in the back side of the next field.(help for attach image)
I use the latest version of grocery crud.
Pls help.

victor

victor
  • profile picture
  • Member

Posted 09 September 2012 - 08:21 AM

what browser do you have?
Try a different browser.

tofayelahmed

tofayelahmed
  • profile picture
  • Member

Posted 09 September 2012 - 08:39 AM

Thanx victor.
I use Firefox and Crome.
Both browser shows problem.

victor

victor
  • profile picture
  • Member

Posted 09 September 2012 - 09:09 AM

Try to use a template from the example.
There is this problem?
Sorry, my English is bad.

web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 09 September 2012 - 20:28 PM

I don't know why this happening to you but I think a simple z-index in your CSS will fix the problem. Try to add this line of code at your template's CSS.


.chzn-drop
{
z-index: 1000 !important;
}