Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have created a mobile site which is working in chrome, firefox and even IE9, except the safari (both desktop & mobile)

The problem is with the header text. By default the header texts are in hidden, but when i resize the browser slightly everything back to normal in safari.

I actually set position:fixed for that, when i check the issue on safari using "Inspect Element" everything seems good. So i believe there is nothing wrong with the CSS.

I can't share the codes due to having long page contents and multiple CSS files.

any solutions? and forgive my english

share|improve this question
I don't really understand your problem, is a "header text" a fixed banner for you? That would be much easier for us if you can JSFiddle, provide a link to an example or show the CSS of your problem. – glautrou Aug 10 at 8:36
i cant imagine your css/html for a fixed header is multiple css files and miles long. we don't expect your whole website code but the code relevant to your question is needed to help you. – samrap Aug 10 at 8:43
If your HTML and your CSS is too large, begin by cutting out those parts of the code that you know won't have any effect. By the time you have something managably small, you can put it in a jsFiddle. – Mr Lister Aug 10 at 12:18
dev.usis.in/help/#social-rewards is the link. In safari it will not showing the BLUE title, but you can see them when you resize the browser.. i have used few other additional js files. so, i can't add them in jsFiddle. sorry! – Umar Aug 10 at 12:38
Yes you can. Anyway, I tested in Safari (5.1.7 on Windows) and yes, I can duplicate the problem. No idea what goes wrong though. It works fine in Chrome. – Mr Lister Aug 12 at 7:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.