Search the Community
Showing results for tags 'hiding'.
-
Hey. I have an issue that doesn't seem to be covered really anywhere. And I'm not quite sure if it's HTML or CSS. But I normally do HTML because I find it easier, even if it is extra work. Anyway, I'm a student Web Designer, doing a website for my schools robotics team. (Whoo, go Team 3219!) And. Well. i'm a bit odd. I like having archives so I can go back and tell people what I did. But, I don't want just -anyone- to be able to see it. Now, this website does not have any "Login" type of thing. So I can't make it administrater only. So, could anyone help me in how I might hide this archive? (I
-
This white space is hiding my image and I dont know why! there is ample space for the image to exist in the div. Here is the CSS: #guitar {position: relative;transform: rotate(30deg);-ms-transform: rotate(30deg); /* IE 9 */-webkit-transform: rotate(30deg); /* Safari and Chrome */-o-transform: rotate(30deg); /* Opera */-moz-transform: rotate(30deg); /* Firefox */padding: 5px;border: 1px solid gray;background-color: #ffffff;width: 180px;height: 290px;} and here is the HTML <div id="guitar"><img src="Index_files/Images/Collage Photos/About Me/guitar1.png"/></div> i think i