Mon, 2011-04-11 16:10
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?
Mon, 2011-04-11 16:46
#1
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