curtismchale
-
CSS Active page on Nav in Wordpress
Chris why would you use this method instead of just calling as the body id?
-
form select list problem
I finally found the issue. After 2 hours of searching and 20 minutes after I posted. The PHP function lets the software know what cart id is there and places a hidden input value that was forcing my code but not the original that I sampled from. I …
-
Feedback please :)
I like the design. Clean and nice colours. Is there a reason that you need a to wrap the images that just applies a class to them? You can add a second class to the image just by using a space between the classes. When I code a site I always like …
-
Damned IE!
If the problem is in IE 6 but not 7 why does your conditional comment include IE 7. If you just want to target before IE 7 use
-
Damned IE!
I wouldn't worry about IE 5.5 way too small a market share to spend any time on in my opinion.
-
Design feedback needed
I really like the site. The big things that I see you already mentioned as noted and working on.
-
Mac or PC
they aren't great for gaming because many games don't come out in a Mac compatible format.
-
Centering the page/ Page Wrap in IE
We really need to see the HTML as well to be able to help with this.
-
My first real attempt
I see you also post on Freelance Switch. Like I said overall good first attempt stick at it. :D
-
Finished!
maybe some sort of subtle bevel and emboss. I am sure you'll come up with something awesome.
-
Finished!
I would drop the XHTML & CSS badges. While it is good to be valid most client's don't care and they aren't very nice to look at. I do like the site though. I wonder if you should add some sort of effect to the date stamp on the po…
-
How do you test in both IE6 and IE7?
I have both 'muliple ie' and 'ie tester' on my machines and find 'ie tester' much easier to use. some people say that you may still have trouble if it is not an entirely native install of IE.
-
IE Float Troubles
having looked at your CSS with the web developer toolbar... cybershot was right you need to clear your floats. Chris's 2nd or 3rd video podcast talks about clearing your floats. Also you can kill the margin-left:auto; and margin-right;auto and …