|
Posted by admin on 01/04/07 17:58
On Jan 4, 12:33 pm, "Jonathan N. Little" <lws4...@centralva.net> wrote:
> a...@daytonalink.com wrote:
>
> > On Jan 4, 10:59 am, "Jukka K. Korpela" <jkorp...@cs.tut.fi> wrote:
> >> Scripsit a...@daytonalink.com:
>
> >>> Here's what I'm looking at:
> >>>http://daytonalink.com/cal.pngYawn. You didn't specify what you are commenting on (there _is_ such a thing
> >> as the mistake of not quoting or paraphrasing _anything_), and you posted
> >> the URL of an image, not of a web page (HTML document). So we can't see what
> >> you tried in order to set (suggest) row height.
>
> > WTF? The giant calendar/table dominating the screenshot. That's what
> > I'm commenting on. I've tried everything I can think of. Right now I
> > don't have a single property relating to the row height.He meant quoting a reference of previous posts, as I am doing here to
> provide context to your remarks. A screenshot is not really helpful to
> show us what you have tried with your markup, does it?
>
Sorry bout that. I'm pretty new to usenet.
>
>
> > Assume that this is what I have:
> > #calendar_table{height:300px;}
>
> > Now, how do I make the rows all the same height.Why would you ever want to? What would happen if for January 25th you
> had 10 or 20 events that would not fit within a fixed 20% of the table
> height?
>
I don't like the fisheye look that I'm getting with the current table.
If I had 10 or 20 events I would but an ellipse at the bottom of the
date or something like that. Trust me, I'll find a solution. Every
mainstream calendar that I know of has consistent row heights.
Let's assume that I have this:
<table style="height:100px">
<tr><td></td></tr>
<tr><td>content</td></tr>
</table>
How would I get the the two rows to have the same heights without
assigning each of them a height?
Navigation:
[Reply to this message]
|