Page 2 of 2

PostPosted: Sat Aug 09, 2003 5:37 pm
by srijith
slug wrote:would it be useful to put something like a
Code: Select all
<div class=techinfo>
around the camera and tech info on the individual image page?
any suggestions on the best way to improve css control over that part of the page?
I guess the easiest way to do that would be what you suggested.. have a class="exifinfo" or some other name. Since most CSS properties are inherited, adding the new div class should not create display problems for already existing CSS codes.

Missing italics info...

PostPosted: Mon Aug 11, 2003 4:51 am
by mikelly
I just added "block" in place of "none" following the "i". Works fine.

i { display: block; }

Mike

Re: Missing italics info...

PostPosted: Mon Aug 11, 2003 6:36 am
by srijith
mikelly wrote:I just added "block" in place of "none" following the "i". Works fine.

i { display: block; }

Mike
You might as well remove it completely, save you a couple of bytes in bandwidth.

sorry about that

PostPosted: Tue Aug 26, 2003 11:00 am
by thewedding
display none on the i tag was set because I did not want to see .. click on thumbnail for lager image..

I did not notice that the camera make was also printed in italic.

as I stated in an other thread I wil bee posting new stylesheets shortly who will offer better support for other browsers and lighter colors

hope it helps, webdev