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 9 years ago.
Improve this question
In my web site left padding remain fixed when re-size the browser. how can i make only left and right padding space of web site to reduce not the center content ?
Set the width of center content fixed in pixels or em,
And set left and right widths in precentage.
Related
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 9 hours ago.
Improve this question
I am a beginner to coding and trying to work on a carousel. See the reference below for the same. The requirement is the carousel height should be fixed and need to change as per the content or image size used "div".
Based on the highest content and image carousel height will be fixed. But, the content and image is not aligning vertically center.
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 4 years ago.
Improve this question
I am creating a web landing page with the use of flex-box-properties. It is working fine on all other browsers except the chrome.this div .container-fluid.mian-top-bar is overlapped by the .section-second-banner.flxx section and its video.
Set height for the top container-fluid e.g. height:100px.
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.
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
The image is not showing, and when I inspect element, it shows "0 x 0 pixels (Natural 620px x 480px)". Putting a display:block on the img didn't help. How can I fix this?
The test site is below, image should appear on the left under the "FREE SHIPPING ON ORDERS OVER $99" promo.
(link removed)
The image appears for me if I turn off the Chrome extension Ghostery, which you are probably running as well (or a similar ad blocking extension). The image is classified as an advertisement and therefore hidden.
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.