I am having an issue with a template I got to make a PC repair website. I know a fair amount about CSS and HTML but I can't see to figure out what is causing this. So after messing with overflows and positions etc, I couldn't get it right so I found this forum hoping someone will be able to point me in the right direction.
Whenever I open the HTML page that I'm working on, it will overflow the background images correctly, but it will overlap the side bar with my "About" "Contact" "Services" along with my logo right into the background image next to it. Basically it seems like the background is overflowing correctly, but just the side portion isn't. I'm just not sure how to show you guys exactley what is happening without giving you the files!
Hello Wesman42,
We really need to see it to figure out what's going on. A link to the test site is always best, especially since your issue involves images we don't have.
When you bring the browser out of fullscreen, and resize it horizontally to a smaller window, you will see what I mean, the menu on the left just slides over
There are a few errors in your css. In particular, center is not a valid float value.
Also The center tag no longer exists.
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS
I didn't make the website, it was a template that I obtained. So if I fix everything that W3 says, then it won't slide over like it's currently doing?
I cannot guarantee that but it is more likely to behave as you want it to.
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS
I cannot guarantee that but it is more likely to behave as you want it to.
Well thanks guys! I'm an awfully fast learner, and I fixed all but one error.
I didn't fix the background error in line 31 of "layout.css" because whenever I tried to use it the way W3 told me to, it wouldn't display =/.. Excavator I fixed the problem of it getting chopped off by fixing all of the other errors in the code :P
You need to remove the commas. If it breaks then presumably you don't need the left and top values.
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS