when i run php page the date picker control position is getting changed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tharini
    New Member
    • Aug 2010
    • 9

    when i run php page the date picker control position is getting changed

    Am using a date picker control to select dates in my PHP page... whenever i run the page in firefox the position of the picker control remains same near the textbox but when i run the same page in internet explorer the position of the picker control is getting changed... picker control gets moved to the top of the textbox. Could u please give me a correct solution?
  • code green
    Recognized Expert Top Contributor
    • Mar 2007
    • 1726

    #2
    This is a HTML problem.
    Different browsers are rendering the code diffently.
    There are keen guys on the HTML / CSS forum who may fix this.
    Post the HTML behind the webpage (source code), not the PHP

    Comment

    • zorgi
      Recognized Expert Contributor
      • Mar 2008
      • 431

      #3
      Sounds like cross browser compatibility issue. You should ask your question at HTML/CSS section of the website. You should also try to localize it and than post problematic code.
      Last edited by zorgi; Aug 17 '10, 08:04 AM. Reason: oups, my answer is bit late

      Comment

      Working...