ok, here's my site: Welcome to CTImports.com (I realize the URL is CTImports.net but we're buying the .com domain name soon)
Here's my problem:
I had this layout template made for my company and I've come across some problems. I need to have a frame built in the middle (where I drew the red square) and I need a background image (where I drew the green square). Someone give me a solution ASAP, PLEASE! Thank you
Last edited by CTImports; 06-17-2002 at 11:25 PM..
The hard part though is that you would then need to slice your images to fit into each of the frames, the left frame would have to be an absolute width and height to ensure that the sliced image does not "move" on higher res. screens
I have drawn hoe the frames would need to be set out, which also shows how to slice the images...
Hope this helps, heaps of work to get the result you want.
Tonz
__________________
Beware, the Cybertooth tiger cometh
Originally posted by ronaldb66 If he actually needs a frame like the red box he drew he'll need a least five frames, one more for the footer as well...
Well spotted.....
.......absolutly right.
Tonz
PS I do like the design also... very sharp!
__________________
Beware, the Cybertooth tiger cometh
Well, I converted it to PHP format and sort of got what I wanted but I still think iFrame would be better. Right now, the page just stretches down to the length of the text and images. But I would much rather have a frame in itself in the middle of the page with its own scroll-bar, like this:
use two framesets, one outer, one inner;
have the outer frameset contain three rows:
first row = header,
second row = inner frameset,
third row = footer;
have the inner frameset contain three columns:
first column = menu bar,
second column = "The Red Square",
third column = whatever's-right-of-it.
This way, you can assure the page to fit the window at all times, and the contents of The Red Square to scroll when necessary.
Do take note of the drawbacks of frames, though.
the problem i find is that netscape 4 doesnt render frames accurately tho and for this type of design u need pixel precision (to get the gradient elipse segment lined up)
when u resize NS frames they are always different - just the sucky rendering - although if u arent supporting NS4 then u would be ok...
another thing tho, how is this site gonna look in 800x600 - a lot of partially sighted ppl (the ones who use such low res ) will prolly use this site as they still (unfortunately) make up the majority of web surfers..
imho with frames they arent gonna get much viewable area are they?
__________________ "They hired me for my motivational skills. Everyone at work says they have to work much harder when I`m around" Homer J Simpson
I've modified your HTML file - here's a few things I did for you...
added IFrame/ILayer (ILayer is in there to be compatible with Netscape 4) It's clearly commented for you to add your information - the frame border will dissapear when you have a real page in there...
changed scrollbar colours (I left the old stuff there if you want to use it) - I made it look a little more pretty (IMO)
Set the width/height of the IFrame to fill up most of the space there - you can change it around a little if you want, but I set the width to 427, and the height to 390 (which seems to take up most of the space...)
Let me know if this is ok, and if you need help with anything else...