Will this work on mobile? [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am needing some clarification regarding this table that I'm designing.
Can it be done on mobile? And if it can be done on mobile, roughly how it will look?

Google Chrome
If you want to test if in a specific mobile will it works you can do by two ways :
1-Remote-debugging
2-Or you just can press f12 and search Toggle device mobile, there you can select a mobile to see if your web is correctly rensponsive.
Here's the example : http://www.girliemac.com/blog/2014/07/28/devicemode/
Mozilla Firefox
https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging
https://hacks.mozilla.org/2012/08/remote-debugging-on-firefox-for-android/

Related

IE doesn't display some images [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have a few ".jpg" images on my website. They all are displayed correctly in every browser... except Internet Explorer. In IE, most of them are displayed, but there are also images that aren't displayed and there's a black-white cross instead of them. It's not a problem with wrong path because, as I said, other browsers are able to display the images.
Check if your images are CMYK. They will only display if they are RGB.

I want to click a link in the browser without having to open [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to write a code (in any language or console of browsers or creating an extension to browsers) to open a link or all links on a website in the same browser (Chrome or Firefox or other) without having to click or using keyboard.
Simpler: Each site has several links, I want open one of these links without clicking that execute with mouse click event.
Can everyone help me?
try this browser extension if you are using chrome https://chrome.google.com/webstore/detail/linkclump/lfpjkncokllnfokkgpkobnkbkmelfefj?hl=no

How to design a website for all screen resolutions [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to make a website which scales to window size/resolution.
Currently I am using tables which are not scaling, but instead overlap each other as I resize browser window.
What do I use in order to solve my problem?
Thanks
Search about Responsive Design, meaning the design and the implementation of a website so that it can be optimally displayed in a wide range of screen resolutions. Look here for more.

CSS - hide scrollbar [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I need to hide the vertical scrollbar on my website (without disable scrolling), in particular in mobile devices (touch scrolling).
I tried to achieve this by css, but i haven't good result, in particular with old browsers.
Original answer is
Hiding the scrollbar on an HTML page
Disable it on desktop is the same on mobile.
Hope this help.

Why does IE8 add an extra element? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I know, nobody likes to debug IE. If you check out this link below in IE8 or IE9(without compatibility view) it seems to be adding empty UL elements in the footer.
You do have a few validation errors on the page, including:
<h5>Heavy Haul Platform Trailers</h2>
This could be causing the issue you’re seeing in IE 8.