Tagged Questions

5
votes
5answers
1k views

Blurred text in Iphone 4 browser when loading content dynamically

I am using the Jquery/Jqtouch libraries for an iphone compatible site. I am now stuck with a problem just in iPhone 4 (not in 2g, 3g or 3gs) where the text becomes blurry on one specific scenario. ...
4
votes
7answers
9k views

Fixed header in Jqtouch

What should i change in the basic theme of jqtouch to have a fixed header (+ footer maybe...)? I have tried with position:fixed.. but nothing worked...
2
votes
2answers
1k views

Does anyone know where I can find iPhone search bar style?

I'm developing a site with jQTouch, but it doesn't have style for a search bar. Has someone come across a library or css for the iPhone search bar like the image below?
1
vote
1answer
145 views

jquery (touch) toggle/slider settings window

Im using phonegap + jquery + jquery iphone touch: http://www.midemos.com/demos/iphone/touch/?/iphone/touch/ Im trying to get something like this: ("quakeprediction" tweet slider) I basically want ...
1
vote
1answer
121 views

Any ideas why this code won't work? body > *

I am using jqtouch to make a mobile website. I am also implementing a gallery image slider within the website, however when the gallery is put where I need it (inbetween <div id="project_name" ...
1
vote
3answers
1k views

How can i make a bottom toolbar with jqTouch for my webpage

I'm trying to make a iPad like toobar at the bottom of my webpage, using the free jqTouch framework. Here's an example I was trying to copy off (first random iphone image i googled for). Now, a ...
1
vote
1answer
1k views

jQuery Mobile/ jqTouch Image width

I want to have a static footer image with 5 buttons for navigation in my mobile phone website. The image is here http://www.pintum.com.au/jm/footer3a.jpg. The blue icons should be the default, the ...
1
vote
1answer
672 views

jQtouch Sort Buttons

I looked at the documentation of jqtouch but I could not figure out how to create iphone style sort button group like this attached picture. http://img843.imageshack.us/img843/8669/captureov.png Do ...
0
votes
0answers
50 views

CSS for jqtouch button doesn't seem to be working

I am doing a project using JQTouch and jquery. In this project I want to create a screen that shows a list of items from a database. Int the HTML, I have the main div, a dive inside that for the ...
0
votes
1answer
96 views

Replace layout (refer to screenshot) created using HTML table with CSS with jQTouch

I'm trying to achieve something just like screenshot below using CSS. Currently, it is implemented using HTML tables and as far as I know HTML table is usually not recommended. What I want to achieve ...
0
votes
2answers
30 views

a.active what deactivates an active link?

some examples.. #jqt .back.active { -webkit-border-image: url(img/back_button_clicked.png) 0 8 0 14; } <a href="#" class="back">Back</a> and #jqt ul li a.active, #jqt ul li a.button ...
0
votes
1answer
92 views

jQTouch list bullets not showing

I am trying jQTouch for an iPhone web app, but I want content on the pages to be able to have normal bullet lists, not styled as the bars in the jqt theme. So I am trying to override the css selectors ...
0
votes
1answer
471 views

CSS - absolute positioning in iphone? (phonegap, jqtouch)

I'm trying to position a div over a google map in an iphone app built with phonegap. It shows up fine on the web (http://presentations.superfaddev.com/ifad/v2/ifad.html#Contact - Click on locations ...
0
votes
2answers
181 views

How to display List elements horizontally(using CSS probably) in a JQTouch toolbar div

I have a <div> element, containing a <ul> with four <li> elements. What I need to do is set the <li> to display in horizontal orientation, and within the <div>. When I ...
0
votes
0answers
157 views

iUi toolbar on jqtouch

Is there any way that I could make the jqtouch default tool bar act exactly as the iUi? The jQtouch toolbar is not the ideal solution for a web-app. Furthermore, you must load a toolbar in every ...
0
votes
1answer
87 views

Log in button acting strangely in jqtouch

I created a webpage that helps me log in a service While the "forgot it" button is formed correctly,the "log in" button refuses to act the same way. The "forgot it" button is also suitable for every ...
0
votes
0answers
278 views

jqTouch css conflict with Jquery Mobile

I'm using jqTouch and would like to use a jquery Mobile slider widget. If I have a simple example, just a slider I can get it to be visible when I do not import jqtouch.css. However if I do import ...
0
votes
2answers
634 views

HTML vertical slider for touch devices

I am trying to find a vertical slider for touch devices (iPhone, iPad). I am using jqTouch as but it lacks this widget. I have tried using the standard jquery ui widget but there are issues mixing the ...
0
votes
1answer
1k views

iPad app using JQtouch Help needed

so basically this is my 2nd attempt at creating an ipad app using jquery and jqtouch (see my other questions) i am now wondering how i can split the readily available jqtouch theme app for iphone ...
0
votes
1answer
625 views

how to make a 'forward' button using jqtouch

i can make the 'back' button, it only use to add 'back' to the className , but ,how to make a 'forward' button ,that slide right when clicked. thanks like the 'List' in next pic,
0
votes
2answers
128 views

Do I have to duplicate this function? - jQuery

I'm using this function to create an transparent overlay of information over the current div for a web-based mobile app. Background: using jQTouch, so I have separate divs, not individual pages ...