473,396 Members | 1,970 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.

Material that does no scroll in web page

I'm writing a web page using Nvu. I have the page such that the
content is centered, with a column of links and media on the left hand
side. I want that column on the left to stay fixed, not scroll as the
user reads text on the right hand side.

How can this be done?
Jan 11 '08 #1
2 4346
mj*****@iastate.edu wrote:
I'm writing a web page using Nvu.
Never heard of it, sorry.
I have the page such that the content is centered, with a column of
links and media on the left hand side. I want that column on the
left to stay fixed, not scroll as the user reads text on the right
hand side.
You can do that with frames (very bad!) or using the "position" property
in CSS, for example:

#some-element
{
position:fixed;
left:0;
top:0;
}

Personally, I think it's extremely irritating for web page elements not
to scroll, and I recommend you do not design your page like this.
--
Christian Hackl
Jan 11 '08 #2
On 10 jan, 21:50, mjes...@iastate.edu wrote:
I'm writing a web page using Nvu.
Hello,

Nvu 1.0 is now 2.5 years old. You can use instead
KompoZer 0.7.10
http://www.kompozer.net/
which is an unofficial bug fixed of Nvu 1.0

It is clearly improved, better than Nvu 1.0. For instance, it does not
create
valign="undefined"
in its HTML code as Nvu did.
The nice thing is that Charles Cooke who was the author of the
official Nvu User Guide is now also the official KompoZer User Guide.

http://www.charlescooke.me.uk/web/kz-ug-home.htm
http://www.charlescooke.me.uk/web/ugs01.htm
I have the page such that the
content is centered, with a column of links and media on the left hand
side. I want that column on the left to stay fixed, not scroll as the
user reads text on the right hand side.

How can this be done?
position: fixed;

how can I get it to work with IE
With IE 7,
position: fixed
will work. It will not work for IE 6 and it is not my recommendation
to try to make it work with IE 6. When Charles Cooke designed his Nvu
User Guide, we had this discussion and we decided to leave things as
they are. Same thing with the W3C with few of their webpages: they
chose and coded
position: fixed
knowing well that IE6 would not support it. Please understand that CSS
2.x specification is now 10 years old: it is up to users to upgrade
their browser.

Alternate Browser Alliance
http://www.alternativebrowseralliance.com/

Browse Happy
http://browsehappy.com/

End 6!
Yes, Internet Explorer 6 was amazing... in 2001.
http://www.end6.org/

Why do we bother with Internet Explorer
http://blog.patspam.com/2007/10/18/w...other-with-ie/

Is it OK to stop supporting Internet Explorer 6?
http://www.milienzo.com/2007/08/06/i...et-explorer-6/

Why I switched to Firefox
http://www.scottberkun.com/blog/2005...ed-to-firefox/

Stop Using Internet Explorer
http://www.shlomifish.org/no-ie/

The world stats on browser usage also show that IE 7 is now more
frequently used in several countries.

Finally,
<embed src="clip_02.wmv" autostart="true" height="180"
width="180">
you can consult
Using Web Standards in your Web Pages:Making your page using web
standards - how to
What if I use <embedfor Flash or for a video?
http://developer.mozilla.org/en/docs...for_a_video.3F

to create valid markup code to render your movie.

Regards, Gérard
Jan 12 '08 #3

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

Similar topics

0
by: Matthew Ferri | last post by:
Hi, Summary: I'm a newbie to FrontPage and IIS. I have a simple issue that I believe may be a configuration setting somewhere. If there is a KB article, I just cannot find it.
1
by: Tamir Kamara | last post by:
Hi, I have a page with several server controls (textboxes, datagrid, ...) which are positioned absolutely from the right of the page (like RIGHT: 25px; POSITION: absolute;). that works well if...
6
by: | last post by:
Hi all, I have a long web form on asp.net 2.0. When I go at the bottom and click on submit, a postback occurs and if there are any validation errors (no client-side checking being done), the...
5
by: sam | last post by:
Hi all, I am using documnet.body.scroll to disable the window scroll bar. This works in IE only and not other browsers. Can any one tell me if there is any such method which is cross browser...
69
by: RC | last post by:
I know how to do this in JavaScript by window.open("newFile.html", "newTarget", "scrollbars=no,resizable=0,width=200,height=200"); The browser will open a new window size 200x200, not allow...
2
by: Merlin | last post by:
Hi there, I do have a complex problem and wonder if this is possible to solve. Following situation. I do have a page, where you do have a frame inside that page. That frame holds different...
0
by: Keithb | last post by:
The maintain scroll position on postback feature works as expected with my site running under localhost on the development machine. When the files are posted to an IIS 6.0 web server running on a...
1
by: jadeite100 | last post by:
Hi: I have an pop-up window with an Iframe that has a text box with scrolldown. The scrolldown in the popup-window does not work but the scroll-down for the iFrame works. The strange thing is I...
2
by: gunnuk | last post by:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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.