Folks,
Some colleagues and I are conducting a study on the perceived effects learning to program has on mathematical ability. It's a short (10-15 min) survey. If you're interested, you can access...
I removed that line and not only does it not fix my positioning issue, but it also removes the fixed-like scrolling from the page (in IE only). I inserted it back in and things worked fine, but...
Thanks. I've changed it, but still get the same results. As for the overlapping content, I think I know what's happening there, but I'm focused on getting everything pushed up to the top and left...
In an experiment to create a frame-like page for a friend, I have used Stu Nicholl's tutorial found at WebReference.com. For the most part, I have met with success. I even got the content to scroll...
Hey all, I am trying to create a drop shadow effect on a 2-column layout I have centered on the page, using this hint from ALA. I also made some changes to the page to try and get png graphics to...
No, actually, I have to get the host and was considering bluehost and if their eCommerce options should affect that decision or not. I just checked strorm pay out and it seems pretty simple,...
Thanks. This is the type of feedback I need. Has anyone else used any of these programs? Has anyone else set up a cart system using bluehost and their merchant card processor?
Hi all, I know you've heard this before, but I am looking for an eCommerce cart. I'm looking for something simple but at the same time customizable. I have a particular design for the site in mind...
I guess I just like to complicate things. That worked, although I did have to do one more thing—I had not yet defined #description in my .css file. I had tagged the div with the correct id, but for...
I have a site in which, when I roll over a thumbnail, I change an image in the middle of the page to a larger picture. I also change the title of the image. I've done this just...
VW,
Thanks for the quick reply. I've zipped some images (including two more frames for you to play with and some different pictures). Where shall I send them?
I have a page with a picture around which I am placing a picture frame. Users should be able to roll over a thumbnail to change the large picture and likewise for the picture frames. I have tried...
I really do need to apologize for the file. It is starting to get cluttered up as I put different testing items in there. You'll notice that something we've...
Incawarrior,
That's correct, you can't resize the background image. If you look at the code, we have wrapped one div inside of another, like you suggest and set the z-index to put the frame on...
Bonrouge is right about the picture frames (see his/her example). I can't ditch the frames b/c it's going to be an option to purchase the frame with the picture. I've actually tried convincing my...
BonRouge,
Thanks for the frame ideas and example :) . I will still have to declare at least a margin size with this solution, but I don't think that'll be too much of a problem. I'll just...
BonRouge3,
It's great to hear that this'll be supported in CSS 3. I have one problem I've been trying to overcome using the method you suggest--getting the right size for the border. Here's my...
One idea I had (and failed at) was to use four different images for each picture and make them the borders of the image (e.g using a picture for a border instead of a default color and thicknes). ...
Yeah, I had the same problem. I could get the image to stretch (using Big Baer's method) in both IE and Safari (although the same code stretched them differently), but not in FF. Since Mozilla is...
Yes, I am talking about framing the large picture in the middle of the page, so users can see what different frames (e.g. wooden, metal, elaborate, simple, etc.) would look like with a given picture....
Thanks for that. I'll have to look at those errors. I didn't realize they were there. Any ideas on how to create a picture frame? Did I explain myself understandably?