[snip]
> My biggest headache is at http://www.unemployedhelp.on.ca/vrc/index.html.  I
> wanted to make the h3 headers have a 46x46 px graphic on the left, then
> position the text of the "h3"s to the immediate right of their respective
> graphics.  In Firefox, it works.  In IE6, of course, it doesn't.  The
> graphics show up in the right place, but the "h3"s get knocked down to the
> bottom of the page.
[snip]

Hi (again) Darren,

After further analysis, seems this (more complete) solution might be 
more helpful to you:

#vrcResumes H3 {
   margin:                    0px;
   padding-left:              46px;}
#vrcCoverLetters H3 {
   margin:                    0px;
   padding-left:              46px;}
#vrcInterviews H3 {
   margin:                    0px;
   padding-left:              46px;}
#vrcResumes H3 {
   background:                url(vrc_resumetitle.png) no-repeat left 
bottom;
   padding-top:               25px;}
#vrcCoverLetters H3 {
   background:                url(vrc_covertitle.png) no-repeat left 
bottom;
   padding-top:               25px;}
#vrcInterviews H3 {
   background:                url(vrc_inttitle.png) no-repeat left bottom;
   padding-top:               25px;}
#vrcResumes H3 SPAN,
#vrcCoverLetters H3 SPAN,
#vrcInterviews H3 SPAN {
   background-color:          #0f3063;
   border-top:                #4e688d 1px solid;
   display:                   block;
   padding-left:              5px;
   font-size:                 large;
   color:                     #ffffff;
   font-family:               'arial narrow', arial, helvetica, sans-serif;
   letter-spacing:            2px;}

If I'm way off-base here, let me know. Otherwise, it looks good from 
what I can see on my system (wirelessly Terminal Server Client-ed from 
my Ubuntu Desktop into my Toshiba Tablet running IE6/WinXP-SP2 in 
Multiple IE Standalone mode, -- don't ask, it gets weird).

Hope it helps!
Bill
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to