WXforum.net
May 18, 2013, 02:42:46 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
Members: 6608  •  Posts: 178103  •  Topics: 18094
Please welcome TargY, our newest member.
Welcome to the the new hosting for WXforum.net.
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Website info not displaying correctly  (Read 273 times)
0 Members and 1 Guest are viewing this topic.
Jumpin Joe
Senior Contributor
****
Offline Offline

Posts: 182


WWW
« on: April 24, 2012, 10:43:28 AM »

I just noticed that my website,www.joesweather.info, does not display correctly when accessed by Windows Explorer 9.0.... Firefox displays okay. Can anyone point me in the right direction to correct this?

Thanks,

Joe
Logged

Davis Pro 2 Plus Wireless D-FARS - Weather Link Serial 5.9.2
VWS 14.01 P46
http://joesweather.info

CWOP: EW2334

DaculaWeather
It's a Jeep thing... you wouldn't understand.
Forecaster
*****
Offline Offline

Posts: 2708


SCCA EM #156


WWW
« Reply #1 on: April 24, 2012, 11:18:19 AM »

Ahhh... the fun of coding a website.

Each browser has it's own set of default CSS display settings and each one is a little different. Here's what I did.

At the top of my main CSS file I use a CSS reset initialization section to set the defaults for EVERY browser to be the same. i did that on my latest site revision and for all practical purposes, it looks the same in all browsers. The main differences are that Firefox, Chrome, and Safari support CSS3 for the most part and of course IE doesn't. My site uses curved corners and shadows which are supported in CSS3 and they don't appear as intended in IE.

Below is the section I use. One caveat. This will change the appearance of your site and not necessarily for the better, at least initially. This will change line spacing, table cell spacing, font size, and on and on. But if you apply it and go back and fix your CSS to get everything correct, then it should look the same in every browser.

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
}
body {
   line-height: 1;
   font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
   list-style: none;
}
blockquote, q {
   quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: '';
   content: none;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
Logged

Steve
Davis Vue, VWS, WDisplay, VVP, StartWatch CWOP 

Jumpin Joe
Senior Contributor
****
Offline Offline

Posts: 182


WWW
« Reply #2 on: April 24, 2012, 11:23:32 AM »

Thank you... I will take a look and see if I can do it. Not as savvy as most of you.
Logged

Davis Pro 2 Plus Wireless D-FARS - Weather Link Serial 5.9.2
VWS 14.01 P46
http://joesweather.info

CWOP: EW2334

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.098 seconds with 19 queries.
anything