![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Nikolaos Giannopoulos <nikolaos (AT) solmar (DOT) ca>: Next time I will write: ... study + dissect the site (not a "single" lay-out) untill you know what is happening and why :-) |
|
that is a good idea to get you started but if you really want to understand things your going to need to learn the concepts... at some point ;-) You can also look at the recommendations, try to implement them and keep on trying because they are difficult to understand. Or you can get hold of the recommendations and study "working" exemples as well. |
|
What's the best way you think? |
#12
| |||
| |||
|
#13
| ||||||
| ||||||
|
|
Amy wrote: [<URL:http://www.amykimber.com/amy/test.asp>] sigh> It sucks in Netscape.... please can someone point me in the right direction? |
|
Other stuff to check: http://www.amykimber.com/amy/styles/style-links.css There's no property 'colour'. Use 'color' instead. |
|
Don't use absolute positioning unless you really need that. Absolute positioning is broken in MSIE where it often prevents selecting any text and other problems aren't unheard of. |
|
Stuff like "border: 1px none #000000;" doesn't make sense. |
|
Also, never use pixel unit for size of blocks (divs) that contain text. |
|
You cannot know the computed pixel size of the text so you shouldn't try to set the size of the container by random either. |
#14
| ||||
| ||||
|
|
"Mikko Rantalainen" <mira (AT) st (DOT) jyu.fi> wrote in message news:bji7ll$7o7$1 (AT) mordred (DOT) cc.jyu.fi... Don't use absolute positioning unless you really need that. Absolute positioning is broken in MSIE where it often prevents selecting any text and other problems aren't unheard of. Ah.... right. So what do I do? possition: what? (with all due respects, |
|
Stuff like "border: 1px none #000000;" doesn't make sense. Then why did my editor (dreamweaver MX) produce it? |
|
Also, never use pixel unit for size of blocks (divs) that contain text. sept for the ones with my logo in, which will be 140 or what ever pixels deep... everything else is - or will be %s :-) |
|
Thanks for the advice... I'm getting there, very slowely.... |
![]() |
| Thread Tools | |
| Display Modes | |
| |