OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
What the? Netscape problem
This page's ID:
10553
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Let me make a different suggestion: make your page automatically work in all browser sizes. People will like that better. Here's how you can do it: I see you're using things like <FRAMESET ROWS="3%, 23%, 3%"> You can change that to specify an actual *pixel* width or height of the columns or rows. Do it like this: <FRAMSET ROWS="100,*,80"> That will make a 100 pixel high row at the top, an 80 pixel high row at the bottom, and the middle row will simply take whatever's left over. That will fix everything on the right side of your page. The other problem you face is the left side of your page, where the background image is way too big for an 800 x 600 resolution (the most widely used), and too small for anything higher than 1024 x 768. Here's what I would do. Make the image just the correct size to work on 600 x 800, maybe a tad bit smaller just to be safe, you never know what kind of toolbars people will have on their browser. Then, use the same method I mentioned above to have the left frame always be of that width. Finally, dont use it as a background image, use it as an inline image, at the top of the page. For a background image, use something that can tile *below* this image, and look good below it, as though the image wasn't even cut off. It may be a bit of a challenge to create something like that, but it's probably the best thing you can do. That will take some work. You'll also have to set the page's margin sizes to zero, use <body leftmargin="0" topmargin="0" rightmargin="0" marginheight="0" marginwidth="0"> in your body tag to do that. Then your content will take up whatever space remains, and keep your page flowing well. Make sense?
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »