![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The problem is that when left-side bars are opened (like Favorites or History in Internet Explorer) or tool-bars opened at the top (like search bars), the webpage is moved down and to the right but not scaled down proportionally so the bottom of the poster image is cut-off, the menu choices wrap to two lines and the bottom of the menu is cut-off and the main body gets a bottom horizontal scroll-bar even though there is still room on the right for that frame to be bigger and not have a horizontal scroll-bar. |
#3
| |||
| |||
|
|
I am trying to change the layout of a website from this (the entire screen scrolls): http://www.lourdsmusic.com/main.html to this (only the main body section scrolls with black borders on all four sides): http://www.lourdsmusic.com/main.htm snip |
#4
| |||
| |||
|
|
"Barry Koopersmith" <bkoopers (AT) optonline (DOT) net> wrote in message news:cd4sa7$lit$1 (AT) forums (DOT) macromedia.com... I am trying to change the layout of a website from this (the entire screen scrolls): http://www.lourdsmusic.com/main.html to this (only the main body section scrolls with black borders on all four sides): http://www.lourdsmusic.com/main.htm snip You could try a floating menu, example here: http://www.dynamicdrive.com/dynamicindex1/staticmenu.htm and give the <body> a left margin that corresponds to the width of the menu and then use another floating type div to hold your controls. The main content can then be positioned in body and the copyright can go right at the bottom of the page. This is a very rough example of the style but it should give you an idea. style type="text/css" !-- body { font: 100% Arial, Helvetica, sans-serif; color: #FFFFFF; background: #000000; margin: 64px auto 0px 150px; padding: 1em; width: 80%; } -- /style No frames required. Then again, you could just use an iframe because I don't think accessibility issues are high on your agenda are they. HTH Terry |
#5
| |||
| |||
|
|
I want to create something similar to how this website looks: http://www.spsounds.com That website is not using frames (just tables) but they have a scrolling section only in the lower right rectangle. Can please you tell me how they are doing that or what would be my best approach for accomplishing my goals? |
#6
| |||
| |||
|
|
Accessibility is of concern to me. Since 95% of web browsers used are Internet Explorer and they handle frames, what did you mean by that? I tested my frame webpages with IE v6.0 and Netscape v4.79 and v7.1 and it works. snip |
#7
| |||
| |||
|
|
"Barry Koopersmith" <bkoopers (AT) optonline (DOT) net> wrote in message news:cd9loc$r39$1 (AT) forums (DOT) macromedia.com... snip Accessibility is of concern to me. Since 95% of web browsers used are Internet Explorer and they handle frames, what did you mean by that? I tested my frame webpages with IE v6.0 and Netscape v4.79 and v7.1 and it works. snip Without getting onto the accessibility soapbox could you please let me have a link to your source of information regarding browser usage and percentages. That would be very useful to me. Will email you later with info on the use of iframes. Terry |
#8
| |||
| |||
|
|
This is the link where I found the web browser type usage statistics (from July 2003): http://www.onestat.com/html/aboutus_pressbox23.html Looking today, I found this link with statistics through July 2004: http://www.w3schools.com/browsers/browsers_stats.asp |
![]() |
| Thread Tools | |
| Display Modes | |
| |