Questions tagged [cross-browser]
Designing a website so it works in multiple browsers.
68 questions
0
votes
1
answer
35
views
Condensing HTTP headers and maintaining security
When serving the majority of my HTTPS pages, I have these HTTP headers included in the response (to the browser):
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
Strict-Transport-Security: ...
1
vote
2
answers
342
views
Do tags that are not recognized by HTML affect SEO?
For some reason, I'm trying to use tags that are not included in HTML tags, for example <new_tag>This is new to html</new_tag> Everything seems to work as I wanted across all browsers, but ...
3
votes
1
answer
43
views
How can I activate a suggestion box on form fields for improved UX? Does this relate to autocomplete="on"?
I have a contact form with six or seven fields.
The user may fill out the form on multiple occasions though, each time, the information they enter on all but the last field is likely to be the same.
I ...
0
votes
0
answers
31
views
Are HTML files edited with Word cross-browser compatible?
I edit a simple Word file (no images etc.) and want to put it on my website so that it is accessible to all visitors. So far, I exported it to PDF and it worked fine. But in order to save the hassle ...
4
votes
2
answers
249
views
AMP page on an unsupported desktop browser?
I am implementing AMP for landing pages on my website. From a related question on StackExchange, I learned that the latest 2 versions of major browsers support AMP even on desktops. In that case, if I ...
1
vote
1
answer
4k
views
Microsoft Edge browser not correctly filtering PDF files in upload file dialog with Contact Form 7
I am using a Contact Form 7 which allows you to attach a PDF file to the message:
https://www.publictalksoftware.co.uk/contact-form/
Chrome correctly shows a filter:
Firefox correctly shows a filter:...
1
vote
1
answer
86
views
I need to build a website working with old browsers - SSL, non-SSL and SEO - How to have both versions
I have to build a website which should be accesible from newer browsers and from older browsers (IE5+!!!). And also, the website needs to have good SEO, and match the latest Google ranking rules.
The ...
5
votes
1
answer
186
views
OpenType Variable Fonts: Supported Browsers
Variable fonts have been on the drawing board for sometime and Google just released Chrome 62 with support for these new fonts and looks fairly simple to use, e.g:
font-variation-settings: 'wght' 700,...
1
vote
1
answer
272
views
An alternate way to access adsense
I haven't accessed adsense in a long time until just now.
I was able to login however I could not see my earnings, nor do anything to my account.
I tested it in opera 11.64 and received this error ...
1
vote
1
answer
48
views
What would cause broken <input> elements that don't show text in this template? [closed]
I'm building a web page by modifying this template:
http://webthemez.com/preview/?doctor-free-responsive-website-template/
At the bottom, in the Contact area, there are two <input>s and one <...
7
votes
3
answers
2k
views
When using a stacked font-family, what does the browser use when NONE of the specified fonts are present?
Simple HTML code example:
<p>font family</p>
Simple CSS code example:
p {
font-family: Arial, Helvettica, sans-serif;
}
Browser looks for Arial
Arial is not present then it looks for ...
0
votes
1
answer
206
views
Best Browser + OS & Device combos for testing a webapp [closed]
I'm working with my team on developing a web app, and our users are expected to come from across browsers (Chrome, Firefox, etc) / OSs (Windows, Mac, Linux) / devices (Mobile, Tabs, Desktops).
We are ...
2
votes
1
answer
50
views
Why don't all browser support the same audio/video formats?
When we're working with videos, we have to provide WebM, Ogv, and Mp4. When we're working with audio, we have to provide ACC and Ogg (or some other combination, I am not familiar on best practice for ...
2
votes
1
answer
172
views
Is posting a small "upgrade your browser" message enough to get users off IE 7 so that they see ads?
For those of you who read an earlier post of mine, you'll understand that my site has AdSense ads and no ads load in IE 7. In fact, I tested another website that uses ads in the same browser and even ...
5
votes
1
answer
2k
views
XSRF Error when link is opened via an <a> tag with target attribute set to "_blank"
I've run into a peculiar bug that I have not faced before. I can provide any details that are needed but I'll try to be as generic as possible.
We have a intranet portal that links off to other ...