943,865 Members | Top Members by Rank

Ad:
Jun 9th, 2007
0

mac vs windows; help to resolve the problem

Expand Post »
Hi all,

I'm already creating some new website, honestly i've some problem when viewing in Windows platform. Maybe you can check the screenshoot that i attached. I've check on IE 6 and use firefox 2 on Windows...

or you can see live preview on; this for windows or this for mac
Definetly, there is no problem and of course, its nice to viewing on mac platform, use Safari or Firefox.

Please let me know how to resolved my case. Anyway, below are the code:

HTML
html Syntax (Toggle Plain Text)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  5. <title>Bogalakon Pictures</title>
  6. <style type="text/css" media="screen">
  7. @import url("boga/theme/v1/assets/stylesheet/master.css");
  8. </style>
  9. <script src="boga/theme/v1/assets/other/fader.js" type="text/javascript"></script>
  10. </head>
  11. <body id="index-body">
  12. <div id="header">
  13. <div class="header-container">
  14. <h1><a href="index.html" title="Bogalakon Pictures"><img src="boga/theme/v1/assets/images/logo_bl.png" alt="Bogalakon Pictures" width="176" height="48" /></a></h1>
  15. </div>
  16. <!-- HEADER CONTAINER -->
  17. </div><!-- HEADER -->
  18. <div id="wrap">
  19. <div id="sideleft">
  20. <ul id="nav">
  21. <li><a href="#" title="Portfolio">Work</a></li>
  22. <li><a href="about/index.html" title="About us">About</a></li>
  23. <li><a href="#" title="Client's area">Login</a></li>
  24. <li><a href="#" title="Contact us">Contact</a></li>
  25. </ul>
  26. </div><!-- SIDELEFT -->
  27. <div id="sideright" class="clearfix">
  28. <div class="inner">
  29. <h2>News</h2>
  30. <div class="date">
  31. <p><span class="style2"><strong>New project</strong></span> &Iota; <span class="style1">12 May</span></p>
  32. </div>
  33. <p>I am happy to announce the <a href="#">onedia</a> website being featured at their media promotion. I'd like to say many thanks to <a href="#">Elance</a> for being my &quot;middle man&quot;.</p>
  34. <div class="date">
  35. <p><span class="style2"><strong>New project</strong></span> &Iota; <span class="style1">12 May</span></p>
  36. </div>
  37. <p>I am happy to announce the <a href="#">onedia</a> website being featured at their media promotion. I'd like to say many thanks to <a href="#">Elance</a> for being my &quot;middle man&quot;.</p>
  38. </div><!-- INNER -->
  39. </div><!-- SIDELEFT -->
  40. </div><!-- WRAP -->
  41. <div id="footer" class="clearfix">
  42. <div class="footerinner">
  43. <div class="address">
  44. <p>Bogalakon Pictures</p>
  45. <p>3rd and 4th floors</p>
  46. <p>County House</p>
  47. <p>33 - 34 Rathbone Place</p>
  48. <p>London W1T 1JN</p>
  49. <p>tel: +XX (X) XX XXXX</p>
  50. <p>fax: +XX (X) XX XXXX</p>
  51. <p><a href="mailto:info@bogalakonpics.com">info@bogalakonpics.com</a></p>
  52. </div>
  53. <p class="copy">&copy; 2007 Bogalakon Pictures.</p>
  54. </div><!-- FOOTERINNER -->
  55. </div>
  56. <!-- FOOTER -->
  57. </body>
  58. </html>

CSS
[code=css]
.style1 {color: #666666}
.style2 {letter-spacing:0.1em;}

* html body{ /*IE6 hack*/
padding: 0 0 130px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}
* html #footer{ /*IE6 hack*/
height: 100%; width: 100%; }

:link,:visited {text-decoration:none }
ul,ol {list-style:none }
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0 }
a img,:link img,:visited img {border:none}
a {text-decoration:none;}
address {font-style:normal }

.clearfix:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}

/* Hides from IE-mac \*/

* html .clearfix {height:1%;}

.clearfix {display: block; display:inline-block;}

/* End hide from IE-mac */

body {padding-bottom:50px; font:11px "Trebuchet MS"; background:url(../images/site_bg.png) repeat-x;}
body#index-body {background-image: url(../images/site_bg800.png); background-repeat: repeat-x;}
#container { }
#header {background:url(../images/header_bg.png) 50% top no-repeat; margin-top:14px;}
#index-body #header {margin-bottom:0;}
.header-container {width:780px; height:105px; margin:0 auto; text-align:center; padding-top: 35px; position: relative;}
#wrap {width: 740px; margin:0 auto; height:200px;}
#sideleft {height: 137px; width:154px;float: left; background-image:url(../images/nav_bg.png); background-repeat:repeat-x;}
#nav {padding-top: 6px;}
#nav li a {display: block; font-size:1.9em; margin-left:14px; margin-top:1px; width:58px; color:#FFFFFF; letter-spacing:0.1em;}
#sideright {width:200px; float:right; height:200px; background-image:url(../images/news_bg.png); background-repeat:repeat-x; margin-top:15px;}
.inner {padding-left:12px; padding-top:9px; padding-right:8px;}
.date {margin-bottom:0.3em; margin-top:0.5em;}
.inner h2 {font-size:1.2em; margin-bottom:0.3em;}
.inner p {margin-bottom: 0.3em;}
.style1 {color: #666666}
.style2 {letter-spacing:0.1em;}
#footer {position:absolute; bottom:0; left:0px; width:100%; height:237px; overflow:hidden; color:white; background-image:url(../images/footer_bg3.png); background-repeat:repeat-x; background-position:left bottom;}
#index-body #footer {margin-bottom:0px;}
.footerinner {margin:0 auto; width:740px;}
.address {float:left; margin-top:25px; width:150px; padding-top:55px;}
.address p {font-size:1em;}
.address a {color:#ff6600;}
#index-body .address {float:left; margin:0;}
.copy {float:left; position:absolute; bottom:2.5em; letter-spacing:0.1em; font-size:0.9em;}
#aboutcontent {width: 525px; float: right; background-image: url(../images/news_bg.png); background-repeat: repeat-x; margin-top: 15px; overflow: auto; height: 237px;}
.innerabout {padding:9px 8px 9px 12px;}
.innerabout h2 {font-size: 1.2em; margin-bottom: 0.5em;}
.innerabout p {margin-bottom: 0.5em; margin-top: 1em;}
[code]
Attached Thumbnails
Click image for larger version

Name:	windows_IE.PNG
Views:	37
Size:	104.6 KB
ID:	3591   Click image for larger version

Name:	windows_firefox.PNG
Views:	37
Size:	106.5 KB
ID:	3592  
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sevdiaz is offline Offline
5 posts
since Jun 2007
Jun 9th, 2007
0

Re: mac vs windows; help to resolve the problem

the site doesnt load at all. is it down?
Moderator
Featured Poster
Reputation Points: 1767
Solved Threads: 574
Moderator
jbennet is offline Offline
16,517 posts
since Apr 2005
Jun 9th, 2007
0

Re: mac vs windows; help to resolve the problem

I have the same problem - my site is working perfectly on Safari, Netscape and Firefox - but IE the web site is throwing text all over the place - I need help - let me know if you get any ideas??
Designed on Mac
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Wibby is offline Offline
3 posts
since Jun 2007
Jun 9th, 2007
0

Re: mac vs windows; help to resolve the problem

Click to Expand / Collapse  Quote originally posted by jbennet ...
the site doesnt load at all. is it down?
nope, i've already uploaded index and about page only right now....

well the interface work properly in mac (just like say, i work on mac)... please check it out why doesnt work properly on windows platform. need a helping hand. thanks
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sevdiaz is offline Offline
5 posts
since Jun 2007
Jun 14th, 2007
0

Re: mac vs windows; help to resolve the problem

That's too much code to wade through without understanding your intent, but I would bet you have two styles which conflict applied to the same object, and that the two browsers are applying different rules to determine which style has priority.
Reputation Points: 730
Solved Threads: 181
Nearly a Senior Poster
MidiMagic is offline Offline
3,314 posts
since Jan 2007
Jun 19th, 2007
0

Re: mac vs windows; help to resolve the problem

judging by the screenshots, it looks like you're using PNG images. The following site explains the script I use to fix png display issues in IE.

http://homepage.ntlworld.com/bobosola/index.htm
Reputation Points: 92
Solved Threads: 51
Practically a Posting Shark
Phaelax is offline Offline
856 posts
since Mar 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: CSS Positioning & Width/Height Issue
Next Thread in HTML and CSS Forum Timeline: need css hack





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC