Feedback required please.

C

Chris Leonard

Hi.

Well, I know I've been a pain over the last few weeks in the group but the
fruits of my labours are here to see. I wanted to redesign my site without
the use of tables and just using DIVs and CSS. I am amazed at how much
faster it loads now - really worth while doing (well, I've only done the
home page at the moment, the others will follow)

One thing I didn't want to loose was my menu bar and with the help of you
all here and some other resources I was able to make one in CSS. To help
others who might like the idea I've created a "CSS Menu Builder" which takes
the time consuming work out of the coding. I'd like your feedback on this
please, let me know if you think it's of any use. Remember, this is my hobby
so keep the comments friendly please.

Thanks

Chris

www.theleonardfamily.co.uk/cssmenu/menuintro.htm
 
H

Hywel Jenkins

Hi.

Well, I know I've been a pain over the last few weeks in the group but the
fruits of my labours are here to see. I wanted to redesign my site without
the use of tables and just using DIVs and CSS. I am amazed at how much
faster it loads now - really worth while doing (well, I've only done the
home page at the moment, the others will follow)

One thing I didn't want to loose was my menu bar and with the help of you
all here and some other resources I was able to make one in CSS. To help
others who might like the idea I've created a "CSS Menu Builder" which takes
the time consuming work out of the coding. I'd like your feedback on this
please, let me know if you think it's of any use. Remember, this is my hobby
so keep the comments friendly please.
"They're", "their", and "there" are not interchangeable.
 
M

Mark Parnell

Chris said:

Looks good. The CSS could be refined a little - e.g.

border-left: 1px solid #FFFFCC;
border-right: 1px solid #FFFFCC;
border-top: 1px solid #FFFFCC;
border-bottom: 1px solid #FFFFCC;

could be written:

border: 1px solid #FFFFCC;

The background colour doesn't look right:
http://www.clarkecomputers.com.au/usenet/menu.png

I think you should set the background colour of the page to the same as the
menu.

Future enhancement suggestion: would also be nice if the user could select
colours. :)
 
C

Chris Leonard

border-left: 1px solid #FFFFCC;
border-right: 1px solid #FFFFCC;
border-top: 1px solid #FFFFCC;
border-bottom: 1px solid #FFFFCC;

could be written:

border: 1px solid #FFFFCC;

Thanks, I'll change it.
Future enhancement suggestion: would also be nice if the user could select
colours. :)

Yes, been thinking of this one. I'm not sure how to do it however. It would
be nice to have a line at the start which said something line BACKGROUNDCOL
= #FFFFCC and then reference this within the style sheet (like a variable!)
but how! any ideas ?

Thanks

Chris
 
T

Toby A Inkster

Chris said:
Yes, been thinking of this one. I'm not sure how to do it however. It would
be nice to have a line at the start which said something line BACKGROUNDCOL
= #FFFFCC and then reference this within the style sheet (like a variable!)
but how! any ideas ?

Server-side scripts.
 
C

Chris Leonard

"They're", "their", and "there" are not interchangeable.OK, so English was never my best subject at school ..... but apart from that
?

I've altered the colours and sorted the banding out, still don't know how to
use a variable to select a colour, will have to play with this one.

Thanks to all who gave their (there) comments :))

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,079
Messages
2,570,574
Members
47,207
Latest member
HelenaCani

Latest Threads

Top