1 reply [Last post]
Hanscraft
Hanscraft's picture
Offline
Regular
Last seen: 10 years 37 weeks ago
Timezone: GMT-4
Joined: 2010-05-13
Posts: 26
Points: 46

My website page: http://lis.uncg.edu/ace. I'm trying to create 3 divs which will be rectangular boxes to go between areas on the page. Unfortunately, it is not showing up at all in Firefox 3.6.14

The code:

#acegrayline1 {
        background: red;
	height: 600px;
	width: 200px;
	}

The box is showing up in Safari and IE. Any suggestions of what's going on?

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 4 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

Unable to replicate. The

Unable to replicate.

The lines show in Firefox, but actual css does not match your posting.

#acegrayline1 {
    background: none repeat scroll 0 0 #E0E0FA;
    height: 90px;
    margin-left: 225px;
    margin-top: -115px;
    width: 2px;
}

That seems to be a clumsy way to implement separating bars. Why the table?

cheers,

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.