![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
I've been working on a CSS layout for a little while and I've managed to get a page put together that looks like what I want: http://www.eng.uwaterloo.ca/~p5yu/vfx.htm |
|
There's a little bit of "div soup" when it comes to things that aren't |
|
I'll add in background: transparent; if it's absolutely needed. |
|
Is there anything else I'm missing? Thanks. |
|
font-family : book antiqua, new york, serif; I don't know the 1st two, but I wouldn't use serif as fallback. People |
#3
| ||||||||||
| ||||||||||
|
|
Lauri Raittila <lauri (AT) raittila (DOT) cjb.net> stood before the Jedi Council and stated: I think there is quite a lot chrome, less than 50% of window for content. I would get rid of "Copyright 2003" and "XHTML1". About the site image is particularly hard to guess whitout hovering. Oh, yes, the About the Site icon. |
|
There's going to be a redundant text link. |
|
XHTML is just so I can validate it easier. |
|
|> font-family : book antiqua, new york, serif; I don't know the 1st two, but I wouldn't use serif as fallback. People that have set their font to sans-serif or even verdana will see it too small. And Times New Roman is ugly. What should I use as a fallback font? |
|
Or just leave off serif and let the browser choose? |
|
I wouldn't use px for margins for P, since text size differs. I've had problems with percentage margins before. It's not a critical issue, I just need a little bit of spacing between the side and the words. |
|
You could use inline elements for those cool lines, so it would look better whitout CSS. What do you mean by inline elements? |
|
I'd like to get rid of the images if there's no CSS, so I thought about making a background image and putting it in the DIV. Is there another option? |
|
Or not use images at all for line ends. Making black transparent in images would be nice also. I'd love to be able to do it, but there are too many shades in the glowing portion to make them properly transparent. |
|
Those dark grey backgrounded headings aren't marked up as headings, and right one seems repetative. I ought to make them headings, but it makes them too big. I'm wary of setting the font-size to something like medium because that's an absolute judgment for the browser, and 1em means I have to make sure it inherits sizes correctly. Is there a way to let the headings be the same size? |
![]() |
| Thread Tools | |
| Display Modes | |
| |