Ive not played with ie7 yet - I will check it out, thanks Chris.
Announcement
Collapse
No announcement yet.
css tableless design
Collapse
X
-
I've done some research and it looks like IE7 has a page zoom feature, which will resize all text, so it soon won't really matter whether your text is in pixels or relative. Hurrah
"You can make webpages easier to read by changing the text size. If you change the text size, graphics and controls will remain in their original size but the text size will change."
As you say zoom will increase the size of everything but changing the text size only is the way I expect most people in improve thier ability to read the text. Also high res monitors are becoming the norm and a fixed width page designed for 800x600 with 9px text looks very odd as well. people are buying bigger screens to get a better view of websites but on an absolute sized website they may have well have stuck with thier old CRT 12".
I like to build sites for the user ie they can change things like the text and that are fluid so they fill whatever resolution screen is being used.
So back to the original question and is it possible to have relative sized text with v8 on the dropdowns.
I see that the forum uses relative text as does the microsoft website - if its good enought for MS then its good enough for me!!
Comment
-
W3C says that webpages that use css should "degrade gracefully" if the css is disabled or not used. ie7 now makes the option of turning off css easy, I have just checked the Exec theme with css disabled and it is a mess!
Designing sites with css is going to be the way ahead but I dont think we are there yet - I have seen some very strange sites (big boy sites) with layers all over the place. I think I will stick to tables for a while yet
Comment
-
is it possible to have relative sized text with v8 on the dropdowns.
Also nice to see that the text wraps round the product image as it resizes
Comment
-
Basically, the thinking behind the two files is
'Actinic Stylesheet' is styles for general design items that can be used in any theme
'theme.css' contains style information to help the design work with teh images that cone with a particular theme
Any inline styles are for making sure a specific overall page layout works correctly.
I don't think any designer is going to be happy with inline css, shopinaboxer will make messy code as they don't know its there
having to look for styles in 3 places is not cool
Comment
-
Originally posted by RuralWebI have just checked the Exec theme with css disabled and it is a mess!
With the use of floated divs and absolute / relative positioning it is possible to create a site that will degrade without CSS (or of the user has an old Netscape browser) but this is a real investment of time ... and skill
Comment
Comment