473,659 Members | 2,671 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

[Slightly OT] OMG I cant remember! (html)

Lo all,

This is rather embarrassing... .

I am having some difficulties with an html table...

I have...

1 left nav bar which spans 2 rows to the right - these are used for
horizontal navigation (top), and main content (bottom).

I have used this many times before and everythings been ok because the
content has always exceed the length of the nav bar thus gragging the left
<td> down with it - bingo - all looks neat!

Now this time I'm in the other situation - where the content for the left
nav is longer than the content in the main body....so I have initially both
rows on the right center between the top and bottom of the left nav - not a
biggy, just add an valign="top" - ok - but how am I going to stretch out the
main content row so that it always is as long as the nav bar on the left?

---- ------------
| | | nav |
| | ------------
| | ------------
| | | |
| | | |
| | | main |
| | | |
| | ------------
| | white gap!
----
That kinda represents the problem (assuming it doesnt all go tits up when
posted!

In addition - I want the left bar to be split into 3 rows - one at the top -
where the vertical nav will live, 1 at the bottom where an image will live,
and a space in the middle....the middle one must be the only one which will
'stretch' if the rows on the right increase in size....the image must stay
at the bottom on the left, and the nav at the top.....

------------------------------
| navigation |
| |
| |
|-----------------------------|
| |
| variable |
| |
| |
|-----------------------------|
| |
| |
| image |
------------------------------
Hopefully that'll represent that one....

If anyone can offer some suggestions (or better still a small html example)
I would be very grateful....fee ling a bit ashamed to even ask this!

Regards

Rob

Jul 19 '05 #1
4 1524
"Rob Meade" wrote in message
news:G0******** *************@n ews-text.cableinet. net...
: I am having some difficulties with an html table...
: 1 left nav bar which spans 2 rows to the right - these are used for
: horizontal navigation (top), and main content (bottom).
:
: I have used this many times before and everythings been ok because the
: content has always exceed the length of the nav bar thus gragging the left
: <td> down with it - bingo - all looks neat!
:
: Now this time I'm in the other situation - where the content for the left
: nav is longer than the content in the main body....so I have initially
both
: rows on the right center between the top and bottom of the left nav - not
a
: biggy, just add an valign="top" - ok - but how am I going to stretch out
the
: main content row so that it always is as long as the nav bar on the left?
:
: ---- ------------
: | | | nav |
: | | ------------
: | | ------------
: | | | |
: | | | |
: | | | main |
: | | | |
: | | ------------
: | | white gap!
: ----
:
:
: That kinda represents the problem (assuming it doesnt all go tits up when
: posted!
:
: In addition - I want the left bar to be split into 3 rows - one at the
top -
: where the vertical nav will live, 1 at the bottom where an image will
live,
: and a space in the middle....the middle one must be the only one which
will
: 'stretch' if the rows on the right increase in size....the image must stay
: at the bottom on the left, and the nav at the top.....
:
: ------------------------------
: | navigation |
: | |
: | |
: |-----------------------------|
: | |
: | variable |
: | |
: | |
: |-----------------------------|
: | |
: | |
: | image |
: ------------------------------
:
: Hopefully that'll represent that one....
:
: If anyone can offer some suggestions (or better still a small html
example)
: I would be very grateful....fee ling a bit ashamed to even ask this!

I'd love to help but... It's OT for an ASP NG. HTML is client-side.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #2
"Roland Hall" wrote ...
I'd love to help but... It's OT for an ASP NG. HTML is client-side.


As I suspected....(h ence marking it so) - it is being used in a dynamically
ASP driven website if that scores me any points :o)

Cheers anyway..

Rob
Jul 19 '05 #3
CJM
Post some sample code and an explanation to:

comp.infosystem s.www.authoring.html

CJM

"Rob Meade" <ro********@N O-SPAM.kingswoodw eb.net> wrote in message
news:G0******** *************@n ews-text.cableinet. net...
Lo all,

This is rather embarrassing... .

I am having some difficulties with an html table...

I have...

1 left nav bar which spans 2 rows to the right - these are used for
horizontal navigation (top), and main content (bottom).

I have used this many times before and everythings been ok because the
content has always exceed the length of the nav bar thus gragging the left
<td> down with it - bingo - all looks neat!

Now this time I'm in the other situation - where the content for the left
nav is longer than the content in the main body....so I have initially both rows on the right center between the top and bottom of the left nav - not a biggy, just add an valign="top" - ok - but how am I going to stretch out the main content row so that it always is as long as the nav bar on the left?

---- ------------
| | | nav |
| | ------------
| | ------------
| | | |
| | | |
| | | main |
| | | |
| | ------------
| | white gap!
----
That kinda represents the problem (assuming it doesnt all go tits up when
posted!

In addition - I want the left bar to be split into 3 rows - one at the top - where the vertical nav will live, 1 at the bottom where an image will live, and a space in the middle....the middle one must be the only one which will 'stretch' if the rows on the right increase in size....the image must stay
at the bottom on the left, and the nav at the top.....

------------------------------
| navigation |
| |
| |
|-----------------------------|
| |
| variable |
| |
| |
|-----------------------------|
| |
| |
| image |
------------------------------
Hopefully that'll represent that one....

If anyone can offer some suggestions (or better still a small html example) I would be very grateful....fee ling a bit ashamed to even ask this!

Regards

Rob

Jul 19 '05 #4
"Rob Meade" wrote in message news:Ob******** ******@TK2MSFTN GP10.phx.gbl...
: "Roland Hall" wrote ...
:
: > I'd love to help but... It's OT for an ASP NG. HTML is client-side.
:
: As I suspected....(h ence marking it so) - it is being used in a
dynamically
: ASP driven website if that scores me any points :o)

Since it's only wrapped in ASP, probably not but if you post it to
microsoft.publi c.inetsdk.html_ authoring, I would try to help. I am a little
unclear on the issue exactly and the diagram doesn't mix with what I read so
I'm not sure if it's due to the NG format adjusting that or not. It appears
you're trying to keep your table from modifying it's format so it doesn't
create multiple lines where you want single lines. Perhaps a link to a real
drawing would help and possible some relevant code.

BTW...I've set the followup to m.p.inetsdk.htm l_authoring.

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #5

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

Similar topics

16
1271
by: Jason Heyes | last post by:
class Point { double x, y; public: Point(double x_, double y_) : x(x_), y(y_) { } double get_x() const { return x; } double get_y() const { return y; }
36
2842
by: Hoopster | last post by:
Hello, I know nothing about C++ but want to get started. Is there any good free C++ program that I can try to see if I like programming? I also need a good free compiler. I don't want to purchased the regular VB C++ until I know that I will like it.
375
17900
by: rkusenet | last post by:
This article is very bleak about future of DB2. How credible is the author. http://www.eweek.com/article2/0,1895,1839681,00.asp
13
1556
by: MLH | last post by:
I want to find a printer that will accept a print-stream from a database app JUST for time/date stamping on inbound documents received at a law office. The printer would have no paper tray, labels or other paper source. It would work something like an employee time-card machine. Legal secretary logged in at particular workstation running the dbase app simply clicks a button launching procedure in app that will send print stream to the...
3
420
by: jrhoads23 | last post by:
If you look at a standard Button in a .NET Windows Forms app, you will notice its default BackColor is "Control" and it has a 3D raised border which is 2 pixels wide. The outer edge on the left and top is "ControlLightLight" color and the inner edge on the left and top is "ControlLight". The outer edge on the right and bottom is "ControlDarkDark" and the inner edge on the right and bottom is "ControlDark". All of these colors are defined...
3
1172
by: VB Programmer | last post by:
I have a server that is running Windows Server 2003. My web page is trying to create a file in the C:\inetpub\wwwroot\MyWeb\Secured directory. When it tries to create/write the file it gets this error: Access to the path "C:\inetpub\wwwroot\MyWeb\Secured\AsciiInfo.pwa" is denied. I think it's a permissions issue in either IIS or Server 2k3. But, I'm not
9
2219
by: AFN | last post by:
I was just dropped into someone else's code (isn't that always so fun?). I can't figure out why a custom validation control's server event function is executing. There is nothing (that I see) in page_load, or elsewhere, that says page.validate, no control says "causesvalidation=true", and the AutoEventWireup is set to false. So I would think that the control's server event function would NOT execute, but it does execute right after...
1
1535
by: John | last post by:
Dear, We have 2 IIS server on win2000. we use the web server for upload file from server1 IIS to server2 IIS. We can connect from IIS1 to IIS2 success but the file unable to upload with below message. Would u help? If FileUpload_TXT.PostedFile.ContentLength = 0 Then Panel_FileInfo.Visible = False Exit Sub Else
27
1825
by: Smithers | last post by:
Until now I have worked on small teams (1-3 developers) and we've been able to stay out of each others way. Now I'm about to start work on a project that will have 5 developers. I would appreciate some guidance on how we can proceed to develop without having to worry about "who is working on what files". We're developing with SQL Server 2005, VS 2005 Pro (no way management is going to spring for the $10,000 team edition for everybody),...
4
1775
by: Simon Brooke | last post by:
There is no need to respond to this post. There is, in fact, no possible helpful response to this post. I just needed to tear my hair in public... I have a site I wrote for a customer four years ago. Recently, the customer upgraded their browser (probably on an automatic upgrade) to Internet Explorer 7, and phoned me up to say the site was broken. The site is 'broken', because IE 7 loses a band about 1em high across the top of the page;...
0
8427
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8850
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8746
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8523
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8626
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7355
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6178
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
1975
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.