Re: Newbie having trouble centering text between 2 images
- From: Quasimido CSS <QuasimidoCSS@xxxxxxxxxxxxx>
- Date: Wed, 24 Aug 2005 05:47:25 +0000 (UTC)
pleasegoawayforever@xxxxxxxxxxx in news:21u9g1hcpb9mla8l4ohn9g7gm5u6gke9tr@
4ax.com:
> I've still been following the newsgroup and checking every member URL
> I stumble across.
>
> It does seem to me that everyone talks the talk but doesn't walk the
> walk.
>
> What I mean is, it seems that everyone here is saying that you should
> be able to do these things in CSS, but I can't see any examples in
> practice. I think I'm "holding out for a hero", but he just plain
> don't exist Am I nuts or am I nuts ? !!
if not, you will be :-)
> I just want to center a graphic and a logo on the same horizontal
> plane using CSS rather than tables or frames. Goodness gracious...is
> it that difficult ?
try a #wrapper-div width:99%; (allow total 1% for padding, border etc)
then inside the wrapper div,
text1-div 34.5%
imag-div 29.5%
text2-div 34.5% (sum widths 100% incl padding etc)
[close #wrapper-div 99% div]
> Everytime I see a site that looks like it's doing just what I wanna
> do, I check the source and discover they're using tables !
yep. lots of bigtime sites use tables .. google seems to be using some styles on beta
groups, but i think structure is still tables... ???
> Am I flogging a dead horse ?
>
> If I use tables, it's {likely} not scalable.
i thought % works fine for tables...
> If I don't use tables, I
> have to have the whole friggin' website hanging out in the left
> margin, indicating that I'm some kind of mental midget who doesn't
> know how to center things.
>
> Is there any winning at this game or is that really what it is...just
> a game ?
um :-)
.
- References:
- Re: Newbie having trouble centering text between 2 images
- From: pleasegoawayforever
- Re: Newbie having trouble centering text between 2 images
- Prev by Date: Re: CSS layout frustration
- Next by Date: Re: re children and inheritence
- Previous by thread: Re: Newbie having trouble centering text between 2 images
- Next by thread: Flexible Layout
- Index(es):
Relevant Pages
|