![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| http://www.sundialontario.com/images/makeitatable.jpg that I would like to convert to CSS and I'm not sure how to do this. |
#3
| |||
| |||
|
|
Joe exCSSive <joe (AT) example (DOT) invalid> wrote: http://www.sundialontario.com/images/makeitatable.jpg that I would like to convert to CSS and I'm not sure how to do this. http://homepage.ntlworld.com/spartan...ialontario.htm |
#4
| |||
| |||
|
| http://homepage.ntlworld.com/spartan...ialontario.htm Before your response came in, I was tweaking my margin settings and I was using some negative values too. I thought I was surely doing something wrong, but I see that's what you've coded too. That seems quite odd to me...dontcha think ? |
#5
| |||
| |||
|
|
Joe exCSSive <joe (AT) example (DOT) invalid> wrote: http://homepage.ntlworld.com/spartan...ialontario.htm Before your response came in, I was tweaking my margin settings and I was using some negative values too. I thought I was surely doing something wrong, but I see that's what you've coded too. That seems quite odd to me...dontcha think ? The width of the ul should accommodate the graphic and the text. The width for the text should be defined in ems to facilitate zooming, the 156px graphic width should remain constant when the text is zoomed. So the ul has a left padding of 156px, in the CSS box model this padding is added to the ul width which is defined in em. To offset this left padding the 156px negative left margin moves the left aligned list items back into place. |
#6
| ||||
| ||||
|
| http://homepage.ntlworld.com/spartan...ialontario.htm The width of the ul should accommodate the graphic and the text. The width for the text should be defined in ems to facilitate zooming, the 156px graphic width should remain constant when the text is zoomed. So the ul has a left padding of 156px, in the CSS box model this padding is added to the ul width which is defined in em. To offset this left padding the 156px negative left margin moves the left aligned list items back into place. Hmmm...well, this prompts 3 questions: - somewhere, there must be a need to convert px to em...no? |
|
In my example...see URL below..I have a fixed body width. Is that a no-no ? |
|
Is there a website or utility that allows one to test site scalability ? |
|
- How do I center the whole thing within the confines of my existing style setup. Here's my best stab: http://www.sundialontario.com/testmockup.htm |
#7
| |||
| |||
|
|
There are 2 things you should test for: 1) Does your content work in a range of viewport widths? 2) Does your coding tolerate text zooming by the user? (1) Is tested by varying the width of your browser window. (2) Is tested by zooming the text using IE and Mozilla. |
#8
| ||||||||||||
| ||||||||||||
|
|
There are 2 things you should test for: 1) Does your content work in a range of viewport widths? 2) Does your coding tolerate text zooming by the user? (1) Is tested by varying the width of your browser window. (2) Is tested by zooming the text using IE and Mozilla. Please excuse me once again for being such a dolt, but I'm obviously having trouble getting some simple scalability concept thru my thick skull. Here's what I mean... I've got the page coded and it looks good to me when I view it at 640x480, 800x680, 1024x768 |
|
via FireFox 1.0.4, Netscape 8, IE 6.0, Deepnet 1.3.2, and Opera 8.0. |
|
I would think that means I've almost reached God-hood....no? (e.g., I've obviously addressed any major browser incompatibilities...no ???) |
|
[I have no idea what screen size PDAS or cell phones use ... 20x20?... they're so damn tiny !!] |
|
Now it would seem to me if someone wants to "zoom" in on a particular area for whatever reason |
|
, they would expect that their monitor size would restrict how much of the page they could see without scrolling...no? |
|
I know if I view a page that requires me to scroll to see stuff, I just scroll and it's not terribly painful and I feel no need to launch a class action. |
|
And from an assistive technology standpoint, I don't think screen readers _ever_ have a scrolling issue...do they? |
|
Maybe I'm as thick as molasses in January, but I just can't imagine an instance where a site visitor would wanna zoom the whole damn thing...would they ? |
|
And, if they do, is that something I should wanna/be expected to/have to cater to? |
|
Can't I just say, "Sorry, this is Sears and we carry Levis jeans and not Tommy Hilfiger so get over yourself?" |
|
I just don't understand why not serving Baskin & Robbins 31 flavours is a bad thing, but I still do want to do the right thing with respect to website design. |
#9
| ||||
| ||||
|
|
I would think that means I've almost reached God-hood....no? (e.g., I've obviously addressed any major browser incompatibilities...no ???) It's a decent start. |
|
Note that there are many more browsers, but more importantly many different user configurations other than your own. Then there's a raft of other considerations like user abilities to consider before you can even begin to have delusions of grandeur. |
|
The regulars in this group aim for high quality web authoring, to achieve that a robustness to user zooming is considered as an essential quality. |
|
We all set our own standards. Listen to the arguments, learn about the issues, make your choice. |
#10
| |||
| |||
|
|
where does the page I've put together at: http://www.sundialontario.com/testmockup.htm rank within your scheme of "Holy Crap...that's God-awful !" Again, what I mean is, if I have to deliver soon, have I got something that would at least get a passable grade ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |