![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
: Page validates as transitional at the moment - but I will aim for strict validation, later. |
#3
| |||
| |||
|
|
If you'll excuse me the opportunity to start a new thread for a topic previously raised. The website in question has undergone its first transformation (more to come) hence the new thread. I have rebuilt the original (terrible) hxxp://www.rentals2000.com.au/ and have my first grab posted at http://members.iinet.net.au/~wabbit/r2/index.html I still have some way to go, but ask your assistance to resolve some issues: When viewing in IE 6.0.2900 (XP PRO SP2 etc) : the address information in the header does not appear until the page is scrolled. If I change the font-size to x-large it renders immediately (like its supposed to) but with the normal font-size it does not? |
|
: the body margin is set at 10px however the divs are not all aligned. There is misalignment of the header section and the container section and the footer section? : the standard/normal/100% font-size is much larger in IE than in FF |
|
If you have any improvements/suggestions please let me know. I am at my wits end trying to implement the cross-browser functionality. |
#4
| |||
| |||
|
|
TreatmentPlant wrote: [Please don't use colons for 'bullets'. Thanks. If you'll excuse me the opportunity to start a new thread for a topic previously raised. The website in question has undergone its first transformation (more to come) hence the new thread. I have rebuilt the original (terrible) hxxp://www.rentals2000.com.au/ and have my first grab posted at http://members.iinet.net.au/~wabbit/r2/index.html I still have some way to go, but ask your assistance to resolve some issues: When viewing in IE 6.0.2900 (XP PRO SP2 etc) : the address information in the header does not appear until the page is scrolled. If I change the font-size to x-large it renders immediately (like its supposed to) but with the normal font-size it does not? Scrap using the size keywords; use percentages instead, as is so oft pointed out in this group. body { font-size: 100%; } h1 { font-size: 150%; } h2 { font-size: 135%; } .legalese { font-size: 85%; } : the body margin is set at 10px however the divs are not all aligned. There is misalignment of the header section and the container section and the footer section? : the standard/normal/100% font-size is much larger in IE than in FF ..probably not if you switch to percentages. snip rest pending your font-size changes If you have any improvements/suggestions please let me know. I am at my wits end trying to implement the cross-browser functionality. Oh, and stop using pixels for component sizing. Use some number of em. BTS and All |
#5
| |||
| |||
|
|
Beauregard T. Shagnasty wrote: TreatmentPlant wrote: [Please don't use colons for 'bullets'. Thanks. If you'll excuse me the opportunity to start a new thread for a topic previously raised. The website in question has undergone its first transformation (more to come) hence the new thread. I have rebuilt the original (terrible) hxxp://www.rentals2000.com.au/ and have my first grab posted at http://members.iinet.net.au/~wabbit/r2/index.html I still have some way to go, but ask your assistance to resolve some issues: When viewing in IE 6.0.2900 (XP PRO SP2 etc) : the address information in the header does not appear until the page is scrolled. If I change the font-size to x-large it renders immediately (like its supposed to) but with the normal font-size it does not? Scrap using the size keywords; use percentages instead, as is so oft pointed out in this group. body { font-size: 100%; } h1 { font-size: 150%; } h2 { font-size: 135%; } .legalese { font-size: 85%; } : the body margin is set at 10px however the divs are not all aligned. There is misalignment of the header section and the container section and the footer section? : the standard/normal/100% font-size is much larger in IE than in FF ..probably not if you switch to percentages. snip rest pending your font-size changes If you have any improvements/suggestions please let me know. I am at my wits end trying to implement the cross-browser functionality. Oh, and stop using pixels for component sizing. Use some number of em. BTS and All Thanks for the pointers. I have made the changes suggested so far. Would please be kind enough to continue your evaluation. I had a look at the site. |
#6
| |||
| |||
|
|
Thanks for the pointers. I have made the changes suggested so far. Would please be kind enough to continue your evaluation. http://members.iinet.net.au/~wabbit/r2/index.html |
#7
| |||
| |||
|
|
Artistically, it is rather plain, but I have no talent in that department. :-) As you noticed, neither do I! |
![]() |
| Thread Tools | |
| Display Modes | |
| |