![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I hope someone may be able to help please! Have a look at this site which I'm developing - http://tinyurl.com/6d4nr |
|
As you will see if you look at it in IE6, the browser has completely screwed the stylesheet and knocked the logo over too far etc. I've checked it out in Mozilla, Netscape 7, Opera and Firefox and it's working fine. Any ideas what I can do to get IE to work but then not to cause the other browsers to get screwed? |
#3
| ||||
| ||||
|
|
IanUK wrote: I hope someone may be able to help please! Have a look at this site which I'm developing - http://tinyurl.com/6d4nr Please don't post tinyurls to your site. Nobody knows where they really lead, and may be reluctant to visit. |
|
As you will see if you look at it in IE6, the browser has completely screwed the stylesheet and knocked the logo over too far etc. I've checked it out in Mozilla, Netscape 7, Opera and Firefox and it's working fine. Any ideas what I can do to get IE to work but then not to cause the other browsers to get screwed? I think the problem may be that you have used the keyword "body" in your markup, and CSS, to indicate a content column. One of the browsers interprets that as the <body> of the document. Change <div id="body"> to something relevant, like div id="maincontent"> or other significant descriptive word, in your HTML and CSS. |
|
Add a DOCTYPE to the page and visit: http://validator.w3.org/check?verbos....ntlworld.com/ |
|
There are some errors. Why stuff like this? Why not just put the menu on the page? http://homepage.ntlworld.com/i.anker/re/css/footer.js http://homepage.ntlworld.com/i.anker/re/css/date.js The only reason I put the footer.js and date.js on is so that I can update |
#4
| |||
| |||
|
|
IanUK wrote: I hope someone may be able to help please! Have a look at this site which I'm developing - http://tinyurl.com/6d4nr Please don't post tinyurls to your site. Nobody knows where they really lead, and may be reluctant to visit. |
#5
| |||
| |||
|
|
"Beauregard T. Shagnasty" <a.nony.mous (AT) example (DOT) invalid> wrote in message news:34akuiF48g1j7U1 (AT) individual (DOT) net... Please don't post tinyurls to your site. Nobody knows where they really lead, and may be reluctant to visit. Thanks for the feedback - sorry I didn't realise about TinyURLs. The actual address is: http://homepage.ntlworld.com/i.anker/re/default.htm |
|
I'll have a look at changing the div id="body" and then see if that works and try the validation again. |
|
Why stuff like this? Why not just put the menu on the page? http://homepage.ntlworld.com/i.anker/re/css/footer.js http://homepage.ntlworld.com/i.anker/re/css/date.js The only reason I put the footer.js and date.js on is so that I can update one file and then this will make changes across the whole of the site. Not so crucial at the moment as this site is only three pages but could be more important later on if there are more pages. Is there an accessible way of doing this (or similar) but without resorting to javascripts? |
#6
| |||
| |||
|
|
Beauregard T. Shagnasty <a.nony.mous (AT) example (DOT) invalid> wrote: IanUK wrote: I hope someone may be able to help please! Have a look at this site which I'm developing - http://tinyurl.com/6d4nr Please don't post tinyurls to your site. Nobody knows where they really lead, and may be reluctant to visit. Not to mention they time out, and as such are useless for archiving purposes - one of the good features of Usenet. |
#7
| |||
| |||
|
|
Neal <neal413 (AT) yahoo (DOT) com> wrote: Beauregard T. Shagnasty <a.nony.mous (AT) example (DOT) invalid> wrote: Please don't post tinyurls to your site. Nobody knows where they really lead, and may be reluctant to visit. Not to mention they time out, and as such are useless for archiving purposes - one of the good features of Usenet. That's a little besides the point for the purpose at hand. If I give a URL for a page I've posted to the Internet in order to solicit some help here, there's no reason for anyone to assume it'll still be there a week from now, let alone that it will be an archive for the ages. |
#8
| |||
| |||
|
|
I hope someone may be able to help please! Have a look at this site which I'm developing - http://tinyurl.com/6d4nr As you will see if you look at it in IE6, the browser has completely screwed the stylesheet and knocked the logo over too far etc. I've checked it out in Mozilla, Netscape 7, Opera and Firefox and it's working fine. Any ideas what I can do to get IE to work but then not to cause the other browsers to get screwed? Any help would be gratefully appreciated! :-) Thanks in advance -- IanUK Hertfordshire, UK |
#9
| |||
| |||
|
|
Beauregard T. Shagnasty <a.nony.mous (AT) example (DOT) invalid> wrote: (snip) Please don't post tinyurls to your site. Nobody knows where they really lead, and may be reluctant to visit. Not to mention they time out, and as such are useless for archiving purposes - one of the good features of Usenet. |
#10
| |||
| |||
|
|
The only reason I put the footer.js and date.js on is so that I can update one file and then this will make changes across the whole of the site. Not so crucial at the moment as this site is only three pages but could be more important later on if there are more pages. Is there an accessible way of doing this (or similar) but without resorting to javascripts? The problem with javascript is that not everybody has it turned on, or |
![]() |
| Thread Tools | |
| Display Modes | |
| |