-
My new launched site
Very nice, maybe have the social icons fade to colour, a bit like the menu items do. Other than, that; Great job!
-
What is wrong with this website?
Looks like the product of using dreamweaver in design mode =/ Have you tried using divs? Slowly work your way through the stylesheet, and html replacing blocks where a table may have been with divs? eg; start by rebuilding the header etc..
-
Password protected pages and e-commerce
You've really dived in at the deep end =/ I take it you do have some experience in web development? Really, you need to be using a server side script for the shopping cart, maybe you could set them up with a free script. take a look at opensourcecms.com in the e-commerce section if you wish to take that route. For the password protected pages, is this for the admin panel or customers? If it's limited access and only for a few people, then htaccess would be fine; otherwise, if it's going to be used by many people then you'd be better off building a login system with php and mysql or another language you may be familiar with
-
Got domain name, where do I go from here?
Depends what you mean by fully functioning website. Are you wanting static pages (ones which you edit through the server/cpanel)?
-
Any feedback on my Web Site please
I think they menu background is a bit dark, but nice clean layout apart from that!
-
New site - constructive crit please
Very Nice =D Personally I would've generated the pages with ajax/jquery and got them to fade in or something. Also the navbar below the content is something I don't see very much, and it's very effective =D Also, the red border doesn't really fit on the contact form when you click on inputs, maybe replace the red with a black or blue, or dark green
-
Just wanted to try another layout...
Maybe lighten the shaddows, and make the navigation boxes a bit more round
-
Progress bar.
#progress-level { background: url(progress.png) no-repeat left center; width: 45%; height: 39px; } Percentage sign comes after the number
-
vBulletin Help!
Go to the vBadvanced CMPS "edit page", select your page, then scroll to "HTML File Page Options", in that sub-category there should be a little text field with "Path to page". Then go to your cpanel/file manager, find the file specified and edit it from there.
-
Jquery /css navigation problem
Hi, to get the menu to drop down, you need to trigger it with the image: http://www.sohtanaka.../subnav_btn.gif That's to be placed in your main directory (or wherever the navigation file is).