This is a discussion on "[SOLVED] Accessibility problem with layout" within the Web Page Design section. This forum, and the thread "[SOLVED] Accessibility problem with layout are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Accessibility problem with layout
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
[SOLVED] Accessibility problem with layout
Hi all,
I'm just about finished the homepage of my new site, but when its viewed in IE7 and Firefox with enlarged text for accessibility, the bottom of the page doesn't render like it should, any ideas on how to solve this problem please? This is my first attempt at using css for layouts so please be patient with me http://www.freewebs.com/gladstones/ Thanks in advance, Gary |
|
|
|
|||
|
Re: Accessibility problem with layout
Your site was fine while increasing your font size twice. After the third resizing most of the elements started to overlap. This is due to your containers using absolute sizes. That doesn't allow them to stretch. Try using percentages.
Good Luck, Scott |
|
|||
|
Re: Accessibility problem with layout
Use ems. em is a typographical unit so every non-expanding element that uses ems will resize when text-size is increased or decreased. Elements such as main content areas etc should be ok as the will stretch to fit the content. It's your nav and elements like that that need to stretch on resize.
Pete. |
|
|||
|
Re: Accessibility problem with layout
Hi again,
Thanks for the replies Scott and Pete. I've changed the height measurements in the containing div's from using px's to em's, so could someone please check it again for me in Firefox and IE7 for text size accessibility, as at the moment i dont have access to those browsers. http://www.freewebs.com/gladstones Thanks, Gary Last edited by Graisbeck; Aug 31st, 2007 at 06:53. |
|
|||
|
Re: Accessibility problem with layout
ok, ive managed to view the homepage in Firefox and IE7, even without using the browsers tools to enlarge the text, the page does not render properly using em's. Any ideas would be welcomed.
Thanks in advance, Gary |
|
|||
|
Re: Accessibility problem with layout
I've now changed back to using px's as i can't seem to make the page render any better than what it was at the start.
I thought using css for layouts was meant to be easier than using tables... bah humbug!!! |
|
|||
|
Re: Accessibility problem with layout
|
|
|||
|
Re: Accessibility problem with layout
Thanks for all replies,
The solution to the problem was to get rid of the height declarations and to give the 'wrap' div a white background. This stopped the containing divs' content from overflowing. Thanks again, Gary Last edited by Graisbeck; Sep 3rd, 2007 at 15:56. |
![]() |
| Tags |
| accessibility, layout, problem |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] simple layout problem | saltedm8 | Web Page Design | 13 | May 2nd, 2008 18:02 |
| Layout problem | Pádraig | Web Page Design | 4 | Jul 31st, 2007 20:52 |
| layout problem | samv | Web Page Design | 21 | Feb 17th, 2007 10:21 |
| layout problem | moshe | Web Page Design | 16 | Feb 12th, 2007 15:00 |
| layout problem | key_uk | Web Page Design | 3 | Apr 3rd, 2006 01:53 |