473,396 Members | 1,891 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

CSS Problem!

Hello

Can anyone figure out how I can make my page work correctly -
http://www.bangor.ac.uk/~absc04/nwetp/dev_02.htm

The problem is that the CSS Dropdown list/menu is clashing with the
text in a separate <div> container.

HELP!!

Thanks
Chris
Jul 20 '05 #1
11 1876
In article Chris wrote:
Hello

Can anyone figure out how I can make my page work correctly -
http://www.bangor.ac.uk/~absc04/nwetp/dev_02.htm

The problem is that the CSS Dropdown list/menu is clashing with the
text in a separate <div> container.
Well, I can't see that problem using Opera 7.22. I see problem in that
content starts only at 3/4 way down on page. Maybe you meaned that?

Please describe better what you want to archieve, and what is the
problem, and in what browser the latter.
HELP!!


I sure hope this is just some copy pasted half implemention, as it is not
at all as accessible as it says. It doen't pass A-level WGAG, doesn't
validate. Your CSS has lots of no good stuff.
--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

Jul 20 '05 #2
Chris wrote on 17 nov 2003 in comp.infosystems.www.authoring.stylesheets:
Can anyone figure out how I can make my page work correctly -
http://www.bangor.ac.uk/~absc04/nwetp/dev_02.htm

The problem is that the CSS Dropdown list/menu is clashing with the
text in a separate <div> container.


add a z-index to:

#menuList ul {
margin: 0px;
padding: 0px;
z-index:1000;
}
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 20 '05 #3
Thanks, I will try this. My pages pass BOBBY Priority 1, 2 and 3 - and
work very well in Screen readers such as LYNX - they are accessible!!

C
"Evertjan." <ex**************@interxnl.net> wrote in message news:<Xn********************@194.109.133.29>...
Chris wrote on 17 nov 2003 in comp.infosystems.www.authoring.stylesheets:
Can anyone figure out how I can make my page work correctly -
http://www.bangor.ac.uk/~absc04/nwetp/dev_02.htm

The problem is that the CSS Dropdown list/menu is clashing with the
text in a separate <div> container.


add a z-index to:

#menuList ul {
margin: 0px;
padding: 0px;
z-index:1000;
}

Jul 20 '05 #4
ab****@bangor.ac.uk (Chris) writes:
Can anyone figure out how I can make my page work correctly -
http://www.bangor.ac.uk/~absc04/nwetp/dev_02.htm

Doesn't validate. I assume this is something you've broken recently,
since it claims to and it's only a single error.
Thanks, I will try this. My pages pass BOBBY Priority 1, 2 and 3 - and
work very well in Screen readers such as LYNX - they are accessible!!


Lynx isn't a screen reader, it's a text browser. Unless there's a
screen reader by the same name that I'm not aware of.

Incidentally, passing the automatic Bobby checks doesn't guarantee
accessibility by a long way - though most of the checks will be steps
in the right direction if passed. By and large the page _is_
accessible, though.

http://www.cs.tut.fi/~jkorpela/www/acctools.html is worth reading on
browser stuff.

There's some more accessibility checking tools linked to from
http://www.dur.ac.uk/its/services/we...ibility/tools/
(though I need to update the advice on installing IE)

--
Chris
Jul 20 '05 #5
In article Chris wrote:
Thanks, I will try this. My pages pass BOBBY Priority 1, 2 and 3 - and
work very well in Screen readers such as LYNX - they are accessible!!


Can you find this text in that image without seeing image: "Community
University of North Wales"? (it's longer but I don't bother retype more,
as text is not available as text anywhere in
http://www.bangor.ac.uk/~absc04/nwetp/dev_02.htm). So you are hiding this
text from people not viewing images. That is against A-level. Bobby
doesn't spot this as it can't know that you are using background image in
CSS for content. Exept that there is spot where it states that "Is
content accessible whitout CSS" etc, that you have to answer yourself. If
you lie to Bobby, it can't tell you truth.

But they don't work on my browser if I disable images, or use narrow
window. They are invalid, even if there is valid XHTML logo on bottom.
Lynx is not screen reader. Accessibility is not only about blind, deaf or
otherwise disabled, but for everybody else too. Text in that image that
is not shown, is so small that practicaly no-one with high dpi screen is
able to read it. Good thing I had low res screen.

Bobby is just tool. It won't really do anything good, if you don't know
what it is and how to use it. It even includes serious flaws (google
back), as well as does WGAG (language markup etc.). You have pixel widths
in your CSS for font size. They might prevent people using high dpi to
read pages. You use fixed width, so I can't read your page. Opera SSR
doesn't find that image either, and it is only way to access net in many
devices. Links and lynx also misses information that is available in only
image mode. This fails bobbys subjective test.

Notice that this message looks like normal message, but is harder to
understand as sentences are not in logical order. No automatic too can
check that. (No, that was not problem with your site. Yes, real reason
for that was not demonstrating. )

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

Jul 20 '05 #6
Hmmm - your site isnt perfect either at http://www.student.oulu.fi/~laurirai/

It validates just like mine pal - so whats your point?

And the CSS does what I want it to do - and it validates!

Nuff said
Lauri Raittila <la***@raittila.cjb.net> wrote in message news:<MP************************@news.cis.dfn.de>. ..
In article Chris wrote:
Hello

Can anyone figure out how I can make my page work correctly -
http://www.bangor.ac.uk/~absc04/nwetp/dev_02.htm

The problem is that the CSS Dropdown list/menu is clashing with the
text in a separate <div> container.


Well, I can't see that problem using Opera 7.22. I see problem in that
content starts only at 3/4 way down on page. Maybe you meaned that?

Please describe better what you want to archieve, and what is the
problem, and in what browser the latter.
HELP!!


I sure hope this is just some copy pasted half implemention, as it is not
at all as accessible as it says. It doen't pass A-level WGAG, doesn't
validate. Your CSS has lots of no good stuff.

Jul 20 '05 #7
Top posting fixed.

How am I supposed to post my replies in a newsgroup?:
http://allmyfaqs.com/faq.pl?How_to_post

Chris wrote:
http://www.bangor.ac.uk/~absc04/nwetp/dev_02.htm
Lauri Raittila <la***@raittila.cjb.net> wrote in message
news:<MP************************@news.cis.dfn.de>. ..
I sure hope this is just some copy pasted half implemention, as
it is not at all as accessible as it says. It doen't pass A-level
WGAG, doesn't validate. Your CSS has lots of no good stuff.

Chris wrote: your site isnt perfect either at
http://www.student.oulu.fi/~laurirai/

It validates
Yes, it does.
just like mine pal
No, yours does not. Missing an LI tag.
And the CSS does what I want it to do - and it validates!


You mean you wanted to make micro fonts that I have no hope of reading?

--
Brian
follow the directions in my address to email me

Jul 20 '05 #8
In article Chris wrote:
Hmmm - your site isnt perfect either at http://www.student.oulu.fi/~laurirai/
True. And I don't say that it is. I'm constantly working on it, instead
of thinking it would be perfect. I have never seen webpage that I could
not find 25 lines of problems, and my own certainly aren't exeption.

But, it doesn't have any images with text in them, exept those stupid
Bobby, Valid HTML and Valid CSS buttons on
http://www.student.oulu.fi/~laurirai/tietoja.html
- must get rid of them, even if they have good alt texts.
It validates just like mine pal - so whats your point?
Yours didn't validate. Try it yourself.
And the CSS does what I want it to do - and it validates!
Gee, CSS validates. Too bad that it has nothing to do with accessibility.
In fact, incorrect CSS is about as likely to cause better than worse
accessibility.
Nuff said


Yes. No need to answer.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

Jul 20 '05 #9
Such an expert then! Okay, can you work out the dropdown menu problem
then? And answer my original question...over to you - EXPERT!
Lauri Raittila <la***@raittila.cjb.net> wrote in message news:<MP***********************@news.cis.dfn.de>.. .
In article Chris wrote:
Hmmm - your site isnt perfect either at http://www.student.oulu.fi/~laurirai/


True. And I don't say that it is. I'm constantly working on it, instead
of thinking it would be perfect. I have never seen webpage that I could
not find 25 lines of problems, and my own certainly aren't exeption.

But, it doesn't have any images with text in them, exept those stupid
Bobby, Valid HTML and Valid CSS buttons on
http://www.student.oulu.fi/~laurirai/tietoja.html
- must get rid of them, even if they have good alt texts.
It validates just like mine pal - so whats your point?


Yours didn't validate. Try it yourself.
And the CSS does what I want it to do - and it validates!


Gee, CSS validates. Too bad that it has nothing to do with accessibility.
In fact, incorrect CSS is about as likely to cause better than worse
accessibility.
Nuff said


Yes. No need to answer.

Jul 20 '05 #10
Chris wrote:

Lauri Raittila <la***@raittila.cjb.net> wrote in message news:<MP***********************@news.cis.dfn.de>.. .
In article Chris wrote:
Hmmm - your site isnt perfect either at http://www.student.oulu.fi/~laurirai/


True. And I don't say that it is. I'm constantly working on it, instead
of thinking it would be perfect. I have never seen webpage that I could
not find 25 lines of problems, and my own certainly aren't exeption.

But, it doesn't have any images with text in them, exept those stupid
Bobby, Valid HTML and Valid CSS buttons on
http://www.student.oulu.fi/~laurirai/tietoja.html
- must get rid of them, even if they have good alt texts.

It validates just like mine pal - so whats your point?


Yours didn't validate. Try it yourself.

And the CSS does what I want it to do - and it validates!


Gee, CSS validates. Too bad that it has nothing to do with accessibility.
In fact, incorrect CSS is about as likely to cause better than worse
accessibility.

Nuff said


Yes. No need to answer.


Such an expert then! Okay, can you work out the dropdown menu problem
then? And answer my original question...over to you - EXPERT!


Why should he solve CSS problems for an agressive and arrogant person
like you that obviously doesn't want to learn something? There are far
more rewarding problems to solve.
Matthias

Jul 20 '05 #11
:)


Matthias Gutfeldt <sa************@gmx.net> wrote in message news:<bp*************@ID-16734.news.uni-berlin.de>...
Chris wrote:

Lauri Raittila <la***@raittila.cjb.net> wrote in message news:<MP***********************@news.cis.dfn.de>.. .
In article Chris wrote:

Hmmm - your site isnt perfect either at http://www.student.oulu.fi/~laurirai/

True. And I don't say that it is. I'm constantly working on it, instead
of thinking it would be perfect. I have never seen webpage that I could
not find 25 lines of problems, and my own certainly aren't exeption.

But, it doesn't have any images with text in them, exept those stupid
Bobby, Valid HTML and Valid CSS buttons on
http://www.student.oulu.fi/~laurirai/tietoja.html
- must get rid of them, even if they have good alt texts.
It validates just like mine pal - so whats your point?

Yours didn't validate. Try it yourself.
And the CSS does what I want it to do - and it validates!

Gee, CSS validates. Too bad that it has nothing to do with accessibility.
In fact, incorrect CSS is about as likely to cause better than worse
accessibility.
Nuff said

Yes. No need to answer.

>
> Such an expert then! Okay, can you work out the dropdown menu problem
> then? And answer my original question...over to you - EXPERT!


Why should he solve CSS problems for an agressive and arrogant person
like you that obviously doesn't want to learn something? There are far
more rewarding problems to solve.
Matthias

Jul 20 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Kostatus | last post by:
I have a virtual function in a base class, which is then overwritten by a function of the same name in a publically derived class. When I call the function using a pointer to the derived class...
117
by: Peter Olcott | last post by:
www.halting-problem.com
18
by: Ian Stanley | last post by:
Hi, Continuing my strcat segmentation fault posting- I have a problem which occurs when appending two sting literals using strcat. I have tried to fix it by writing my own function that does the...
28
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A base class... BaseClass bc = new ChildClass();...
6
by: Ammar | last post by:
Dear All, I'm facing a small problem. I have a portal web site, that contains articles, for each article, the end user can send a comment about the article. The problem is: I the comment length...
16
by: Dany | last post by:
Our web service was working fine until we installed .net Framework 1.1 service pack 1. Uninstalling SP1 is not an option because our largest customer says service packs marked as "critical" by...
2
by: Mike Collins | last post by:
I cannot get the correct drop down list value from a drop down I have on my web form. I get the initial value that was loaded in the list. It was asked by someone else what the autopostback was...
0
by: =?Utf-8?B?am8uZWw=?= | last post by:
Hello All, I am developing an Input Methop (IM) for PocketPC / Windows Mobile (PPC/WM). On some devices the IM will not start. The IM appears in the IM-List but when it is selected from the...
1
by: sherifbk | last post by:
Problem description ============== - I have 4 clients and 1 server (SQL server) - 3 clients are Monitoring console 1 client is operation console - Monitoring console collects some data from...
9
by: AceKnocks | last post by:
I am working on a framework design problem in which I have to design a C++ based framework capable of solving three puzzles for now but actually it should work with a general puzzle of any kind and I...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.