I'm redesigning the website for a very small employment agency using PHP to give them some interactivity with their site. Up until now, they've just been having people e-mail them their resume if...
I have some web design experience working with XHTML, CSS, PHP, and one framework, but I haven't done much frontend work and I'm just getting into it now. It seems like most modern...
Thanks. I used the onKeyUp one to make it appear when a value is entered. But then I tried to add code to make the field disappear again if the user backspaces everything:
I'm building a form page, and one of the input boxes is optional. If the user enters text into it, I want another input box to appear for more data to be entered. Basically, I just...
Ah, thanks. That's what I was afraid of. My website is already designed, so adding margins will mean I have to edit every page to place every image inside its own div. I had no idea img was an inline...
I've discovered that by manually adding style = "margin-left: auto; margin-right: auto;" it causes the image to be centered. But because I'm using class = "center"...
I'm building a website, and I've run into the problem that for some reason, putting margin-left: auto and margin-right: auto will not center images like it's supposed to, and I was...
I would like to create fancy gold-colored text like what you see in the Star Wars logo in this picture: http://cdn-www.swtor.com/sites/all/themes/swtor/en/assets/newsBackground.jpg
I'm not sure I understand what you're asking. It seems you already know what you want to do. Are you asking how to delete only the area of the text and nothing else?
On my website, I want to have a picture of a map, and I want the picture to zoom in to show the region I'm talking about on my site. I've been thinking about using an Animated GIF...
I've recently discovered that someone is hotlinking to my website (displaying an image that's located on my website on their site by linking directly to the URL on my server). I'm going to change the...
Actually, now that I try to do it, I realize it can' be done, because I need the menu option to highlight in red when the mouse is over it, and you can't do that with a graphic, can you?
I'm trying to create a CSS pull-down menu for my site using PHP includes. The menu is on the left-hand side of my page, and when you move the mouse over certain categories, a...
I'm building a website that's going to be hosted on a Linux server, and I want every page on it to display the same CSS pull-down menu on the left-hand side. I was just wondering what...
I'm confused by how this would be implemented using uls. Can you explain that more? I thought that the standard method for implementing drop-down menus that way was to...
I'm building a webpage, and I'm pretty good with computer programming, and I know enough HTML/CSS to be able to make a professional looking webpage. But when it comes to programming...