Welcome, Guest
Username Password: Remember me

CSS examples
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: CSS examples

CSS examples 15 Nov 2009 03:54 #1351

I'm not at all experienced with CSS, although get the sinking feeling that I'm going to need to learn

I have the default CSS running with 6.1.0_RC5, and it appears without the bottom border on IE8, but is fine with the latest version of Firefox (well, no surprise there really), but your example site here works fine with both IE8 and Firefox.

My question is, if you're running something other than the standard CSS, is it possible to have a copy, as I'm not trying to do anything fancy except avoid hard coding HTML for my churches Bible talks.

Also, the table seems to be fixed width, and I'd quite like it to take up the full width of the frame its in, but can't seem to see where to do this (I can hear the crys of learn CSS from here).

Any help much appreciated, as I like the component and really want to use it, but really don't want to spend time learning CSS if I can avoid it.

Thanks!
Last Edit: 19 Nov 2009 13:05 by Eugen.

Re: CSS examples 15 Nov 2009 10:47 #1352

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
Can you share your site URL so we take a look? It might be something to do with your template. You can mess around with the css and if it blows up you can reset it. One problem with RC5 is that the .sav css file used to reset the css doesn't contain the social networking tags. If you can, edit the /components/com_biblestudy/assets/css/biblestudy.sav and add these at the bottom:

/*Social Networking Items */
#bsmsshare {
margin: 0;
border-collapse:separate;
float:right;
border: 1px solid #CFCFCF;
background-color: #F5F5F5;
}
#bsmsshare th, #bsmsshare td {
text-align:center;
padding:0 0 0 0;
border:none;
}
#bsmsshare th {
color:#0b55c4;
font-weight:bold;
}

In terms of how to get the table to be full width - I think it should be. I didn't actually design the css for this, and really consider myself a newbie on css as well.
"You shall know the truth and the truth shall set you free." JC

Re: CSS examples 19 Nov 2009 13:00 #1430

OK, that worked fine thanks.

For some reason something in the cache of my IE8 was stopping the table working properly, but I've cleared it down and it all works nicely now, so I'm busily adding all the old talks to the site. I'm up to April 2009 so far
  • Page:
  • 1
Time to create page: 0.51 seconds