|
Posted by dorayme on 03/06/06 08:23
In article <ohLOf.107564$sa3.58051@pd7tw1no>,
"Noozer" <dont.spam@me.here> wrote:
> > "Noozer" <dont.spam@me.here> wrote:
> >
> >> I have a very simple CSS layout that I'm trying to make work. The idea of
> >> CSS makes perfect sense to me. Actually putting it into use in another
> >> story.
> >>
> >> I want my layout to be a simple 3x3 grid, similar to what a table would
> >> produce...
>
> <snip>
>
> > You could look at http://alistapart.com/articles/holygrail and
> > sniff about the links further... or Google for CSS tutorials...
>
> Believe me... I've read several tutorials and still, I can not figure out
> the logic of CSS.
>
> For example. To define the hieght and width of an element, it must be a
> block and not an inline. But if I do that, it starts a new line after the
> block, so I can't place block elements side by side.
>
> ..or... if I float a div left and a div right, the right one is lower than
> the left one.
>
> It's enough to make my head hurt.
>
> : (
I understand! But take it slowly. eg. when you "float a div left
and a div right, the right one is lower than the left one" when
your content for each are too big to fit in the window. But your
content does not have to be too big (you can make it smaller, and
I am talking esp. pics here. And you don't have to float the
right one right, you can float not at all or float it left and
set appropriate margins and padding. In a good browser like
Firefox, you can have some control over stuff by using max-width
and min-width. To stop yourself going crazy, do not use IE while
learning. How to cope with IE is advanced CSS... Just a
suggestion that might help you get you started.... I should talk!
--
dorayme
Navigation:
[Reply to this message]
|