473,811 Members | 3,299 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Flexible Layout

I have a page that is going to have a number of times, call them A1,
A2, A3, etc., B1, B2, B3, ..., and C1, C2, C3.

I am not sure about the layout now, and may want to play with it. Most
likely I will either want one of these three layouts: A1, B1, C1, A2,
B2, C2, ... or All of the Cs on the right side and then either A1, B1,
A2, B2, ... or B1, A1, B2, A2, ...

Can I figure that I can do this entirely with styles or am I going to
have to change the HTML? I am in the beginning now and am maximally
flexible.

--
Matt Silberstein
And now our bodies are oh so close and tight
It never felt so good, it never felt so right
And we're glowing like the metal on the edge of a knife
C'mon! Hold on tight!
C'mon! Hold on tight!

Though it's cold and lonley in the deep dark night
I can see paradise by the dashboard light
Paradise by the dashboard light

Jim Steinman
Aug 18 '05 #1
3 1499
Matt Silberstein <Re************ **************@ ix.netcom.com> wrote:
--
Matt Silberstein

[...]

Still continuing to post excessive sigs I see, bye.

--
Spartanicus
Aug 19 '05 #2
On Thu, 18 Aug 2005 22:52:40 GMT, Matt Silberstein
<Re************ **************@ ix.netcom.com> wrote:
I have a page that is going to have a number of times,
What's a "time"?

call them A1,A2, A3, etc., B1, B2, B3, ..., and C1, C2, C3.

I am not sure about the layout now, and may want to play with it. Most
likely I will either want one of these three layouts: A1, B1, C1, A2,
B2, C2, ... or All of the Cs on the right side and then either A1, B1,
A2, B2, ... or B1, A1, B2, A2, ...

Can I figure that I can do this entirely with styles or am I going to
have to change the HTML? I am in the beginning now and am maximally
flexible.


Aug 19 '05 #3
On Fri, 19 Aug 2005 06:58:24 GMT, in
comp.infosystem s.www.authoring.stylesheets , Mason A. Clark
<ma************ *@ix.netcom.com > in
<qn************ *************** *****@4ax.com> wrote:
On Thu, 18 Aug 2005 22:52:40 GMT, Matt Silberstein
<Re*********** *************** @ix.netcom.com> wrote:
I have a page that is going to have a number of times,
What's a "time"?


A creatively typed item.
call them A1,
A2, A3, etc., B1, B2, B3, ..., and C1, C2, C3.

I am not sure about the layout now, and may want to play with it. Most
likely I will either want one of these three layouts: A1, B1, C1, A2,
B2, C2, ... or All of the Cs on the right side and then either A1, B1,
A2, B2, ... or B1, A1, B2, A2, ...

Can I figure that I can do this entirely with styles or am I going to
have to change the HTML? I am in the beginning now and am maximally
flexible.


--
Matt Silberstein
And now our bodies are oh so close and tight
It never felt so good, it never felt so right
And we're glowing like the metal on the edge of a knife
C'mon! Hold on tight!
C'mon! Hold on tight!

Though it's cold and lonley in the deep dark night
I can see paradise by the dashboard light
Paradise by the dashboard light

Jim Steinman
Aug 19 '05 #4

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

Similar topics

0
1892
by: Emily Winch | last post by:
I have a couple of problems with the html/css combination that can be found at www.blueumbrella.net. It's intended to be an exercise in creating a layout that works for the vast majority of window size/font size combinations. Firstly, what I'd really like to achieve is a "menu" column that is always wide enough to accomodate the widest word in the menu (currently "heterogenous") and not much wider. (I'm happy to change the CSS if the...
1
2764
by: Richard Jenkins | last post by:
Hi. I'd appreciate some comments/help with this site: http://www.moonremovals.co.uk/new The aim is to use css positioning to recreate something similar to: <table> <tr> <td colspan="2">Header</td> </tr>
47
9170
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
10
6699
by: Adam Warner | last post by:
Hi all, With this structure that records the length of an array of pointers as its first member: struct array { ptrdiff_t length; void *ptr; };
2
10327
by: Christopher Benson-Manica | last post by:
Is the following program conforming under C99? #include <stdio.h> typedef struct foo { int bar; int baz; } foo; foo foos={
2
2998
by: DevarajA | last post by:
Can someone help me understand what flexible array members exactly are, how they behave and how could them be implemented by a i386? Also I didn't understand the two exceptions that the standards talks about (when talking about ignoring the flexible array member). Please help me. -- Devaraja (Xdevaraja87^gmail^c0mX) Linux Registerd User #338167 http://counter.li.org
10
9217
by: Luke | last post by:
Hi. I am trying to make correct layout, here is an example of (dynamically generated content via jsp): http://localhost/www/layout.htm Most outer div is positioned absolute (if not then it will not grow when content inside div.body is greater than width of window of user agent), anyway anyone knowlegable can see it in sources...
20
1820
by: mechanicfem | last post by:
I thought (as they're in c99) that flexible arrays were there for a number of reasons - but I also thought they'd be great for stepping into structures (say) that were aligned in memory after (say) a header struct, e.g.: struct element { int a; int b; };
0
2004
by: jitu78 | last post by:
Hi, I am working on pure DIV based layout. See below for layout requirements, 1) Page should be 100% flexible for all resolutions. 2) There should be maximum and minimum limit for page width means page should be stretched to 1200 res. and on 800 res. there should be appear horizontal scroll. Max-width/Min-width works fine with firefox and other browsers, but IE is giving problem on resizing DIVs. Anyone there who know that how can I...
0
9734
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
10652
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
10395
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
10408
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
10137
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...
1
7673
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
5561
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4346
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3026
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.