Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / CSS / July 2005



Tip: Looking for answers? Try searching our database.

vertical align images in div

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
A.Translator - 17 Jul 2005 15:28 GMT
From what I read, aligning images vertically in a div is not easy. It
proofed too difficult for me:
I tried to align the "control buttons" on the right hand side of the
main nav bar by vertically alignign the container div (#playPanel)to
"middle" - but it is no good.

Can someone please point me in the right direction?
I would be very grateful.

Signature

Groet,
Adriana
[ gooi de vuilnis weg als je me wilt mailen ]

A.Translator - 17 Jul 2005 15:37 GMT
A.Translator schreef op 17-7-2005
> From what I read, aligning images vertically in a div is not easy. It
> proofed too difficult for me:
> I tried to align the "control buttons" on the right hand side of the
> main nav bar by vertically alignign the container div (#playPanel)to
> "middle" - but it is no good.

> Can someone please point me in the right direction?
> I would be very grateful.

Oops. the URL: http://www.xs4all.nl/~hogen/MenNew/biblio.htm#

Signature

Groet,
Adriana
[ gooi de vuilnis weg als je me wilt mailen ]

Spartanicus - 17 Jul 2005 17:46 GMT
>> From what I read, aligning images vertically in a div is not easy. It
>> proofed too difficult for me:
[quoted text clipped - 6 lines]
>
>Oops. the URL: http://www.xs4all.nl/~hogen/MenNew/biblio.htm#

Vertical align them to what? The buttons barely fit into the navbar.

Signature

Spartanicus

A.Translator - 17 Jul 2005 18:28 GMT
Spartanicus schreef op 17-7-2005
>>> From what I read, aligning images vertically in a div is not easy.
>>> It
[quoted text clipped - 9 lines]
>>  
>> Oops. the URL: http://www.xs4all.nl/~hogen/MenNew/biblio.htm#

> Vertical align them to what? The buttons barely fit into the navbar.

that is right, but I would like the buttons to be vertically aligned
when the pages gets resized. Now the seem to cling to the top.
Thanks for your quick response.

Signature

Groet,
Adriana
[ gooi de vuilnis weg als je me wilt mailen ]

Spartanicus - 17 Jul 2005 21:21 GMT
>>>> From what I read, aligning images vertically in a div is not easy.
>>>> It
[quoted text clipped - 14 lines]
>that is right, but I would like the buttons to be vertically aligned
>when the pages gets resized. Now the seem to cling to the top.

No idea what you are talking about, the page rigidly stays at it's fixed
width when I change the viewport width.

Signature

Spartanicus

A.Translator - 17 Jul 2005 21:54 GMT
Spartanicus schreef op 17-7-2005
>>>>  
>>>> Oops. the URL: http://www.xs4all.nl/~hogen/MenNew/biblio.htm#
[quoted text clipped - 4 lines]
>> aligned
>> when the pages gets resized. Now the seem to cling to the top.

> No idea what you are talking about, the page rigidly stays at it's
> fixed > width when I change the viewport width.

That would be nice, but when zooming in in FF, I get this:
http://www.xs4all.nl/~hogen/voorbeeld/ .

Now see what I mean?

Signature

Groet,
Adriana
[ gooi de vuilnis weg als je me wilt mailen ]

Spartanicus - 17 Jul 2005 22:36 GMT
>>> that is right, but I would like the buttons to be vertically
>>> aligned
[quoted text clipped - 4 lines]
>
>That would be nice

Fixed width page designs are not nice, quite the contrary.

>, but when zooming in in FF

"when the pages gets resized" suggests something else than text zooming.

>I get this:
>http://www.xs4all.nl/~hogen/voorbeeld/ .
>
>Now see what I mean?

A trivial control freakish "issue". Time better spent would be to solve
some real problems like making the design fluid, the over spilling menu
bar text, respecting the user's chosen font size, providing useful alt
content and not to rely on CSS (view the page sans CSS to see what I
mean).

Signature

Spartanicus

A.Translator - 17 Jul 2005 23:16 GMT
Spartanicus schreef op 17-7-2005
> "when the pages gets resized" suggests something else than text
> zooming.

You are right. I am not a native speaker of English and got mixed up
with the terminology.

>> I get this: >> http://www.xs4all.nl/~hogen/voorbeeld/ .
>> Now see what I mean?

> A trivial control freakish "issue". Time better spent would be to
> solve > some real problems like making the design fluid, the over
> spilling  menu> bar text, respecting the user's chosen font size,
> providing useful  alt> content and not to rely on CSS (view the page
> sans CSS to see what I mean).

Alt content is something I will add at a later stage. Now I am just
setting up the pages.

I will view the page sans CSS tomorrow to see what you mean (it is past
midnight here). I thought I was respecting the user's chosen font size:
body: font-size: 100%; but feel a bit like a bulldozer just ran over me
without respecting my amateur size.

Signature

Groet,
Adriana
[ gooi de vuilnis weg als je me wilt mailen ]

Spartanicus - 18 Jul 2005 01:29 GMT
>I thought I was respecting the user's chosen font size:
>body: font-size: 100%;

#maincontent {
>font-size: 0.85em;
line-height: 1.2em;
}

Btw, for normal text leave the line height alone.

#menubar {
>font-size: .8em;
}

#sidebar1 {
>font-size: 0.7em;
}

It's generally considered acceptable to reduce font size to no lower
than 80%/.8em for non essential content so as to focus attention to the
main content, but not for essential elements.

>but feel a bit like a bulldozer just ran over me
>without respecting my amateur size.

Welcome to usenet, post a url here and you may find that we will discuss
the problems with it. If that includes what you were asking about,
consider yourself lucky.

We don't raise these issues to put you down, but to draw your attention
to real problems.

Signature

Spartanicus

A.Translator - 18 Jul 2005 08:20 GMT
Spartanicus schreef op 18-7-2005
> It's generally considered acceptable to reduce font size to no lower
> than 80%/.8em for non essential content so as to focus attention to
> the  main content, but not for essential elements.

Thanks, I will bear that in mind.

>> but feel a bit like a bulldozer just ran over me
>> without respecting my amateur size.

> Welcome to usenet, post a url here and you may find that we will
> discuss  the problems with it. If that includes what you were asking
> about, consider yourself lucky.

It didn't: I asked about vertically aligning my 'buttons'. This you
called a trivial issue. I would still like to know how it is done.

> We don't raise these issues to put you down, but to draw your
> attention > to real problems.

I appreciate that. I am especially worried about "the over spilling
menu
bar text" since I do not know what you mean. I am trying to get things
right, not because I am a control freak but because I try to serve the
visitors as well as I can.

Signature

Groet,
Adriana
[ gooi de vuilnis weg als je me wilt mailen ]

Spartanicus - 18 Jul 2005 09:01 GMT
>> Welcome to usenet, post a url here and you may find that we will
>> discuss  the problems with it. If that includes what you were asking
>> about, consider yourself lucky.
>
>It didn't: I asked about vertically aligning my 'buttons'. This you
>called a trivial issue.

It is.

>I would still like to know how it is done.

http://www.student.oulu.fi/~laurirai/www/css/middle/

>I am especially worried about "the over spilling
>menu bar text" since I do not know what you mean.

http://homepage.ntlworld.com/spartanicus/overspill.png (Opera 8)

>I am trying to get things
>right, not because I am a control freak but because I try to serve the
>visitors as well as I can.

Your visitors care not one jot about this "issue". The other issues I
raised *are* likely to degrade the user experience.

Signature

Spartanicus

A.Translator - 18 Jul 2005 10:08 GMT
Spartanicus schreef op 18-7-2005
>> I am especially worried about "the over spilling
>> menu bar text" since I do not know what you mean.

> http://homepage.ntlworld.com/spartanicus/overspill.png (Opera 8)

Thank you! That is something I definitely want to remedy.

>> I am trying to get things >> right, not because I am a control freak
>> but because I try to serve  the >> visitors as well as I can.

> Your visitors care not one jot about this "issue". The other issues I
> raised *are* likely to degrade the user experience.

Thanks again. I did not know it was not an "issue".

Signature

Groet,
Adriana
[ gooi de vuilnis weg als je me wilt mailen ]

David Raven - 26 Jul 2005 09:39 GMT
> Your visitors care not one jot about this "issue". The other issues I
> raised *are* likely to degrade the user experience.

You would search long and hard to find a better contradiction of terms than
that! 8P
Stan Brown - 18 Jul 2005 02:18 GMT
>Alt content is something I will add at a later stage. Now I am just
>setting up the pages.

Sorry, but that's just wrong. My 30+ years of systems development
tells me that anything left "till later" never gets done.

Besides, it's common sense that the best time to write the alt text
is when you're putting the image into the page, because that's when
you're most aware of what purpose it serves.

Signature

Stan Brown, Oak Road Systems, Tompkins County, New York, USA
                                 http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator:      http://validator.w3.org/
CSS 2.1 spec:   http://www.w3.org/TR/CSS21/
validator:      http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
   http://diveintomark.org/archives/2003/05/05/why_we_wont_help_you

A.Translator - 18 Jul 2005 08:20 GMT
Stan Brown schreef op 18-7-2005
>> Alt content is something I will add at a later stage. Now I am just
>> setting up the pages.

> Sorry, but that's just wrong. My 30+ years of systems development
> tells me that anything left "till later" never gets done.

Not here.

Signature

Groet,
Adriana
[ gooi de vuilnis weg als je me wilt mailen ]

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.