|
-
Dec 13th, 2005, 10:34 AM
#1
Thread Starter
Hyperactive Member
Utilizing Space on a webpage
I am creating a site and have to use the following graphical layout that can be seen at this link: http://www11.brinkster.com/ksuchoc/Sample/Sample.html
I am not concerned about the left bar what i am concerned about is being able to use as much of the white space for text as possible. Having the curved blue line at the bottom eats a lot of space up, I would like to either cut up the graphic or something to that effect so that I can utilize as much of the white space as possible, although the bottom graphic is actually 3 graphics side to side. What can i do?
Help is greatly appreciated.
Samples would be good.
Thanks to all that reply.
-
Dec 13th, 2005, 07:27 PM
#2
Fanatic Member
Re: Utilizing Space on a webpage
Hi,
What you could use is CSS to position the wite box to the right of the screen
VB Code:
.HT_Override {
position:relative;
width:500px;
height:500px;
float:right;
border:none;
margin:0px 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
then simply override the body to give you the background.
VB Code:
.HT_Body {
position:relative;
background-image:url(image path);
}
this would work, adn it would stay static on all layouts (should)
Try this adn se wht you get.
hope this helps
Kai
As the information I give is useful in its nature, consider using the RATE POST feature located on the bottom left of this post please..
A few things that make a good Developer a Great One.
Methodical and a thorough approach to research and design inevitably leads to success.
Forward thinking is the key to Flow of control.
Never test in the design environment, always test in real time, you get the REAL results.
CBSE & OOSE are the same animal, they just require different techniques, and thinking.
SEO is a globe of objectives, SE rankings is an end to a means for these objectives, not part of them.
The key to good design is explicit attention to both detail and response.
Think Freely out of the "Box" you're in..... You will soar to better heights.
Kai Hirst - MSCE, MCDBA, MCSD, MCP, MCAP, MSCT
-
Dec 15th, 2005, 06:15 PM
#3
Re: Utilizing Space on a webpage
Or save yourself the headache and make the curve smaller. Make it more subtle, just two curves along the side should do fine, with the bottom part completely straight.
OR, place your footer text in that space being 'wasted' with your text in the rest of the area.
-
Dec 15th, 2005, 08:56 PM
#4
Thread Starter
Hyperactive Member
Re: Utilizing Space on a webpage
I am going to try and do the css and hope that works. I wish it was that easy Mendhak.
Thanks for your suggestions.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|