for godssake...
am 17.10.2007 22:16:37 von lisztnet
i have learned css /html for 2 weeks and still don't dare to write a
line of code... kind of shyness, drives me nuts. Too many things to
remember. too many details
I wanted to build a list in a vertical navigation bar, 2 items with
text and a flag on the left.
-the text has background color, so how will the flags been aligned
perfectly to the decoration ?
-if i use images, i can't change the color on fly, and i have to print
text inside the images at constant (abolute) place... since i'm too
lazy, it's not done yet.
ImageMagik have a nice text to image feature, well it could save some
code.
maybe tables ?
L
Re: for godssake...
am 17.10.2007 23:21:26 von lws4art
lisztnet@aliceadsl.fr wrote:
> i have learned css /html for 2 weeks and still don't dare to write a
> line of code... kind of shyness, drives me nuts. Too many things to
> remember. too many details
Many you should start simply and after your gain some experience try for
more ambitious projects.
>
> I wanted to build a list in a vertical navigation bar, 2 items with
> text and a flag on the left.
Okay.
Style:
ul.navbar { margin:0 padding:0; list-style: none; }
> -the text has background color, so how will the flags been aligned
> perfectly to the decoration ?
What decoration? As above, they would be on the same line...
IF you want the images aligned to the top of the text then...
ul.navbar li img { vertical-align: top; }
> -if i use images, i can't change the color on fly, and i have to print
> text inside the images at constant (abolute) place... since i'm too
> lazy, it's not done yet.
What color?
>
> ImageMagik have a nice text to image feature, well it could save some
> code.
>
> maybe tables ?
How will that help?
Maybe you should give it your best shot at what you are trying to do
upload to your server and post the url here. We might be better able to
assist.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: for godssake...
am 17.10.2007 23:52:04 von Sparky
start simple...start easy...
if the book has examples try copying them down and opening them...
then try changing parts of the code, may be a color or the size of a
cell, or even just the text in a link
On Oct 17, 3:21 pm, "Jonathan N. Little"
wrote:
> liszt...@aliceadsl.fr wrote:
> > i have learned css /html for 2 weeks and still don't dare to write a
> > line of code... kind of shyness, drives me nuts. Too many things to
> > remember. too many details
>
> Many you should start simply and after your gain some experience try for
> more ambitious projects.
>
>
>
> > I wanted to build a list in a vertical navigation bar, 2 items with
> > text and a flag on the left.
>
> Okay.
> Style:
>
> ul.navbar { margin:0 padding:0; list-style: none; }
>
>
>
>
>
>
>
>
>
>
>
>
> > -the text has background color, so how will the flags been aligned
> > perfectly to the decoration ?
>
> What decoration? As above, they would be on the same line...
>
> IF you want the images aligned to the top of the text then...
>
> ul.navbar li img { vertical-align: top; }
>
> > -if i use images, i can't change the color on fly, and i have to print
> > text inside the images at constant (abolute) place... since i'm too
> > lazy, it's not done yet.
>
> What color?
>
>
>
> > ImageMagik have a nice text to image feature, well it could save some
> > code.
>
> > maybe tables ?
>
> How will that help?
>
> Maybe you should give it your best shot at what you are trying to do
> upload to your server and post the url here. We might be better able to
> assist.
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com
Re: for godssake...
am 18.10.2007 01:06:03 von dorayme
In article <4558f$47167cd2$40cba7b6$28459@NAXS.COM>,
"Jonathan N. Little" wrote:
> > -the text has background color, so how will the flags been aligned
> > perfectly to the decoration ?
>
> What decoration?
I was thinking, hmm... JL has understood what looked like
incoherence and incompleteness in the question and then ...
--
dorayme
Re: for godssake...
am 18.10.2007 01:27:30 von Bergamot
Sparky wrote:
> start simple...
Hey Sparky, if you're going to hang around here, learn how to quote.
http://web.presby.edu/~nnqadmin/nnq/nquote.html
--
Berg
Re: for godssake...
am 18.10.2007 02:03:32 von lws4art
Sparky wrote:
> start simple...start easy...
> if the book has examples try copying them down and opening them...
> then try changing parts of the code, may be a color or the size of a
> cell, or even just the text in a link
>
>
> On Oct 17, 3:21 pm, "Jonathan N. Little"
> wrote:
Why did you top post this then full quote my message?
Dang GG!
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: for godssake...
am 18.10.2007 17:55:09 von lws4art
dorayme wrote:
> In article <4558f$47167cd2$40cba7b6$28459@NAXS.COM>,
> "Jonathan N. Little" wrote:
>
>>> -the text has background color, so how will the flags been aligned
>>> perfectly to the decoration ?
>> What decoration?
>
> I was thinking, hmm... JL has understood what looked like
> incoherence and incompleteness in the question and then ...
>
I was trying my best to guess at the OP's wishes. Maybe a language
problem @aliceadsl.fr
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com