PDA

View Full Version : New version of site, test please...


d000hg
03-18-2004, 12:44 PM
Just updated my site (http://www.johndexter.co.uk/choosesmall) from frames to CSS-P. Can people test and give feedback please?

Thanks

ronaldb66
03-18-2004, 12:55 PM
Could you repeat the link to your site, please? I feel lazy... :o

d000hg
03-18-2004, 01:32 PM
Done

ronaldb66
03-18-2004, 03:20 PM
Nicely done, works quite well; pity about the link table, though: you could've gone all the way with a list here as well.
I'm also a bit puzzled by the need for both a class and an id, but I'm sure you've thought about this.

d000hg
03-18-2004, 03:50 PM
Originally posted by ronaldb66
Nicely done, works quite well; pity about the link table, though: you could've gone all the way with a list here as well.
I'm also a bit puzzled by the need for both a class and an id, but I'm sure you've thought about this. Sorry I don't understand what you mean about the link table - do you mean at the bottom of the page?
Why I have both class and id is a little annoying. I need the div.navbar to have certain properties like position. If I don't use an id as well, every <h1> etc inside that div would have to be h1.navbar. And I don't think I can set the positioning of the div using an id?

shlagish
03-19-2004, 02:44 AM
You can set the positioning of a div using it's id.

ronaldb66
03-19-2004, 09:59 AM
Yeah, I meant the one at the page bottom; just being picky, really... :o (It actualy means I couldn't find much else to complain about! :thumbsup: ).
As shlagish mentioned, if you need to declare styles for certain elements, id alone would do; in fact, it carries more weight then class does. If your selectors are in a bunch, I'd be happy to take a look.

d000hg
03-19-2004, 10:18 AM
The main stylesheet is here (http://www.johndexter.co.uk/choosesmall/css/pagestyle.css) with a small extra one here (http://www.johndexter.co.uk/choosesmall/css/iestylefix.css) to make position:fixed work right. So you think all the div.navbar stuff would still work in #navbar? What about div.content - this doesn't always exist depending on the browser.

Garadon
03-19-2004, 12:14 PM
your page don't show rigth in firefox, the text in the big div gets cut some from the rigth.