Jump to content

CSS + Mac OSX=Not working


Flameguthix

Recommended Posts

This has been really bothering me. I have done a website for a school district, which includes lots of <div id=> tags linking to an external style sheet. The PR uses an Mac OSX, and wont put the site up because it looks horrible.I was wondering, is there a quick fix for something like this other than putting CSS directly into the webpage? Because that would just make it a massive document. That and the insane work. Thanks!

Link to comment
Share on other sites

This is all of the CSS

body{background-color: FFFFFF;background-image: url('');background-repeat: no-repeat;background-position: right}h1{font-family: "Comic Sans MS";text-align: center;color: CC0025}p{font-size: 20 px;text-indent: 30 px;}ul{list-style-position: inside;list-style-image: url('Images/itmmarker.bmp');}a{color: 008C25;text-decoration: none;}a:hover{color: CC0025;text-decoration: overline;font-size: 20px;}table{text-align: center;}#banner{position: relative;top: .5 in;}#enterimage{position: absolute;top: 2.3 in;left: 4.1 in;}#Enter{position: absolute;top: 4.5 in;left: 5 in;}#studentpages{position: absolute;top: 4.40 in;left: 5 in;border-top: red double 10px;border-bottom: red double 10px;border-right: green double 10px;border-left: green double 10px;}#pathway{position: absolute;top: 1.95 in;left: 5 in;}#nav{position: absolute;top: 2 in;}#coursedesc{	position: absolute;	top: 1.95 in;	left: 0px;	width: 480px;	height: 395px;}#top{border-top: red double 10px;border-right: green double 10px;border-left: green double 10px;}#left{border-bottom: red double 10px;border-left: green double 10px;}#right{border-bottom: red double 10px;border-right: green double 10px;}#bottom{border-bottom: red double 10px;}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...