View Single Post
  #5  
Old 03-18-2008, 01:04 PM
asaenz's Avatar
asaenz asaenz is offline
Senior Member
 
Join Date: Sep 2006
Posts: 102
Thanks: 6
Thanked 0 Times in 0 Posts
Default

Thank you very much Mlomaka and Colter.
Colter I like your site, I love the tachs and stuff. You might just want to make it wider, but other than that it's tight.

Wow Nate, cool so you are into websites. Man, I hate em
I lost hair trying to do my site in CSS w/o tables. Yes, I did it by hand, just notepad. I know my CSS can be more efficient but I had to stop some time with it.

Anyway, man I tried to fix that darn Copyright at the bottom. I'm going to have to ask the peops. at SitePoint (CSS gurus) for some help. You wouldn't happen to know which property and value to use? I bet you are using FireFox? It looks OK in IE. I only tested the site for FireFox and IE.

Here is my code just in case.

Code:
<div id="footer">
<p id="pfooter">©2007 AutoArtShop. All Rights Reserved.</p>
<p id="pfooter2"><a href="terms.html" target="_blank">Terms & Use Policy</a></p>
</div>
CSS
Code:
#pfooter2 { margin-bottom: 0;
}

#pfooter { 
		padding-top: 0;
		margin-top: 10px;
		margin-bottom: 0;		
}

#footer {
	clear: both;
	height: 66px;
	background: url(images/img05.gif) repeat-x;
	text-align: center;
	font-size: .7em;
	color: #231F20;
}

#footer a {
	border: none;
	color: #231F20;
}
Quote:
Originally Posted by Nate_ERC View Post
Lookin' good. I love CSS, are you programming it by hand? The only problem I noticed is that the copyright spills into the content a little. You may want to bump it down about 5 px.

Our website was autogenerated by some wsywig editors, and it is a mix of CSS, PHP, HTML, Flash, and JAVA. It is a TOTAL NIGHTMARE to maintain and update.

The other website I'm building is all hand coded. I am trying to only use CSS and HTML. It's sooo much easier to work with, and I don't have to worry about as many browser support issues. http://eckertsrodandcustom.com/turbo...orque_Website/

I will be able to publish it soon, if all the legwork of integrating the shopping cart doesn't kill me.
Nate the site you are doing is very nice
http://eckertsrodandcustom.com/turbo...orque_Website/
Your drop downs are spot on. They are CSS based? I didn't check. Anyway I tried to get some CSS based drop downs to work but I just had to stop. Plus my site isn't deep enough for drops.
__________________
Automotive Illustration, Art, & Photography
AutoArtShop

Last edited by asaenz; 03-18-2008 at 01:15 PM.
Reply With Quote