![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi there, Consider the following: div class="column-b-row-c" h1>what's new?</h1 dl dt>februari 2009:</dt dd h2>Some title</h2 p Lorum ipsum. /p /dd dt>januari 2009:</dt dd h2>Some title</h2 p Lorum ipsum. /p /dd /dl /div With these styles: .column-b-row-c dl dt, .column-b-row-c dl dd, .column-b-row-c dl dd h2, .column-b-row-c dl dd p { display: inline; } Now everything in the <dl> is displayed inline. How would I make it, so that a new <dt> element starts on a new line? Sort of "clear: left" if you get what I mean. "clear: left" obviously doesn't work since the elements don't float, correct? Do you have any other suggestions? |
#2
| |||
| |||
|
|
Consider the following: div class="column-b-row-c" h1>what's new?</h1 dl dt>februari 2009:</dt dd h2>Some title</h2 p Lorum ipsum. /p /dd |
|
Please have a look at: http://amygdala.110mb.com/index-intended.html |

#3
| |||
| |||
|
|
Bergamot schreef: FYI, it doesn't look too good at my usual window size: http://www.bergamotus.ws/screenshots/amygdala.png Notice the scrollbars. I see those rounded boxes are fixed size graphics, too. It doesn't do so well with my larger-than-average text size. ![]() Well, you've got a pretty odd window size. What (platform/screen) are you using? Also, you really have me wondering how the hell you managed to get the text to resize, since it's basically fixed size fonts. Sure, I didn't get to all the css yet, but it should cascade as fixed size fonts. So, either you fiddled with it, or you have some odd browser I am not aware off, that can zoom fixed size css text. |
|
And yes, those boxes are gonna stay fixed size. And no, I am NOT going to make it a fluid webpage layout. I am very well capable of making it fluid, but we deliberately chose not to. |
#4
| ||||||
| ||||||
|
|
Bergamot schreef: amygdala wrote: Please have a look at: http://amygdala.110mb.com/index-intended.html FYI, it doesn't look too good at my usual window size: http://www.bergamotus.ws/screenshots/amygdala.png Notice the scrollbars. I see those rounded boxes are fixed size graphics, too. It doesn't do so well with my larger-than-average text size. ![]() Well, you've got a pretty odd window size. What (platform/screen) are you using? |
|
Also, you really have me wondering how the hell you managed to get the text to resize, since it's basically fixed size fonts. |
|
either you fiddled with it, or you have some odd browser I am not aware off, that can zoom fixed size css text. |
|
And yes, those boxes are gonna stay fixed size. And no, I am NOT going to make it a fluid webpage layout. |
|
I am very well capable of making it fluid, |
|
but we deliberately chose not to. |
#5
| |||
| |||
|
|
rf schreef: Never heard of accessibility either I'll bet. Yes I have. I've been developing websites for over about 10 years now. |
|
What if a visually impared person stumbles upon your page? They will increase their font size so they can read it. I know. When it breaks they will probably laugh as they move onto the next site they have found in google. Hope they have a good laugh then ;-P Seriously. They are valid points. But points we knowingly ignore for this website. |
|
I'll be honest, accessibility has never been a huge concern for me when developing websites. Perhaps I'll get around to it some day, but untill now, I usually had other priorities. |
#6
| |||
| |||
|
|
But in the end, the graphic designer (usually my clients) are the ones that have the final say. |
#7
| |||||||||
| |||||||||
|
|
Bergamot schreef: amygdala wrote: Bergamot schreef: Only IE refuses to zoom fixed font sizes, unless the user has it set to ignore author specified fonts. Other browsers are more reasonable about that. Name one or two please. As far as I know, Opera and FireFox allow you to zoom the whole page, but not the fixed size text itself. |
|
And yes, those boxes are gonna stay fixed size. And no, I am NOT going to make it a fluid webpage layout. Then you don't understand web media at all, are are doomed to fail. Wow, nice reasoning there. Look up black and white reasoning (for instance). |
|
I am very well capable of making it fluid, Really? I see no evidence of that. Yes, nice reasoning there again. Just because I haven't given you an example, doesn't mean I can't do it. |
|
And to tell you the truth, I really dislike 'fluid design'. |
|
There's a reason why newspapers, magazines, billboards, literature |
|
(or any other print medium) usually have a certain maximum amount of words per line (i.e. by means of certain column widths, etc.): readabilty. |
|
But if you have a look at said websites (or websites by webmasters so hung up on fluid design), you usually see a horrible implementation; |
|
Not saying webdesign is not a whole other discipline, but some print design decisions are made for a reason. (And no, I am not a designer. I am a programmer.) I don't have to resize my book, newspaper, etc. either to have a decent read do I? |
|
I was probably jumping to conclusions here, in that, this wasn't actually what you were trying to get to, |
#8
| |||
| |||
|
|
rf schreef: amygdala wrote: But in the end, the graphic designer (usually my clients) are the ones that have the final say. A pity. IMHO a graphc designer[1] is the last person you should let anywhere near web design. It's a different medium. [1] Graphic designers, I assume, are in charge of designing those labels that go on shampoo bottles. A few of them are enlightened and print *SHAMPOO* in big friendly letters. Many of them don't of them don't and use a flyspeck typeface that is difficult for me to read *with* my classes. Standing in the shower without my glasses, which bottle do you think I would use and be sure I am not putting toilet cleaner in my hair? LOL, I see your point, but just out of curiousity: what the hell is the toilet cleaner doing near the shampoo?! ;-) |
#9
| |||
| |||
|
|
dorayme schreef: In article <4994b8df$0$7945$9a622dc7 (AT) news (DOT) kpnplanet.nl>, amygdala <example (AT) example (DOT) com> wrote: .... Or something like this. http://dorayme.netweaver.com.au/alt/dt_Inline.html Or something even simpler and gaining from the built in formatting magic: table! Hi dorayme, .... Your hosted example looks very promising. But somehow I can't get it to work properly in my site though. Also, it seems that your example looks like it won't take very long text for the <p></p> elements, which should be possible. (And should wrap in the grey container) Please have a look at: http://amygdala.110mb.com/index-intended.html This is how it is supposed to look like eventually. But as you can see I've used <br>'s in this example, which I'm not too fond of as you might imagine. This is how it looks with your suggestion implemented: http://amygdala.110mb.com/index.html But as you can see, it won't display the elements inline. Yes, a bit of adaptation would be needed! |
|
Tables would be a last resort, as I believe the semantics don't fit the purpose too well. |
|
Finally, the news item's are going to be animated with javascript like a vertical carousel. I believe tables (or table rows rather) won't lend them selfs too well for this (cross-browser that is), but perhaps I'm wrong. |
#10
| |||
| |||
|
|
In article <49978fb0$0$7933$9a622dc7 (AT) news (DOT) kpnplanet.nl>, amygdala <example (AT) example (DOT) com> wrote: dorayme schreef: amygdala <example (AT) example (DOT) com> wrote: ... Or something like this. http://dorayme.netweaver.com.au/alt/dt_Inline.html .... (btw I was delighted to see your lovely shapes in the URLs above, a pleasure to see. It is very hard to use such shapes and have them grow with text size.) |
![]() |
| Thread Tools | |
| Display Modes | |
| |