Hmmm... you're right. That is really strange. In Safari 4.0.3 on 10.5 I'm getting the exact problem you're describing. I can't tell you how to fix it, but I noticed that the place it's cut off is...
If I understand your question right, you want a certain style to be applied to the link that corresponds to the current page, and the same style applied when the user hovers over the link. The...
Very good point there. I was wondering about some odd results that I was getting. Thank you for pointing that out. I'm switching to your method right now.
Thanks, myrtle1908. After I posted I took some time to think it through and came up with this. A little shorter than your method, but thanks anyway :-P
Hi, I have a rather simple problem for a javascript guru out there. i have about 20 images in a div with variable widths. I need the sum of the widths. The width is not defined in css. I'm thinking...
Ok, got all the errors to return. You're right, the navigation in the site is weak. I'm trying not to break out of the centered fixed width to add navigation on the side. So that leaves the little...
Of course, no need to reinvent the wheel. I added the form information that was submitted and fixed the other error. Thanks.
Design-wise how is the site? Concept, execution... what do you think?
Perfect, thanks. Fixed the form problem so now my site validates to xhtml 1.0 strict. So that's good. And I added form validation with php, I dare you to try to break it :) The arrow navigation on...
I added the alt elements on the imgs and some other stuff that was missing. So the index validates. I fixed some other things on the post page but I not getting it to validate because of the form?...
Ok, thanks. This really helps. The index page lists the posts, and the big pictures lead you to the actual posts where you can leave comments. I realize that I won't be able to explain this to...
Hi, it wouldn't be to hard to put together a database with a table of assignments, a table of students and a table of turned in assignments. Students could upload their assignments using php and the...
Hi, I'm grabbing the exif data from an image with php. For the exposure, I'm getting a fraction like 10/x or 1/x (10/2000, etc). How can simplify this fraction so the numerator is always 1 (1/x)....
Thought I would post the final results of this question. I used it to implement a scrolling div of thumbs on my photoblog. You can see it here. Two functions for the left and right buttons:
Hi, I would like to write a script that continuously changes the left margin of a div while the user hovers over another div. onmouseover would start changing the margin and onmouseout would stop it....
Hi, I would like to write a script that continuously changes the left margin of a div while the user hovers over another div. onmouseover would start changing the margin and onmouseout would stop it....
The lists of links look a little to much like a parked domain page, add a little more content and contrast to the home page. Looks really good and clean.
You might want to try giving it a fixed background, so that it doesn't move when you scroll. Add background-attachment:fixed; to .outerwrapper and make the background a little less prominent as...
Some php? code is showing, in Firefox 3.5 on Mac at least. "showBottom();?>" is right above your footer, and ", El Cafe de los Milagros">" is right above your header. Also I would save the jpgs with...