473,385 Members | 1,813 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.

help with design issue

Hi,

Ive just started knocking up a rough idea for a website and need advice
as to whether the way I have designed the layout will work.

Basically as you can probably see from my mock up I want to create a
liquid design where the top part of the page is a table with 3 cells
across. The left and right cells I have made fixed width and each
contain just an image. The central cell is intended for the logo and I
would like the background of this cell to link up the two end images to
form a coherent whole. I have done this by making a background tile.
The whole thing is supposed to shrink or expand depending on the users
browser.

http://www.aquapower.uk.com/apr05/turtleskin.htm

The example is still extremely rough since I am trying to see whether
the solution is viable before spending time sizing and working on the
graphics properly. I intend the whole thing to be able to shrink
horizontally more than my sample to prevent scrolling on most monitors.

So my question is really whether this is a workable solution and if yes
some advice on it's successful implementation or issues I should
consider.(for example how can I ensure the background image in the
centre cell tiles across the whole cell and this cell expands as far as
possible while the two end cells remain the width of the contained
images no matter what.) Also if anyone knows a sucessful implementation
of this type of design please could you post the URL.

many thanks.

Jul 24 '05 #1
8 1937
I want to create a
liquid design where the top part of the page is a table with 3 cells
across. The central cell is intended for the logo and I
would like the background of this cell to link up the two end images to
form a coherent whole. ....http://www.aquapower.uk.com/apr05/turtleskin.htm

The three images in your code add up to 933 +- so it does not shrink to the
small resolution of 800*600. It expands, of course.
Why not create a graphic that includes all three elements as your logo and
have it be 759 wide?
There could be a gradient blur behind the logo words and blend the two
outside illustrations in.
This is a task that can be done in an image editor using layers.

RoseW
Jul 24 '05 #2
I don't want a fixed width page - I want it to be liquid

thanks

Jul 24 '05 #3
miro2021 wrote...about his site
http://www.aquapower.uk.com/apr05/turtleskin.htm
The whole thing is supposed to shrink or expand depending on the users
browser...<snip>.. I intend the whole thing to be able to shrink
horizontally more than my sample to prevent scrolling on most monitors.
-I don't want a fixed width page - I want it to be liquid
....
My original observation turned out to be true -('The three images in your
code add up to 933 +- so it does not shrink to the
small resolution of 800*600. ')
I copied your images- put all into one logo image of a 759 width. Put the
blue colour of the logo into the table background -cropped the logo
<table bgcolor="#dae8f6" width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td width="100%" align="center"><img src="testlogo.jpg" width="759"
height="181"></td>

Inserting this colour #dae8f6 had the whole page take on blue so nesting in
another <table> after the closed off </table> just after the row of gif
data (which needs alt"text" within the tags )

The page liquidly reduces to 800*600 with all features and no horizontal
scrolling....and expands to the larger resolutions with the logo centered.
The blue background allows the logo to have a blended look.
There are still a lot of viewers at 800*600 and they don't want to scroll
horizontally.
Play around with that logo and your page will be fine.

RoseW

Jul 24 '05 #4
Would it be possible for you to upload your solution so i could view
it? Does the whole design expand and contract (i.e when viewing on
800*600 the two men will be closer together and on 1024*768 the whole
top of the page will 'spread out' liquidly and the two men will move
farther apart (to the edges of the browser)? I don't really want just a
fixed width header..
As i mentioned I intend the whole thing to be able to shrink
horizontally more than my sample to prevent scrolling on most monitors
but I won't spend time adjusting the graphics to fit until I have
solved how the whole thing is going to work...

thanks
Karen

Jul 24 '05 #5
<mi******@yahoo.co.uk> wrote in message
news:11*********************@g47g2000cwa.googlegro ups.com...
Hi,

Ive just started knocking up a rough idea for a website and need advice
as to whether the way I have designed the layout will work.

Basically as you can probably see from my mock up I want to create a
liquid design where the top part of the page is a table with 3 cells
across. The left and right cells I have made fixed width and each
contain just an image. The central cell is intended for the logo and I
would like the background of this cell to link up the two end images to
form a coherent whole. I have done this by making a background tile.
The whole thing is supposed to shrink or expand depending on the users
browser.

http://www.aquapower.uk.com/apr05/turtleskin.htm

The example is still extremely rough since I am trying to see whether
the solution is viable before spending time sizing and working on the
graphics properly. I intend the whole thing to be able to shrink
horizontally more than my sample to prevent scrolling on most monitors.

So my question is really whether this is a workable solution and if yes
some advice on it's successful implementation or issues I should
consider.(for example how can I ensure the background image in the
centre cell tiles across the whole cell and this cell expands as far as
possible while the two end cells remain the width of the contained
images no matter what.) Also if anyone knows a sucessful implementation
of this type of design please could you post the URL.

many thanks.


I have a running example of this kind of thing going on with one of my
sites. It uses two table cells, but has that whole liquid feel about it.
Feel free to look at the source and the style code to see how I achieved it.

http://www.jazzandbluesyork.co.uk

Kieran
Jul 24 '05 #6
The method used by the poster 'Kieran' for his jazz site at
http://www.jazzandbluesyork.co.uk does the moving apart and closer together
concept that you want.
Testing this out with your three images aligning left, center and right
.....and I left his padding amounts in...
I still had to reduce the overall size approx 80% of your three images ( men
at work images to be in the range of 228 to 233 wide) The three images and
space of padding still has to be under the total of 800 - (It is recommended
to be in the 759 range)
(I notice Kieran did not put the size for his images in his code so I tried
it with size out also....but I thought sizes were expected to be the
<td>for an image??? put width and size in and it was okay)
With the resizing and the alignment for each of the image td cells the top
banner slid in to the 800*600 size and whipped out to the largest size.

You will have to decide if the logo text is to be the dominant size i.e.
larger than the pictures or same as the pictures plus if you want padding or
not....I'm inclined to having faded edges so I would mask the edges of the
pictures to create a blending effect.
Anyway it looks good with this coming in together and then separating. I
learned something doing this investigation.

RoseW
Hanover,Ontario,Canada
Jul 24 '05 #7
Thanks
Yes - that's the idea I'm after! except I plan to have a picture at
each side in a cell and a tiling background in the centre cell to
visually join them...

So I suppose what I really need to know is what the best, most browser
compatible way is of using a background image to tile a cell or whether
for example using an oversized image as the cell background would be
better..

many thanks
Karen

Jul 24 '05 #8
Yes so my original example is basically on the right lines apart from
the sizing which I'm not concerned with at this stage

What i still need to resolve is the best, reliable, most
browser-compatible method for the background of the centre table cell -
whether to tile it (using html or CSS) or to use an outsized image
which will cover the highest resolution but take longer to download..

also the best code to make sure the two end cells stay fixed at the
width of the graphic contained inside but the centre cell stretches to
fit the remaining space - At the moment I have done this by specifying
the two end cell width attribute in exact pixels and the centre one as
99% and am looking for an expert to tell me whether this method is
browser compatible..

Jul 24 '05 #9

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

Similar topics

10
by: No | last post by:
I have tried to understand MySQL and am afraid it is way over my head, Would someone be willing to help me out please? I have a php script that I am trying to install, in the instructions it...
0
by: KK | last post by:
Design Pattern help for this scenerio?. I need some expert advice on possible ways to design the classes for following scenerio. Subject domain has 3 types of identities. Lets say <IDType1>,...
9
by: sk | last post by:
I have an applicaton in which I collect data for different parameters for a set of devices. The data are entered into a single table, each set of name, value pairs time-stamped and associated with...
6
by: michaelzap | last post by:
I can't seem to remove some extra margin/padding from my design on this site: http://www.kyowa-usa.com/ IE displays it properly (no space between the menus and other elements and the outer...
2
by: Steve K | last post by:
I got a bit of a problem I like some help on. I'm designing an online training module for people that work in food processing plants. This is my target audience. These workers have little or no...
5
by: aaragon | last post by:
Hello everybody, I appreciate your taking the time to take a look at this example. I need some help to start the design of an application. To that purpose I'm using policy-based design. The...
10
by: David Thielen | last post by:
Hi; I have help html pages for each page of my ASP.NET webapp. So for the page datasource.aspx, I have help\datasource.htm. Bu what I want when the hyperlink is clicked, for it to look for the...
118
by: Chuck Cheeze | last post by:
This might be in the wrong group, but... Here is an example of my data: entry_id cat_id 1 20 2 25 3 30 4 25 5 35
5
by: pgrazaitis | last post by:
I cant seem to get my head wrapped around this issue, I have myself so twisted now there maybe no issue! Ok so I designed a class X that has a few members, and for arguments sake one of the...
53
by: souporpower | last post by:
Hello All I am trying to activate a link using Jquery. Here is my code; <html> <head> <script type="text/javascript" src="../../resources/js/ jquery-1.2.6.js"</script> <script...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
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...

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.