Results 1 to 2 of 2

Thread: css works in ie but not in win7 mobile

  1. #1
    Join Date
    Nov 2013
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default css works in ie but not in win7 mobile

    I've got some css for resizing a textarea in a frame:


    Code:
    #txtWords {
        display: table;
        width: 100%;
        height: 100%;
    }
    #txtWords textarea {
        display: table-cell;
        vertical-align: top;
        horizontal-align: left;
        width: 100%;
        height: 100%;
        padding: 0px;
    }
    this works well in ie (untested in chrome), but not in windows mobile.
    here's the url if you want to try it:

    http://www.scproject.biz/hangman.php

    thanks for any help.

    Moderator's Note: Please don't hot link to your project.


    Edit: In windows mobile, the textarea displays at its default size.
    There is also an issue with Frame resizing, which again works ok in ie, but not in windows mobile.
    Last edited by .paul.; 11-23-2013 at 04:33 PM.

  2. #2
    Join Date
    Nov 2013
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default css problems in windows mobile

    I have this menu, which displays properly in ie:



    in windows mobile, the width expands to screen width, when it should autosize to the width of the widest list item.
    I have sub menus, which are displayed + hidden by javascript, that are almost identical in the html + css styling, that display properly.

    Also my background image doesn't centre in the screen.

    Can anyone give me any guidance on this?

Similar Threads

  1. Mobile 2 Laptop
    By traq in forum Computer hardware and software
    Replies: 2
    Last Post: 07-04-2013, 04:05 PM
  2. Mobile Issue
    By MaineGuy72 in forum Bug reports
    Replies: 1
    Last Post: 09-22-2011, 05:39 PM
  3. Mobile Site
    By nate51 in forum HTML
    Replies: 6
    Last Post: 09-16-2011, 09:27 AM
  4. ASP.NET 4 Mobile Web App - Please Help
    By me_myself in forum ASP
    Replies: 2
    Last Post: 07-12-2011, 02:38 PM
  5. mobile cms
    By davidjmorin in forum Looking for such a script or service
    Replies: 3
    Last Post: 12-21-2007, 01:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •