I'm reading whatever's the default. I think it's Tahoma. (courier for quoting and in the posting box)
Buffistas Building a Better Board ++
Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
display:none is so much easier
Heh - true.
But thanks for the float advice anyway!
Is there a way to make the breadcrumbs appear on the same line as the rest of the navbar without changing <div class="breadcrumbs"> to <span>?
Default font is Verdana, quote font is whatever you have defined as your default monospace font (which is almost always Courier, but could be different for some systems), and the posting box (like forms all over the web) is determined by the browser rather than the stylesheet.
.breadcrumbs {background: none;}
Thanks!
the posting box (like forms all over the web) is determined by the browser rather than the stylesheet.
Though you can style it if you want, at least in Opera on the Mac.
Is there a way to make the breadcrumbs appear on the same line as the rest of the navbar without changing to ?
Try top:0;, although if they overlap, one will sit on top of the other if they're still divs.
Though you can style it if you want, at least in Opera on the Mac.
Actually, you can in a bunch of browsers now -- it's just been so long since I've tried that my head was still in "you're stuck with the default" mode. Duh. More css to play with!
.breadcrumbs {background: none;}
I tried that, and it didn't work. I put it right underneath the other codes that started with periods. I still see the yellow box.
You might need to refresh a few times for it to take.
I'm using
.breadcrumbs { display: none; }
and I'm quite happy.
Try background-color: white;
, PC. Scola's is better if you want to lose breadcrumbs entirely, not just the background.