Thank you. I ended up using a method of <ul>'s, and applying the styling directly into the index.html file. I will keep your suggestion in mind though.
I have tried changing the position line in the nav element to fixed and relative, but still not having any luck. I also tried to add outline lines to my nav, nav li, and nav a elements. It hasn't...
I was wondering if anybody could assist me in getting some space between the buttons on my website. The website is www.marksbodyshop.org I tried adding padding, margin, and border elements...
i got it fixed i added this code
<a href="index.html"
><img src="profile.gif" class="hide" border="0"
onmouseover="this.src='profileani.gif';" onmouseout="this.src='profile.gif';"...
Hi i have two images which are part of a rollover button that i want to have paused until the intro animation finishes. I have the javascript code but the rollover images are specified in the css. I...
i've tried to add overflow:hidden; to every element. I think it has something to do with creating an image folder on the ftp server. I also added a css folder to the ftp server. all the images are in...
Hi, i was wondering if anyone knew how to get this page to fit the screen. Basically i need to get rid of the scroll bars. http://www.marksbodyshop.org/meettheteam.htm Thank you.
Hi, how can you make a rollover button with three seperate files for regular mouse over and mouse clicked? I'm trying a method on my site but it doesn't seem to work. The files i'm using are...
Hi, I was wondering if anyone can help me? I have a website with two link buttons. They are rollover. I have the actual image in a single image where the browser displays each part of the rollover...
hey well, that's what i wanted the scroll bar gone. I tried it on my laptop though and it looks like the animation starts a little bit low on the screen. It looks almost perfect. I just want the...
well, on my monitor the file logospining.gif takes up more space then the screen size. You have to scroll down to get the entire image. I tried it on a laptop and it does the same thing. I want the...
Hi, i have an image on my website i want to resize to any screen size. It resizes it's width but i want it to resize it's height too. The image is logospining.gif. The image dimensions are 1950x1200....
Hi, i have a site for our body shop and i used css and html. The background image is a container. It displays twice and the second one is half size. Here's the site: www.marksbodyshop.org. can...