Re: [WSG] styling address tag or microformat hcard

2008-06-05 Thread Robert O'Rourke
tee wrote: On Jun 4, 2008, at 2:07 AM, Robert O'Rourke wrote: So you could have: defaultFormat![CDATA[ div class=vcard div class=n{{var firstname}} {{var lastname}}/div {{depend company}}div class=org{{var company}}/div{{/depend}} div class=adr span class=street-address

[WSG] Out of Office AutoReply: WSG Digest

2008-06-05 Thread Nicola Clarke
Thank-you for your e-mail. I am currently out of the office, returning Wednesday 11 June. I will respond to your e-mail upon my return. In the meantime, please forward any urgent queries to my manager, Adam Hough. -HBA eMail Disclaimer: -- The

[WSG] Wiki's and standards

2008-06-05 Thread Rob Enslin
Hello WSG Group, Our company have asked me to look into potential Wiki software for our corporate community (intranet-style). The person driving the Wiki has suggested using Jive's Clearspace ( http://www.jivesoftware.com/products/clearspace). With web standards in mind: 1. Has anyone used

[WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Please i need help in fixing this. If you go to http://www.rockondude.net/index.php in the main content area, am trying to have it that the images dont have an a:hover effect. How do i achieve this? I've been messing around with it all day but nothing.. -- Best Regards, Olajide Olaolorun ###

Re: [WSG] Help With Hover

2008-06-05 Thread Prisca schmarsow
Olajide, just had a looka at your page - the jumping happens because you are applying padding only on hover for all your links, essentially adding to their size... This is not ideal, in my humble opinion, as your text also shifts on rollover... If you however applied your padding to the main

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
The padding is not the error. I fixed that already.. Its the background that happens under the images... On Thu, Jun 5, 2008 at 3:25 PM, Prisca schmarsow [EMAIL PROTECTED] wrote: Olajide, just had a looka at your page - the jumping happens because you are applying padding only on hover for

Re: [WSG] Help With Hover

2008-06-05 Thread Rick Lecoat
On 5 Jun 2008, at 20:25, Prisca schmarsow wrote: the jumping happens because you are applying padding only on hover for all your links, essentially adding to their size... This is not ideal, in my humble opinion, as your text also shifts on rollover... If you however applied your padding

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Ok on the index, the padding does not work but on the events page, the padding does. Why??? They are the same thing?? On Thu, Jun 5, 2008 at 3:45 PM, Olajide Olaolorun [EMAIL PROTECTED] wrote: The padding is not the error. I fixed that already.. Its the background that happens under the

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
The problem is not even just the padding, its the background color under the images. On Thu, Jun 5, 2008 at 3:49 PM, Olajide Olaolorun [EMAIL PROTECTED] wrote: Ok on the index, the padding does not work but on the events page, the padding does. Why??? They are the same thing?? On Thu, Jun

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
The reason i cant do that is because the content are being fetched from wordpress. I cant edit every single image. I want the padding there. The shift. For the text. Not for the images though. Neither do i want the background for the images... On Thu, Jun 5, 2008 at 4:01 PM, Prisca schmarsow

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
Olajide, I've not tested on IE as just reinstalled and haven't had chance to put parallels back but, what about this ... a { background: black; } a:hover { padding: 5px; } a:hover img { margin: -0px -5px -10px -5px; } Hope it helps Darren 2008/6/5 Olajide Olaolorun [EMAIL

[WSG] Help With CSS

2008-06-05 Thread Olajide Olaolorun
Ok, here is the case. http://www.rockondude.net/index.php http://www.rockondude.net/events/ I am trying to get rid of the image padding that happens for some reason only on events page. This does not happen on the index page but for some reason it happens on the events page. I am also trying to

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
Opps, no, it sucks up the next block element 2008/6/5 Darren West [EMAIL PROTECTED]: Olajide, I've not tested on IE as just reinstalled and haven't had chance to put parallels back but, what about this ... a { background: black; } a:hover { padding: 5px; } a:hover img {

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
Maybe this ... a { background: black; } a:hover { border: 0; padding: 5px; } a img { border: 0; } a:hover img { border-bottom: 6px solid white; margin: -0px -5px -10px -5px; } Its not happening on the homepage now as the images have been centered using the align attribute on

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Thanks Darren. If you look at the events page not, everything is good. Jut the movement is still there, thats ok. That one is not like the other one so thats good ;-) One more question, if you look at the end of a post, you will see the Share This link. Now mouse over it and see that the Share

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Darren, at the sidebar the new changes is affecting the images on the sidebar... :( The sidebar was alright before... On Thu, Jun 5, 2008 at 5:02 PM, Olajide Olaolorun [EMAIL PROTECTED] wrote: Thanks Darren. If you look at the events page not, everything is good. Jut the movement is still

Re: [WSG] Help With CSS

2008-06-05 Thread Prisca schmarsow
Olajide, we are trying to help, you know... if it's wordpress - you might need to edit your theme templates :-) (and maybe tighten up your CSS) the reason for the different behaviour here relates to the theme templates used by default the index page does have a different template

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
Target the links specifically in the mainContent using: div#mainContent a { ... 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]: Darren, at the sidebar the new changes is affecting the images on the sidebar... :( The sidebar was alright before... On Thu, Jun 5, 2008 at 5:02 PM, Olajide

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
Because in your style.css you have: a:hover { padding: 2px; } and in sharethis.css you have: a.stbutton { padding:1px 5px 5px 22px; } so when you hover over any link it will set the padding to 2px, overiding the padding of a.stbutton. Try a.stbutton:hover { padding:1px 5px 5px 22px;

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
What do you mean? On Thu, Jun 5, 2008 at 5:11 PM, Darren West [EMAIL PROTECTED] wrote: Target the links specifically in the mainContent using: div#mainContent a { ... 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]: Darren, at the sidebar the new changes is affecting the images on the

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
You maybe able to make it works with further experimentation ... 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]: One more thing, it doesnt work on IE :( On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun [EMAIL PROTECTED] wrote: Darren, at the sidebar the new changes is affecting the images

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
This works on the sidebar: #sidebar .one-image a:hover { text-decoration: none; background: none; } With that, everything is ok on all he images on the sidebar. But for some reason i tried to duplicate that code for the mainContent and it wont work. Ofcourse the difference is that

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Where did you see the sharethis.css? I think thats on the sharethis.comwebsite. I have no access to that. On Thu, Jun 5, 2008 at 5:19 PM, Darren West [EMAIL PROTECTED] wrote: You maybe able to make it works with further experimentation ... 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]: One

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
I should have made it clear, the CSS rules I gave you were meant as a guide; to be fair, as Prisca has just said in your new thread, your CSS really could do with being tightened up to avoid these problems. A start would be to put more specificity into your rules, so replace: a img { ...

Re: [WSG] Help With Hover

2008-06-05 Thread Todd
Darren West wrote: You maybe able to make it works with further experimentation ... 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]: One more thing, it doesnt work on IE :( On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun [EMAIL PROTECTED] wrote: Darren, at the sidebar the new changes

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
No but you do have access to style.css so pop it in there 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]: Where did you see the sharethis.css? I think thats on the sharethis.com website. I have no access to that. On Thu, Jun 5, 2008 at 5:19 PM, Darren West [EMAIL PROTECTED] wrote: You maybe

Re: [WSG] Help With Hover

2008-06-05 Thread Darren West
Are there ... how many? 2008/6/5 Todd [EMAIL PROTECTED]: Darren West wrote: You maybe able to make it works with further experimentation ... 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]: One more thing, it doesnt work on IE :( On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun [EMAIL

Re: [WSG] Help With Hover

2008-06-05 Thread Olajide Olaolorun
Thanks Darren Prisca ;-) Todd, umm, thats what the list is for? Help? Or at least when i joined in. So. On Thu, Jun 5, 2008 at 5:30 PM, Todd [EMAIL PROTECTED] wrote: Darren West wrote: You maybe able to make it works with further experimentation ... 2008/6/5 Olajide Olaolorun [EMAIL

Re: [WSG] Wiki's and standards

2008-06-05 Thread James Ellis
Hi Note sure about which one is the best for standards support - they all have their little oddities that are usually down to the developers' interpretation of what is correct. Most of them have this odd wiki markup so you type in headline instead of h4headline/h4 - which stupidly

Re: [WSG] Wiki's and standards

2008-06-05 Thread Mark Harris
Rob Enslin wrote: Hello WSG Group, Our company have asked me to look into potential Wiki software for our corporate community (intranet-style). The person driving the Wiki has suggested using Jive's Clearspace ( http://www.jivesoftware.com/products/clearspace). With web standards in mind: 1.