Tagged Questions
0
votes
1answer
32 views
How to remove gloss effect on safari mobile
I noticed the color of select controls are wrong with safari for mobiles.
There's a gloss like this question mentioned.
Unfortunately, the solution removes also the little arrow at the right.
Is ...
0
votes
1answer
30 views
iPhone not displaying top of web page when viewed on a smartphone
I have been developing a reactive design for a web page. When viewed on a desk top the whole page displays (with browser window shrunk down to phone size), but when viewed with an iPhone (and does ...
1
vote
1answer
26 views
Horizontal scroll on mobile safari
I want to create a page with a black box in the middle, which has 30px of padding on the left and right hand side.
The following code works on desktop browsers without having a horizontal scroll, but ...
-1
votes
0answers
29 views
iPhone not displaying top of web page. [closed]
I have been developing a reactive design for a web page. When viewed on a desk top the whole page displays (with browser window shrunk down to phone size), but when viewed with an iPhone (and does ...
0
votes
1answer
21 views
Baffling HTML/CSS icons display on all of my iOS devices, but no others
I am baffled by a strange problem I'm encountering.
On a standard web browser, you'll see some social media icons, like this screenshot:
This is exactly how they appear in Safari on my iPhone, my ...
0
votes
0answers
90 views
Unwanted border around background image div
I am getting a slight line or border around my background image. I am dynamically changing the height of the parent div via javascript so that the inner div (which has the background image set) will ...
0
votes
1answer
85 views
List item navigation not working on Safari/Chrome in iOS on iPhone/ iPad
I'm creating a webpage with navigation in an unordered list.
On an iPhone, or iPad, I click the link and nothing happens. I 'touch' the link, only for the background colour to change and nothing ...
0
votes
1answer
65 views
How to make Image change to show it is being pressed?
I am working on a project for a mobile bidding system. I am designing the front end of it and ran into a problem with the two buttons that I am using. There are two buttons: 1) raise bid; 2) bid.
Now ...
0
votes
3answers
95 views
How to align text (right/center) on MobileSafari iPad1
I'm trying to align the text and placeholder of an input field center or right. This works in all browsers using the text-align property, but fails in mobile Safari on iPad 1. The text itself is ...
0
votes
1answer
119 views
Mobile Safari Browser - Viewport issue
I've looked and looked and can't find a solution. Maybe mine is a little more unique. My problem right now is that my background is getting cut off on the mobile Safari browser. here is a screenshot ...
-1
votes
1answer
94 views
Responsive Menu & Shopping Cart Icons squished when viewing on mobile device
I am working on a responsive site (http://tinyurl.com/bvcqmhg), and the icons for the shopping cart and responsive menu are squished when viewed on my iPhone (and maybe other mobile devices). The ...
-1
votes
4answers
80 views
The image size is not the same after rotation in mobile IOS device [closed]
I am using the ipad safari to make a website. However, I find that when the device rotate , the size of the website , including width and height is different, from my observe, the Portrait is smaller ...
2
votes
2answers
203 views
<select> with size attribute: iPhone renders blank
When rendering a select dropdown as below, the iPhone renders it blank. How can I fix this?
<select size="3">
<option value="volvo">Volvo</option>
<option ...
0
votes
0answers
78 views
How to keep absolute positioned element at top of visible page when virtual keyboard is opened on iOS Safari
I have an absolute positioned element that is pinned to the top of the page. When the virtual keyboard is opened the element goes off the page. I'd need to ensure that the element stays pinned to the ...
0
votes
0answers
77 views
Intriguing HTML input bug on Mobile Safari
Did anyone ever come across this problem?
There's an html frameset with two frames. Inside one of the frames is an absolutely positioned div set to scroll its contents. Inside the div is an input or ...
0
votes
2answers
126 views
Mobile Safari - changing from horizontal to vertical view - strange behavior of body
When testing my responsive webpage in browsers by resizing the window and using simulators, everything was fine. Now I've just tested the page on my real iPhone 4S with strange results.
When loading ...
1
vote
3answers
52 views
floated elements go missing from html lists
IMPORTANT NOTE! I have only recreated this bug on a 1st generation iPhone running Safari 4.0 (528.16), but as I'm trying to make my site as widely compatible as possible this is still a potential ...
0
votes
1answer
499 views
SVG images not showing up in Webkit browsers
I have been coding a mobile website primarily for the iPhone. I am using SVGs for the images, but for some reason only a few of the images show up.
If you look at the screenshot below, you can see ...
0
votes
0answers
80 views
position:fixed and jq append iOS safari
there is 3 divs, one 100x100% and one other at the bottom with with fixed position, simple css:
#div3 {
height: 40px;
width: 100%;
}
#div2 {
position: fixed;
bottom: 0px;
width: ...
1
vote
3answers
158 views
Does CSS Media query load all the referred css?
If i use a CSS Media Query to apply 2 different CSS say desktop.css and mobile.css depending on my max-width, how will this actually work?
Would both the CSS get loaded by the browser always and then ...
3
votes
2answers
65 views
Width of parent container of floated elements in safari
I'm having an issue with the width of a div containing 2 floated elements in safari.
One of the floated div's has it's width set to 0, and is expanded with jquery on a click event. The parent ...
0
votes
0answers
74 views
CSS computed height differs from jQuery's position method
I have a series of blocks inside a scrollable div on my project (run on an iPhone). These divs are not displaying on the screen at all despite jQuery's position function saying they are there. ...
0
votes
0answers
205 views
a:hover and CSS transitions in mobile Safari
I've seen this question addressed before, but I'm having trouble applying a fix to my site. I'm building a portfolio site, and added navigation elements that use :hover and CSS transitions. I've been ...
0
votes
0answers
169 views
Website left aligned on iPad mini
I have created a website: http://www.roadtotheweb.co.uk
It works fine in IE, FF, Chrome, Safari etc, but when I tried it on an iPad/mini the page was left aligned, with size reduction, and the nivo ...
0
votes
1answer
459 views
Scaled-down images are blurry in mobile safari (only on 1 page)
I created a website. The images on the projects page appear blurry when viewed in mobile safari. The images on the project detail page however, are perfectly sharp.
I can't figure out, what's ...
1
vote
1answer
134 views
Initial width on iphone / ipad
i'm using this template for wordpress:
http://demos.itsmattadams.com/jetwire/
When I try to load on iphone/ipad, the page don't fit to all wide because only show a portion. I don't want horizontal ...
0
votes
0answers
58 views
Uservoice feedback button misplaced on iphone safari
On our website apontos.com the feedback button of uservoice is placed fine.
But when we open it in safari on iOs it is totally misplaced. How can that be?
0
votes
1answer
333 views
css width issue on mobile
I have this site: Link
The problem I am having is that on mobile devices the body has this unusual white space on the right hand side:
This site is comprised of one page with multiple sections, ...
0
votes
2answers
1k views
Prevent iPad mobile Safari from cutting off content via CSS
Having an issue where the iPad cuts off content.
While the width exceeds the iPad resolution, I don't understand why it just doesn't add horizontal scrolling as opposed to the cut off.
Any insights ...
-1
votes
2answers
70 views
Shrunk CSS background on the iPad
Why does body tag's background on this site link appears shrunk on the iPad?
2
votes
2answers
2k views
z-index not working very well in ipad
I am building a site for a friend (http://pasionesargentas.com/sm/) with the fullscreen gallery with thumbnail flip (http://tympanus.net/codrops/2011/02/09/fullscreen-gallery-with-thumbnail-flip/). I ...
0
votes
1answer
139 views
Safari not displaying text when using character
When I use an ampersand symbol or any symbol in my code it will display correctly on every browser except Safari. On Safari the symbol will show but not the content of the class. (the numbers). Once I ...
0
votes
1answer
263 views
Scrolling issues with mobile safari browser
I've run into a weird error with the Safari browser on the iPad.
Here's my code:
CSS:
#searchResults {
border-style: none;
background-color:#b00000;
width:40%;
...
0
votes
1answer
179 views
Mobile Safari doesn't blend background gradient image to background color
I have a classic background image gradient, fading out to a given background colour, see http://fiddle.jshell.net/7msZ5/ for the code.
The problem is that, when viewed on Mobile Safari (version 5 on ...
2
votes
1answer
886 views
Webkit Overflow Scrolling causing div's not to show?
I have the content of my website in an absolute positioned div that fills the whole screen. The scrolling on this div is normally clunky, as it's not the native momentum scrolling. Solution? Append ...
0
votes
1answer
318 views
Why is there a visible gap between adjacent DIVs on iOS Safari?
After pulling all my hair out it has come down to this minimal html page that seems to be rendering wrongly on iOS:
<!doctype html>
<html>
<head>
<style type="text/css">
...
0
votes
3answers
2k views
Footer will not extend to 100% width on iphone, why?
Im nearly finished with this website but for one problem. On iphones (and possibly other mobile devices) the footer is cut off short at the bottom to the right, leaving a white space, even though i've ...
1
vote
1answer
358 views
Webpage has a large right-margin in iOS
I have checked everything on my page and cannot figure out what is giving my website a large right-margin in iOS. It's driving me crazy. I've tried setting overflow: hidden; on the body to no avail. ...
2
votes
1answer
667 views
z-index on safari mobile
I'm making a webapplication. When I show an overlay, it covers my whole screen, even elements with bigger z-index. When I console.log the z-indexes, overlay is 20 and content is 80.
Now, the div I ...
0
votes
1answer
2k views
Fixed and centered background image in Mobile Safari (iOS 5), landscape and portrait
I know questions like this have been asked here, but a lot of the existing questions have answers that are now outdated. What I am needing is the following: a web page with preferably only CSS and ...
2
votes
1answer
492 views
iOS Safari Mobile: Doesn't show huge images in correct size
When I display an image with a width of 1600px it's shown correctly. But when I display an image that has, for example 1920px width, Safari displays it way smaller.
I use:
<!-- in the header ...
0
votes
1answer
827 views
Center a background image in mobile safari, landscape *and* portrait (iPhone/iPad)
I have a background image that is 1024 x 1024 pixels; the reason for these dimensions is that I want the image cover the screen in both landscape and portrait modes. The image has a small logo right ...
0
votes
1answer
312 views
iPad position fixed crash
I'm using the latest version of ios and mobile safari and in my app I've created a navbar on the left side which I'm trying to fix. But when I have a long page with lots of data safari crashes.
I've ...
-1
votes
2answers
1k views
animate not working well in mobile safari on iPhone
Hey i am creating tabbed content with a vertical tab list.
I'm doing this by changing the background position.
It's working fine in IE/CHROME but when browsing through safari on mobile device,
the ...
1
vote
2answers
2k views
IOS Safari <select> element
I have a hierarchal dropdown menu that visually differentiates hierarchy by using space characters
Example
<select>
<option value='1'>Top Level Item</option>
<option ...
0
votes
1answer
179 views
Disable table cell spacing when zooming on iOS Safari
Is there way to disable this table cell spacing when zooming on iOS Safari?
Screenshot: http://tinypic.com/view.php?pic=2d2hml0&s=6
It occurs in iOS5 simulator and iPad 1 with iOS5 to me.
...
0
votes
4answers
1k views
How I can check my website work in Safari mobile?
I have made a website that's work fine on my computer (through all modern browser). Someone reported it's not worked from Safari mobile.
I have tried to see from Safari on windows that's make me look ...
7
votes
1answer
1k views
interesting mobile safari hidden content issue
So this intersting problem I'm having with this web app in mobile safari that I haven't been able to fix as of yet.
I have a "display:none" menu div that appears on click. When the menu is displayed, ...
2
votes
1answer
271 views
“Preload” apple-touch-precomposed-icon before adding to home screen?
Is there any way to "preload" the apple-touch-precomposed-icon so that is already loaded before it is addded to the homescreen? As it stands right now (from what I've seen), you tap "Add to Home ...
0
votes
2answers
312 views
Making a simple one-page website ready for browsing on iPhone
I'm very new to web design and just made a simple one page website for my iOS app here. I now want to make it so that when this page is opened on an iPhone, the whole thing is zoomed out enough ...

