473,467 Members | 1,507 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Jquery mobile app not appear well on desktop browsers

123 New Member
below is my simple jquery mobile code, whenever i want to view it with HTML 5 capable desktop browser like safari 5.1.2 and firefox 9 it does not display well, it only show the text(page title etc) alone no colour no arrangement just white background how can i fix this and any suggestion on how to view the jquery mobile app.

Expand|Select|Wrap|Line Numbers
  1.     <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.     <title>Home</title>
  5.     <link rel="stylesheet" href="css/jquery.mobile-1.0a1.min.css" />
  6.     <script src="js/jquery-1.4.3.min.js"></script>
  7.     <script src="js/jquery.mobile-1.0a1.min.js"></script>
  8. </head>
  9. <body>
  10.  
  11. <div data-role="page">
  12.  
  13.     <div data-role="header">
  14.         <h1>Page Title</h1>
  15.     </div>
  16.  
  17.     <div data-role="content">
  18.         <p>Page content goes here.</p>
  19.     </div>
  20.  
  21.     <div data-role="footer">
  22.         <h4>Page Footer</h4>
  23.     </div>
  24. </div>
  25.  
  26. </body>
  27. </html>
Feb 3 '12 #1
1 1938
Rabbit
12,516 Recognized Expert Moderator MVP
It's most likely caused by the style sheet. You should take a look at that.
Feb 3 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

12
by: confused | last post by:
After expressing my interest in expanding my new knowledge of HTML and CSS into the wild realm of JavaScript, I was advised that it is wiser to avoid it, since not all browsers are use it or are...
0
by: saudakhan | last post by:
hi, I have made a windows mobile 5.0 app., and it works fine. I can install it on the mobile by sync ing the setup (cab) file, But I want to install directly to the device through a windows...
1
by: suresh_nsnguys | last post by:
Hi to all, I am new to this forum,I am new to this mobile technology.Right now i am creating one website using XHTML MP and PHP. I don't know how to download a binary...
3
by: =?Utf-8?B?QWxleCBNYWdoZW4=?= | last post by:
I am confused about how I can insert literal text into a page from C# in the ASP.NET 2.0 Mobile Page model. There is no supported "Literal" control as there is in ASPX (standard), though I don't...
3
by: siquick | last post by:
Hi All, Hope I've posted this in the right forum as I will be using PH I am currently in the process of designing a php based web site that will display info about new bands etc. The users will...
0
by: RobG | last post by:
On Jun 20, 11:44 am, Jonas Smith <jonas.sm...@yahoo.comwrote: Try the iPhone dev group: <URL: http://groups.google.com.au/group/iphonewebdev > --
6
by: Marc | last post by:
I am reading some stuff in self paced course 728 about mobile applications. But the first thing that comes into my mind is, why do I need to build special server side code, if the browser happens...
1
by: whiteshadow | last post by:
Dear Bytes i am currently developing a Management system for a university which can be used on mobile. Currently the company already have a Management system but it is desktop based. I am just...
1
by: cultivate | last post by:
Hi everyone... I'm very new to the mobile development world. I currently developing a desktop application that I would love to integrate with a mobile version. I'm wondering if anyone has ever...
0
by: umeed4u | last post by:
i am student presently doing one academic project,but i came across with a problem which is as.. 1)my project contains coding in java swing,servlets where i wana to access it through mobile ... ...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.