Page 1 of 1

Learning CSS Scripting.

Posted: Tue Jun 03, 2008 12:59 pm
by BlueLaw
Hi everyone,

I posted a site up here a few weeks back and got some really helpful feedback. Most interesting was that my site was not coded to W3C standards and couldn't be validated. This was mainly due to the fact I was still using tables as the main layout format.

I've now been into the desert and researched XHTML and CSS markups and I'm trying out my first site in that format.

Obviously the buttons don't work, but how is this looking to you?

http://www.g60.com/design8/design8.html

In safari everything looks fine, but I've looked on one version of IE and the lines, which are a background image repeated, are not in line how I want them.

I'm not at home so I can't post the CSS file up, but what can I do to help this design, from a scripting point of view?

Cheers.

Re: Learning CSS Scripting.

Posted: Tue Jun 03, 2008 2:07 pm
by Dr.CSS
Well you have 2 style sheets attached, the images folder in the root is most times used for images in the backend, you might want to move yours to the uploads folder maybe into a folder just for the template images, uploads/templateimages...

Most of what you are using the images for can be done with CSS, lines on the boxes could be borders, the headers for the boxes could be text with background colors, etc. etc....

You do know how to make a style sheet and attach it to the template?...

Re: Learning CSS Scripting.

Posted: Tue Jun 03, 2008 11:41 pm
by BlueLaw
Thanks for moving this Mark.

I'll come back to you, I'm thinking. It's like chess, it hurts my head.

I'll be back.