473,407 Members | 2,306 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,407 software developers and data experts.

Help! Inline Menu w/Padding Exceding DIV Container

I've been reading old posts and Googling all nite for solutions to my
problems, but I can't find any. I appreciate any help you can provide.

Here is the link to the problem web site:

http://fmp.freac.fsu.edu/Timeline/

These are the problems I can't solve:

- The padded list elements are taller than the containing div (note
the dark gray bar at the right). How can I fix this?

- The last list element (the red part) creates the right side of the
menu. It is supposed to stretch all the way to the right edge. How
can I do this?

- In Firefox, there is a 1 pixel space between the list indexes for
"Florida Photographic Collection" and "Online Classroom". I know these
problems are usually solved by removing newlines and other whitespace
characters, but I already have. How can I remove this?
If any of you wise people can advise me on how to fix some or all of
these issues, I promise to name my first-born child after you!

If I can't fix this, I'm gonna have to do it all in tables with spacer
gif's and javascript. Yuk!

Thanks!

-peter

Jul 21 '05 #1
16 3010
I'm still messing with the page, so here is safe copy that will allow
you to see the problem without my ongoing debuggin and testing:

http://fmp.freac.fsu.edu/Timeline/sample.cfm

Thanks again!

-peter

Jul 21 '05 #2
Els
go****@warcode.com wrote:
Here is the link to the problem web site:

http://fmp.freac.fsu.edu/Timeline/
So I see - let me guess: Dreamweaver?
These are the problems I can't solve:
[snip problems]

I saw more problems than you just mentioned.
How about you first get a valid document?
Meaning: start with a doctype, then get to the html, and put the
stylebits into the head. Check with the validator before you post the
URL again - it's no use trying to find your errors when the basics are
already wrong.
If any of you wise people can advise me on how to fix some or all of
these issues, I promise to name my first-born child after you!
No need for such promises..
If I can't fix this, I'm gonna have to do it all in tables with spacer
gif's and javascript. Yuk!


No need for such threats either ;-)
(You already carried out the table part of the threat anyway)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 21 '05 #3
Els
go****@warcode.com wrote:
I'm still messing with the page, so here is safe copy that will allow
you to see the problem without my ongoing debuggin and testing:

http://fmp.freac.fsu.edu/Timeline/sample.cfm


It isn't any better than the first URL - still the same problems (I
don't mean the ones you mentioned).
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 21 '05 #4
Depending on when you looked at it, it shouldn't have looked any
different.

Anyway, here is the sample page again, but now I have stripped out all
but the problematic code:

http://fmp.freac.fsu.edu/Timeline/sample.cfm

I should have done this in the first place - sorry!

Thanks again for any help you can offer.

-peter

Jul 21 '05 #5
OK, I believe I've solved most of my problems now. Check out this
additional sample page to see how far I've gotten:

http://fmp.freac.fsu.edu/Timeline/sample2.cfm

How do I make the red part stretch all the way to the right?

No width tricks seem to work. I'm wondering if the solution is to
actually the float the menu to the left of a new DIV that will contain
the red area with the white line underneath.

Any thoughts?

Thanks!

-peter

Jul 21 '05 #6
Els
go****@warcode.com wrote:
Depending on when you looked at it, it shouldn't have looked any
different.

Anyway, here is the sample page again, but now I have stripped out all
but the problematic code:

http://fmp.freac.fsu.edu/Timeline/sample.cfm

I should have done this in the first place - sorry!

Thanks again for any help you can offer.


I've now looked at your page 3 times.
Yes you've stripped out all of the code you weren't asking questions
about. And I can see the code if I first highlight all that's on the
page, and click 'view selection source'. Just trying to view source
gives me only <html><body></body></html>. Not a lot!

Anyway, you still haven't used a doctype, you still haven't validated
your code, I'm not gonna look again. I hope someone else with more
time on their hands will do that for you.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 21 '05 #7
Oh and I still have that 1 pixel gap between the "Florida Photographic
Collection" and "Online Classroom" menu items.

-peter

Jul 21 '05 #8
I appreciate you looking at my page 3 times, but I'm a bit confused by
your comments.

First of all, I am able to view source in both Firefox and Internet
Explorer. What browser are you using?

Second, according to the W3C CSS Validator, my page does validate:

http://jigsaw.w3.org/css-validator/v...ne/sample2.cfm

Thanks for your help!

-peter

Jul 21 '05 #9
Els
go****@warcode.com wrote:
I appreciate you looking at my page 3 times, but I'm a bit confused by
your comments.
:-(
First of all, I am able to view source in both Firefox and Internet
Explorer. What browser are you using?
An older version of Firefox. I was looking at sample.cfm, not
sample2.cfm btw, not sure if that makes any difference.
Second, according to the W3C CSS Validator, my page does validate:

http://jigsaw.w3.org/css-validator/v...ne/sample2.cfm


It validates as CSS! That's only the style part of your document.
I'm talking HTML. Without a doctype, all kinds of problems may arise,
so please use this validator to validate the HTML:
http://validator.w3.org/
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 21 '05 #10
You know you can upgrade Firefox for free, right? Not sure why you're
giving advice to people on web stuff when you're not using a current
browser.

Anyway, the page now validates as valid html and the same problems are
still there:

http://fmp.freac.fsu.edu/Timeline/sample2.cfm

Are you ready to start making suggestions to fix my problems yet?

Thanks for all your help!

-peter

Jul 21 '05 #11
go****@warcode.com wrote:
Are you ready to start making suggestions to fix my problems yet?


Fix the font size so I can read it. Change the 0.6em to 100%, then
everyone can read it. Drop Verdana, too.

BTW, learn to quote the message you are replying to. Thanks.

--
-bts
-This space intentionally left blank.
Jul 21 '05 #12
> Fix the font size so I can read it. Change the 0.6em to
100%, then everyone can read it. Drop Verdana, too.
Done.
BTW, learn to quote the message you are replying to.
Thanks.


How's this? Using Google to post and it doesn't auto-quote.

Any suggestions for my problems? Just to remind everyone, I want to
make the red part stretch all the way to the right.

No width tricks seem to work. I'm wondering if the solution is to
actually the float the menu to the left of a new DIV that will contain
the red area with the white line underneath.

Thanks for all your help!

-peter

Jul 21 '05 #13
Fix the font size so I can read it. Change the 0.6em to 100%, then
everyone can read it. Drop Verdana, too.


drop Verdana? what do you suggest as alternative?

Jul 21 '05 #14
Lou Cross wrote:
Fix the font size so I can read it. Change the 0.6em to 100%,
then everyone can read it. Drop Verdana, too.


drop Verdana? what do you suggest as alternative?


Verdana is too large a font. It makes authors set unrealistic sizes
such as the 0.6em above, rather than adjust their own browsers.

I use the following on my sites:

body {
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 100%; /* Override IE bug */
}

Trebuchet MS is pretty nice for a high percentage of Windows users,
and always use a fallback generic, which the OP had also left out.

--
-bts
-This space intentionally left blank.
Jul 21 '05 #15
"Lou Cross" <lo*******@gmail.com> wrote:
Fix the font size so I can read it. Change the 0.6em to 100%, then
everyone can read it. Drop Verdana, too.


drop Verdana? what do you suggest as alternative?


Almost anything.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 21 '05 #16
Els
go****@warcode.com wrote:
You know you can upgrade Firefox for free, right?
Yes, I've got Firefox 1.0, Firefox 0.8 and Firebird 0.6.
Not sure why you're
giving advice to people on web stuff when you're not using a current
browser.
How about "not all your visitors will have the newest browser, every
web author should make their site accessible to all visitors, not just
those with the latest versions."

My personal reason to use Firebird: it shows me errors that play up in
other browsers too. When I make a web site, I test in all new /and/
old browsers.
Anyway, the page now validates as valid html
Congrats ;-)
and the same problems are
still there:

http://fmp.freac.fsu.edu/Timeline/sample2.cfm

Are you ready to start making suggestions to fix my problems yet?
I was out today, am ready now :-)
Thanks for all your help!


no problem:
http://locusmeus.com/test/warcode.html
Maybe you'll want to use &nbsp; between words inside tabs, looks a bit
weird otherwise when it wraps.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 21 '05 #17

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

Similar topics

21
by: Dave | last post by:
After following Microsofts admonition to reformat my system before doing a final compilation of my app I got many warnings/errors upon compiling an rtf file created in word. I used the Help...
4
by: Sarir Khamsi | last post by:
Is there a way to get help the way you get it from the Python interpreter (eg, 'help(dir)' gives help on the 'dir' command) in the module cmd.Cmd? I know how to add commands and help text to...
2
by: Sudheer Kareem | last post by:
Dear All Please tell me how to assosiate help files with my Vb.net Project. Regards Sudheer
6
by: wukexin | last post by:
Help me, good men. I find mang books that introduce bit "mang header files",they talk too bit,in fact it is my too fool, I don't learn it, I have do a test program, but I have no correct doing...
6
by: d.warnermurray | last post by:
I am doing a project for school that involves creating help files for a html authoring tool. If you could help me with answers to some questions it would really help. 1. What tasks do you expect...
3
by: Colin J. Williams | last post by:
Python advertises some basic service: C:\Python24>python Python 2.4.1 (#65, Mar 30 2005, 09:13:57) on win32 Type "help", "copyright", "credits" or "license" for more information. >>> With...
7
by: Corepaul | last post by:
Missing Help Files When I enter "recordset" as the keyword and search the Visual Basic Help index, I get many topics of interest in the resulting list. But there isn't any information available...
5
by: Steve | last post by:
I have written a help file (chm) for a DLL and referenced it using Help.ShowHelp My expectation is that a developer using my DLL would be able to access this help file during his development time...
10
by: JonathanOrlev | last post by:
Hello everybody, I wrote this comment in another message of mine, but decided to post it again as a standalone message. I think that Microsoft's Office 2003 help system is horrible, probably...
1
by: trunxnirvana007 | last post by:
'UPGRADE_WARNING: Array has a new behavior. Click for more: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="9B7D5ADD-D8FE-4819-A36C-6DEDAF088CC7"' 'UPGRADE_WARNING: Couldn't resolve...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.