473,385 Members | 1,397 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,385 software developers and data experts.

How Do I Stretch Formatted Inline Menu To 100%?

Check out this sample:

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

Due to the design requirements, I need to stretch that red part on the
right all the way to the right edge, but I can't figure out how to do
it. Background image won't cut it because when you resize the text, it
messes it up. I can't put a border on the overall container, because
then that cuts through the "tab" indicating the current section of the
web site.

Any thoughts?

Thanks!

-peter

Jul 21 '05 #1
2 1935
go****@warcode.com wrote:
Check out this sample:

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

Due to the design requirements, I need to stretch that red part on the
right all the way to the right edge, but I can't figure out how to do
it. Background image won't cut it because when you resize the text, it
messes it up. I can't put a border on the overall container, because
then that cuts through the "tab" indicating the current section of the
web site.

Any thoughts?

Thanks!

-peter


see if this works for you

#navcontainer li.clearRight
{
float: none;
display: block;

gl
martin!
Jul 21 '05 #2
Martin! wrote:
go****@warcode.com wrote:
Check out this sample:

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

Due to the design requirements, I need to stretch that red part on the
right all the way to the right edge, but I can't figure out how to do
it. Background image won't cut it because when you resize the text, it
messes it up. I can't put a border on the overall container, because
then that cuts through the "tab" indicating the current section of the
web site.

Any thoughts?

Thanks!

-peter


see if this works for you

#navcontainer li.clearRight
{
float: none;
display: block;


Works, but looks kind of weird when you reduce the sceen size or on a
lower screen resolution. You can also try with these modifications instead:

#navcontainer
add: background-color:#CC0000;

#navcontainer li.clearRight
delete: border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;

--
Gus
Jul 21 '05 #3

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

Similar topics

4
by: The Roys | last post by:
Hi I have a textbox which displays a formatted numeric. eg: 100,000 When I retreive this value for calculations, it is valued at 100 eg: calc = val(txtbox) * 2 calc will equal 200, not...
1
by: Desigan Chinniah | last post by:
I am presently trying to display a list of items INLINE using an image as a seperator..... and having difficulties.... See below for 3 seperate sets of html and css files. Each set does something...
8
by: John Smith | last post by:
In Mozilla/Netscape, is it possible to make a DIV stretch the length of a page ithout resorting to the "repeat background image" trick? Thank you!
2
by: Jackson Yap | last post by:
can someone kind enough to help me look at the attached html and js file? Why is it that the javascript menu could not work at www.apchosting.net but could work at...
4
by: txican | last post by:
the HTML is: ---------------------------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html> <head> <title>foo</title>...
3
by: Depika | last post by:
I have created a design and although in firefox it looks as desired in IE the horizontal menu is acting weird. The first element of the inline list menu has no left padding and as a result the...
1
by: Ufit | last post by:
I have a problem with displaying controls in placeholder that in turn is place in the mid cell of the table. When I run IE the table doesn't stretch properly even if I set width and ht to 100% Now...
1
by: proplady | last post by:
I've had this menu for some time, and periodically make changes. I've made some changes now (just some menu items), and the menu will not show up on my webpages. I know it's something simple,...
1
by: dutchguy | last post by:
Hi there. I've searched the forum but could find what I was looking for. I have a tree column site. The 3 columns are in an outer div. I would like that the outer div (and the other 2 divs) to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.