Horizontal Movement
-
Okay, I don't know if this is more of a CSS or HTML question but I'm having issues with my navigation bar scrolling horizontally when the browser window is too small. I have my navigation bar on a separate layer from the rest of my web-page and have it in a fixed position. The only issue that I know is left is that if the user has their browser set to smaller dimensions than the webpage the navigation bar moves as they scroll horizontally. I'm trying to stop it from moving on the X-axis and only along the Y-axis.
-
Okay, I don't know if this is more of a CSS or HTML question but I'm having issues with my navigation bar scrolling horizontally when the browser window is too small. I have my navigation bar on a separate layer from the rest of my web-page and have it in a fixed position. The only issue that I know is left is that if the user has their browser set to smaller dimensions than the webpage the navigation bar moves as they scroll horizontally. I'm trying to stop it from moving on the X-axis and only along the Y-axis.
I think you may set property Overflow of
to Hidden like
Thanks, Imdadhusen
sunaSaRa Imdadhusen +91 99095 44184 +91 02767 284464
-
I think you may set property Overflow of
to Hidden like
Thanks, Imdadhusen
sunaSaRa Imdadhusen +91 99095 44184 +91 02767 284464
This didn't fix the direct issue, but it did completely remove horizontal scrolling. This may be usable if I can get the template to resize with resizing the screen, but due to my current code and images probably won't work.