Re: [WSG] Help

2011-12-11 Thread Mike Soden
Marvin,

I'd try it on a webserver to make sure it's not something to do with wamp,
IIS, or local permissions etc..


regards,


Mike



On 12 December 2011 14:03, Marvin Hunkin startrekc...@gmail.com wrote:

 Hi.
 using wamp server 2.2, windows 7 professional 32 bit, and now, wrote a
 script for my class, and inserting a script using a database in sql.
 now, when i enter my details into the form, and then click submit.
 i get the now shwoing me the data.
 saying, the user was denied access for local host.
 so, what do i do to get this to work?
 any ideas.
 Marvin.



 ***
 List Guidelines: 
 http://webstandardsgroup.org/**mail/guidelines.cfmhttp://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: 
 http://webstandardsgroup.org/**join/unsubscribe.cfmhttp://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberhelp@webstandardsgroup.**orgmemberh...@webstandardsgroup.org
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Help

2011-12-11 Thread Doug Burt

Marvin,
It looks like you screwed on your database permissions when setting up the 
sql request, or you haven't used the right database info, username or 
password on your script to access it with the sql request. Have a good look 
over it and doublecheck all your information...

Cheers,
Doug

- Original Message - 
From: Marvin Hunkin startrekc...@gmail.com

To: wsg@webstandardsgroup.org
Sent: Sunday, December 11, 2011 7:03 PM
Subject: [WSG] Help



Hi.
using wamp server 2.2, windows 7 professional 32 bit, and now, wrote a
script for my class, and inserting a script using a database in sql.
now, when i enter my details into the form, and then click submit.
i get the now shwoing me the data.
saying, the user was denied access for local host.
so, what do i do to get this to work?
any ideas.
Marvin.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***







***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



RE: [WSG] Help - Anchor Link to specific area on web page

2011-01-19 Thread E W
 
@Chris F.A. Johnson - Thank you for your feedback and alerting me to the 
other problems. 

 Date: Tue, 18 Jan 2011 21:46:37 -0500
 From: ch...@cfajohnson.com
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] Help - Anchor Link to specific area on web page
 
 On Tue, 18 Jan 2011, E W wrote:
 
 
  Hi Fellow Web Master Friends,
 
  I'm creating a web page and need help with Named Anchor Links.
 
  Problem: when clicking on a roll over that is linked to another a
  web page using a Named Anchor in a specific area on the linked web
  page, the browser jumps to the linked page but for a brief moment it
  goes to the top of the web page and then down to the area where the
  Named Anchor is located. I do not want it to go to the top of the
  web page first. Instead I want it to just go to the Named Anchor
  location. Also, this seems to be happening in Internet Explorer and
  Firefox on PC but not on Firefox on Mac.
 
 In Firefox 3.6.13 on Linux it goes directly to the anchor.
 
 See other problems:
  http://t.cfaj.ca/radcal1.jpg
  http://t.cfaj.ca/radcal2.jpg
 
  View the problem:
  http://www.radcal.com/accugold-private2.html#sensoroptabs - click on
  the each of the four tabs: Diode Dose Multisensors, Ion Chamber Dose
  Sensors, Diode Dose Sensors and mA and mAs Sensors and see how the
  links work from page to page.
 
  I'm wondering if it has something to do with the Browsers Defaults
  on where you land on a page when clicking on the links?
 
  Your feedback and help is appreciated.
 
 -- 
 Chris F.A. Johnson, http://cfajohnson.com/
 Author:
 Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
 Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
 
 
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***
 
  

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


RE: [WSG] Help - Anchor Link to specific area on web page

2011-01-19 Thread E W
 
@tee - Thank you for your feedback and alerting me to the other problems. 

From: weblis...@gmail.com
Subject: Re: [WSG] Help - Anchor Link to specific area on web page
Date: Tue, 18 Jan 2011 19:00:31 -0800
To: wsg@webstandardsgroup.org






View the problem: http://www.radcal.com/accugold-private2.html#sensoroptabs - 
click on the each of the four tabs: Diode Dose Multisensors, Ion Chamber Dose 
Sensors, Diode Dose Sensors and mA and mAs Sensors and see how the links work 
from page to page.

I'm wondering if it has something to do with the Browsers Defaults on where you 
land on a page when clicking on the links?

Your feedback and help is appreciated''

A return false could prevent this. 
But in your case, you specifically tells browser to go top:
...images/pdc-brochure-low-res.pdf target=_top
Apart from the target=_top. We don't do nested anchor links. a 
href=#...a href=_image/pdc-brochure-low-res.p target=_top/a/a
You may want to clean up your codes, and perhaps pick up a habit switching 
between view source and visual mode when work in Dreamweaver.
tee


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 
  

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] Help - Anchor Link to specific area on web page

2011-01-18 Thread Chris F.A. Johnson

On Tue, 18 Jan 2011, E W wrote:



Hi Fellow Web Master Friends,

I'm creating a web page and need help with Named Anchor Links.

Problem: when clicking on a roll over that is linked to another a
web page using a Named Anchor in a specific area on the linked web
page, the browser jumps to the linked page but for a brief moment it
goes to the top of the web page and then down to the area where the
Named Anchor is located. I do not want it to go to the top of the
web page first. Instead I want it to just go to the Named Anchor
location. Also, this seems to be happening in Internet Explorer and
Firefox on PC but not on Firefox on Mac.


   In Firefox 3.6.13 on Linux it goes directly to the anchor.

   See other problems:
http://t.cfaj.ca/radcal1.jpg
http://t.cfaj.ca/radcal2.jpg


View the problem:
http://www.radcal.com/accugold-private2.html#sensoroptabs - click on
the each of the four tabs: Diode Dose Multisensors, Ion Chamber Dose
Sensors, Diode Dose Sensors and mA and mAs Sensors and see how the
links work from page to page.

I'm wondering if it has something to do with the Browsers Defaults
on where you land on a page when clicking on the links?

Your feedback and help is appreciated.


--
   Chris F.A. Johnson, http://cfajohnson.com/
   Author:
   Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Help - Anchor Link to specific area on web page

2011-01-18 Thread tee
 
 
 
 View the problem: http://www.radcal.com/accugold-private2.html#sensoroptabs - 
 click on the each of the four tabs: Diode Dose Multisensors, Ion Chamber Dose 
 Sensors, Diode Dose Sensors and mA and mAs Sensors and see how the links work 
 from page to page.
 
 I'm wondering if it has something to do with the Browsers Defaults on where 
 you land on a page when clicking on the links?
 
 Your feedback and help is appreciated''


A return false could prevent this. 

But in your case, you specifically tells browser to go top:

...images/pdc-brochure-low-res.pdf target=_top

Apart from the target=_top. We don't do nested anchor links.
 a href=#...a href=_image/pdc-brochure-low-res.p 
target=_top/a/a

You may want to clean up your codes, and perhaps pick up a habit switching 
between view source and visual mode when work in Dreamweaver.

tee



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread David Laakso

 On 9/15/10 8:42 AM, Marvin Hunkin wrote:


THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.

MARVIN.





That's a big order, Marvin. I am a designer rather than a developer but 
would think you may want to keep things very simple.

This is an open-source XML based lite CMS.
http://get-simple.info/start/
It may more than meet your need and will probably be a lot less 
frustrating in the long run...


Best,
~d




--
:: desktop and mobile ::
http://chelseacreekstudio.com/



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Marcos Paulo Machado
Marvin, I suggest you study more before choose any CMS to your project and
verify wich better fit in your requirements.

I use the three CMS's, and I prefer the Wordpress, because is more simple to
configure and install.

from my android

Em 15/09/2010 12:25, David Laakso da...@chelseacreekstudio.comescreveu:

On 9/15/10 8:42 AM, Marvin Hunkin wrote:




 THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.

MARVIN.




That's a big order, Marvin. I am a designer rather than a developer but
would think you may want to keep things very simple.
This is an open-source XML based lite CMS.
http://get-simple.info/start/ http://get-simple.info/start/
It may more than meet your need and will probably be a lot less frustrating
in the long run...

Best,
~d




 --
:: desktop and mobile ::http://chelseacreekstudio.com/



***
List Guidelines: http://websta...


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread charithjc
Hi Marvin,
If you are new to use any CMS me too suggest you start with Wordpress.
Charith.

Sent via BlackBerry® from Dialog

-Original Message-
From: Marcos Paulo Machado marcosp...@gmail.com
Sender: li...@webstandardsgroup.orgdate: Wed, 15 Sep 2010 12:47:34 
To: wsg@webstandardsgroup.org
Reply-to: wsg@webstandardsgroup.org
Subject: Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

Marvin, I suggest you study more before choose any CMS to your project and
verify wich better fit in your requirements.

I use the three CMS's, and I prefer the Wordpress, because is more simple to
configure and install.

from my android

Em 15/09/2010 12:25, David Laakso da...@chelseacreekstudio.comescreveu:

On 9/15/10 8:42 AM, Marvin Hunkin wrote:




 THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.

MARVIN.




That's a big order, Marvin. I am a designer rather than a developer but
would think you may want to keep things very simple.
This is an open-source XML based lite CMS.
http://get-simple.info/start/ http://get-simple.info/start/
It may more than meet your need and will probably be a lot less frustrating
in the long run...

Best,
~d




 --
:: desktop and mobile ::http://chelseacreekstudio.com/



***
List Guidelines: http://websta...


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Sunday John
You may want to use use Wordpress for a start but consider TYPO3 for a
professional development.


  Sunday John
  Solutions Provider
  Phone: 234 802 322 8712, 234 7029513356
  Website: www.raphsonsolutions.com
   Email: sun...@raphsonsolutions.com

--- @ WiseStamp
Signaturehttp://my.wisestamp.com/link?u=wcxmvmfngt9pqscnsite=www.wisestamp.com/email-install.
Get it 
nowhttp://my.wisestamp.com/link?u=wcxmvmfngt9pqscnsite=www.wisestamp.com/email-install


On Wed, Sep 15, 2010 at 5:01 PM, charit...@gmail.com wrote:

 Hi Marvin,
 If you are new to use any CMS me too suggest you start with Wordpress.
 Charith.

 Sent via BlackBerry® from Dialog
 --
 *From: * Marcos Paulo Machado marcosp...@gmail.com
 *Sender: * li...@webstandardsgroup.org
 *Date: *Wed, 15 Sep 2010 12:47:34 -0300
 *To: *wsg@webstandardsgroup.org
 *ReplyTo: * wsg@webstandardsgroup.org
 *Subject: *Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

 Marvin, I suggest you study more before choose any CMS to your project and
 verify wich better fit in your requirements.

 I use the three CMS's, and I prefer the Wordpress, because is more simple
 to configure and install.

 from my android

 Em 15/09/2010 12:25, David Laakso da...@chelseacreekstudio.com
 escreveu:

 On 9/15/10 8:42 AM, Marvin Hunkin wrote:


 
 
  THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A
 CMS.
 
 MARVIN.




 That's a big order, Marvin. I am a designer rather than a developer but
 would think you may want to keep things very simple.
 This is an open-source XML based lite CMS.
 http://get-simple.info/start/ http://get-simple.info/start/
 It may more than meet your need and will probably be a lot less frustrating
 in the long run...

 Best,
 ~d




  --
 :: desktop and mobile ::http://chelseacreekstudio.com/



 ***
 List Guidelines: http://websta...

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




-- 

  Sunday John
  Solutions Provider
  Phone: 234 802 322 8712, 234 7029513356
  Website: www.raphsonsolutions.com
   Email: sun...@raphsonsolutions.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Mark Host
 Does nobody see that this email is spam?  The email makes no sense.  
Why would someone write a formal document for a star trek site *they 
*are /writing /themselves?


Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.


--
Mark Host

On 9/15/2010 7:42 AM, Marvin Hunkin wrote:

HI.
THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.
LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.
SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.
BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.
ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.
AND WHAT DO I NEED TO SET IT UP.
WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND THE 
TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.

THEN WHICH TOOL TO USE FOR THIS PROJECT.
SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH 
THE CURRENT PROJECT.

GOT WRITERS BLOCK, OR CODERS BLOCK.
SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.
IF ANY ONE HAS DONE THIS BEFORE.
SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT 
NAVIGATION I WILL USE.

ETC.
ANY HELP WOULD BE GRATEFULLY APPRECIATED.
MARVIN.
PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER 
FROM HTTP://WWW.FREEDOMSCIENTIFIC.COM http://WWW.FREEDOMSCIENTIFIC.COM


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

RE: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Raul Ferrer
Hi Mark,

 

In a normal state I would probably second your thoughts, but Marvin is NO
spammer.

He’s a blind coder, so it’s very probably that he didn’t notice he was
writing in Caps.

 

He’s also been working on the Star Trek project for quite a while and
besides, he’s quite active on this list. 

So before assuming “the obvious” search for the user and you’ll see that
he’s no spammer.

 

Cheers

 

Raul

 

  _  

De: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] En
nombre de Mark Host
Enviado el: miércoles, 15 de septiembre de 2010 18:31
Para: wsg@webstandardsgroup.org
Asunto: Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

 

Does nobody see that this email is spam?  The email makes no sense.  Why
would someone write a formal document for a star trek site they are writing
themselves?

Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.



--
Mark Host


On 9/15/2010 7:42 AM, Marvin Hunkin wrote: 

HI.

THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.

LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.

SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.

BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.

ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.

AND WHAT DO I NEED TO SET IT UP.

WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND THE
TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.

THEN WHICH TOOL TO USE FOR THIS PROJECT.

SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH THE
CURRENT PROJECT.

GOT WRITERS BLOCK, OR CODERS BLOCK.

SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.

IF ANY ONE HAS DONE THIS BEFORE.

SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT NAVIGATION I
WILL USE.

ETC.

ANY HELP WOULD BE GRATEFULLY APPRECIATED.

MARVIN.

PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER FROM
HTTP://WWW.FREEDOMSCIENTIFIC.COM


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Joseph Taylor

 Mark,

Marvin has been a member of this group for a long time and he's to be 
commended for his never-ceasing efforts to develop websites without the 
gift of sight.


Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/Clean, Simple and Elegant Web Design/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 9/15/10 12:30 PM, Mark Host wrote:
Does nobody see that this email is spam?  The email makes no sense.  
Why would someone write a formal document for a star trek site *they 
*are /writing /themselves?


Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.


--
Mark Host

On 9/15/2010 7:42 AM, Marvin Hunkin wrote:

HI.
THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A 
CMS.

LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.
SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.
BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.
ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.
AND WHAT DO I NEED TO SET IT UP.
WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND 
THE TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.

THEN WHICH TOOL TO USE FOR THIS PROJECT.
SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH 
THE CURRENT PROJECT.

GOT WRITERS BLOCK, OR CODERS BLOCK.
SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.
IF ANY ONE HAS DONE THIS BEFORE.
SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT 
NAVIGATION I WILL USE.

ETC.
ANY HELP WOULD BE GRATEFULLY APPRECIATED.
MARVIN.
PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER 
FROM HTTP://WWW.FREEDOMSCIENTIFIC.COM http://WWW.FREEDOMSCIENTIFIC.COM


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Mark Host

 My apologies to Marvin and everyone on the list.


Mark Host


On 9/15/2010 11:50 AM, Joseph Taylor wrote:

Mark,

Marvin has been a member of this group for a long time and he's to be 
commended for his never-ceasing efforts to develop websites without 
the gift of sight.


Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/Clean, Simple and Elegant Web Design/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 9/15/10 12:30 PM, Mark Host wrote:
Does nobody see that this email is spam?  The email makes no sense.  
Why would someone write a formal document for a star trek site *they 
*are /writing /themselves?


Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.


--
Mark Host

On 9/15/2010 7:42 AM, Marvin Hunkin wrote:

HI.
THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING 
A CMS.

LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.
SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.
BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.
ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.
AND WHAT DO I NEED TO SET IT UP.
WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND 
THE TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.

THEN WHICH TOOL TO USE FOR THIS PROJECT.
SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH 
THE CURRENT PROJECT.

GOT WRITERS BLOCK, OR CODERS BLOCK.
SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.
IF ANY ONE HAS DONE THIS BEFORE.
SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT 
NAVIGATION I WILL USE.

ETC.
ANY HELP WOULD BE GRATEFULLY APPRECIATED.
MARVIN.
PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER 
FROM HTTP://WWW.FREEDOMSCIENTIFIC.COM http://WWW.FREEDOMSCIENTIFIC.COM


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Mark Host
 I've only been on this list for about 6 months or so, but foot has 
been placed firmly in mouth.  Anyways, perhaps I should contribute 
something constructive.


I think Joomla is bloated (though a very good CMS) and requires more of 
learning curve.  Where as WordPress is a great all-around platform, 
particularly with the new version 3. Drupal is a great CMS, but again, 
probably too much bloat.


I have been developing sites in Stacey http://staceyapp.com/ and playing 
with Perch http://grabaperch.com/ because they are lightweight and less 
clutter.  Though, Stacey is probably not a great fit because it requires 
a bit more effort.


I wonder how any of these CMS's work with screenreaders, given the long 
list of menus that aren't always used and heavy use of admin Javascript.


Thanks for being an understanding group of individuals!

--
Mark Host


On 9/15/2010 12:30 PM, Raul Ferrer wrote:


No worries, mate!

As I said, if I was in another list I'd have thought probably the same 
thing.


Cheers

Raul



*De:* li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] 
*En nombre de *Mark Host

*Enviado el:* miércoles, 15 de septiembre de 2010 19:05
*Para:* wsg@webstandardsgroup.org
*CC:* Joseph Taylor
*Asunto:* Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

My apologies to Marvin and everyone on the list.

Mark Host


On 9/15/2010 11:50 AM, Joseph Taylor wrote:

Mark,

Marvin has been a member of this group for a long time and he's to be 
commended for his never-ceasing efforts to develop websites without 
the gift of sight.


Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/Clean, Simple and Elegant Web Design/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com mailto:j...@sitesbyjoe.com


On 9/15/10 12:30 PM, Mark Host wrote:

Does nobody see that this email is spam?  The email makes no sense.  
Why would someone write a formal document for a star trek site *they 
*are /writing /themselves?


Here's your first tip starvin Marvin.  TURN CAPS LOCK OFF.

--
Mark Host


On 9/15/2010 7:42 AM, Marvin Hunkin wrote:

HI.

THINKING ABOUT REWRITING MY STAR TREK SITE AND THINKING ABOUT USING A CMS.

LIKE JOOMLA, WORD PRESS, AND DROOPLE 7 WHEN IT COMES OUT.

SO DOWNLOADED WAMP SERVER 2, AND GOT JOOMLA.

BUT HAVING A BIT OF TROUBLE SETTING IT UP WITH JAWS.

ANY ONE HAD EXPERIENCE WITH A CMS SYSTEM.

AND WHAT DO I NEED TO SET IT UP.

WILL BE WRITING A FORMAL REQUIREMENTS DOCUMENT OF THE PROJECT, AND THE 
TECHNICAL SPECIFICATIONS AND OUTLINING WHAT I WANT FOR THE PROJECT.


THEN WHICH TOOL TO USE FOR THIS PROJECT.

SO NO NEED TO BANG MY HEAD FOR CODING, USING SQL, AND GOT STUCK WITH 
THE CURRENT PROJECT.


GOT WRITERS BLOCK, OR CODERS BLOCK.

SO WAS THINKING OF MAYBE GOING WITH THIS APPORACH.

IF ANY ONE HAS DONE THIS BEFORE.

SO DO I JUST THEN TAKE MY TEXT, LINKS, AND MAYBE SET OUT WHAT 
NAVIGATION I WILL USE.


ETC.

ANY HELP WOULD BE GRATEFULLY APPRECIATED.

MARVIN.

PS: A LBIND COMPUTER USER, USING THE JAWS FOR WINDOWS SCREEN READER 
FROM HTTP://WWW.FREEDOMSCIENTIFIC.COM http://WWW.FREEDOMSCIENTIFIC.COM



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org 
mailto:memberh...@webstandardsgroup.org

***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org 
mailto:memberh...@webstandardsgroup.org

***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org 
mailto:memberh...@webstandardsgroup.org

***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 



***
List Guidelines: http://webstandardsgroup.org/mail

Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Micky Hulse
On Wed, Sep 15, 2010 at 8:47 AM, Marcos Paulo Machado
marcosp...@gmail.com wrote:
 Marvin, I suggest you study more before choose any CMS to your project and
 verify wich better fit in your requirements.

Totally agree with Paulo.

In terms of CMS/Blogs, I like these:

1. ExpressionEngine
http://expressionengine.com/

2. Textpattern
http://textpattern.com/

They are both more blog than CMS... I guess it really depends on your
needs. EE has some good addons for managing flat pages. TXP is free
whereas EE has a nominal yearly fee for the licensing.

You also might consider a framework. I prefer these:

1. Django (Python)
2. CodeIgniter (PHP)

Django is pretty dope... I think I like it better than CI, but the
learning curve can be steep depending on your level of experience.

You might also look at content management systems built using CI and/or Django:

1. Django-cms
http://www.django-cms.org/

2. Pinax

You might also check out this site:

Django Packages
http://djangopackages.com/

Expression Engine 2.0 (their latest version) is built on CI.

PyroCMS looks good (built on CI):
http://pyrocms.com/

I do agree with the others who suggest WordPress though... If you are
pretty new to CMS/Blog systems, with WP you will probably be
up-and-running in no time. :)

Good luck!
Cheers,
Micky


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] HELP WITH SETTING UP A CMS PROJECT

2010-09-15 Thread Micky Hulse
On Wed, Sep 15, 2010 at 2:49 PM, Micky Hulse mickyhulse.li...@gmail.com wrote:
 2. Pinax

Ooops, I forgot to include Pinax link:

http://pinaxproject.com/


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



RE: [WSG] Help with mobile MIME type always fails test

2010-04-19 Thread Spellacy, Michael
Funny this should come up as I felt like being fussy a couple of weeks
ago. If you happen to be building a site with dotNet (.NET) 2008 you can
override the server MIME type inline by adding the following to the
@Page directive:

contenttype=application/xhtml+xml

This comes in handy if you have a mobile site living in the same
directory as your regular site.

I know this may not help you, Kevin, but maybe it will help
someone...someday. :-)

Michael Spell Spellacy
http://www.spellacy.net
@spellacy

 I am hoping someone can help me with a MIME for mobile sites problem I
am having.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Help with mobile MIME type always fails test

2010-04-16 Thread Phil Archer

Kevin,

That's a password protected page so I can't see it.

Not sure what you man by the 'Mobile MIME type'. Can you elaborate please?

Phil.

Kevin Erickson wrote:

Hello all,
I am hoping someone can help me with a MIME for mobile sites problem I am
having. I have a page,
http://devel.virginiainteractive.org/demo/portalredesign2010/mobile/mobile_p
ages/, that will not pass the test for mobile MIME type using the
http://mobiready.com/launch.jsp mobile site tester. I have tested other big
brand mobile sites for government and commercial and none seem to pass this
either. Can someone please advise?

Thank you very much,
Kevin 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***




--


Phil Archer
W3C Open Media Web
http://www.w3.org/

http://philarcher.org
+44 (0)1473 434770


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Help with mobile MIME type always fails test

2010-04-16 Thread kevin_erickson
Sorry. Meant to say hit CANCEL button and you should be able to see it. Thanks
Sent on the Sprint® Now Network from my BlackBerry®

-Original Message-
From: Phil Archer ph...@w3.org
Date: Fri, 16 Apr 2010 22:25:44 
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Help with mobile MIME type always fails test

Kevin,

That's a password protected page so I can't see it.

Not sure what you man by the 'Mobile MIME type'. Can you elaborate please?

Phil.

Kevin Erickson wrote:
 Hello all,
 I am hoping someone can help me with a MIME for mobile sites problem I am
 having. I have a page,
 http://devel.virginiainteractive.org/demo/portalredesign2010/mobile/mobile_p
 ages/, that will not pass the test for mobile MIME type using the
 http://mobiready.com/launch.jsp mobile site tester. I have tested other big
 brand mobile sites for government and commercial and none seem to pass this
 either. Can someone please advise?
 
 Thank you very much,
 Kevin 
 
 
 
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***
 
 

-- 


Phil Archer
W3C Open Media Web
http://www.w3.org/

http://philarcher.org
+44 (0)1473 434770


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Help with mobile MIME type always fails test

2010-04-16 Thread kevin_erickson
Just cancel on the login but load the page into the test site please to see the 
results. Thanks
Sent on the Sprint® Now Network from my BlackBerry®

-Original Message-
From: Phil Archer ph...@w3.org
Date: Fri, 16 Apr 2010 22:25:44 
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Help with mobile MIME type always fails test

Kevin,

That's a password protected page so I can't see it.

Not sure what you man by the 'Mobile MIME type'. Can you elaborate please?

Phil.

Kevin Erickson wrote:
 Hello all,
 I am hoping someone can help me with a MIME for mobile sites problem I am
 having. I have a page,
 http://devel.virginiainteractive.org/demo/portalredesign2010/mobile/mobile_p
 ages/, that will not pass the test for mobile MIME type using the
 http://mobiready.com/launch.jsp mobile site tester. I have tested other big
 brand mobile sites for government and commercial and none seem to pass this
 either. Can someone please advise?
 
 Thank you very much,
 Kevin 
 
 
 
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***
 
 

-- 


Phil Archer
W3C Open Media Web
http://www.w3.org/

http://philarcher.org
+44 (0)1473 434770


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Help with mobile MIME type always fails test

2010-04-16 Thread Andrew Harris
Well, well, well, you learn something new every day eh?

On Sat, Apr 17, 2010 at 9:47 AM,  kevin_erick...@comcast.net wrote:
 Just cancel on the login but load the page into the test site please to see 
 the results.

I still couldn't get into a page, but it doesn't matter - I think I
see the problem.

According to dot-mobi: For XHTML-MP, the recommended MIME type is
application/vnd.wap.xhtml+xml or application/xhtml+xml. Unlike HTML,
XHTML-MP should not be served as text/html.

Consequently the mobile site I maintain at: http://m.unimelb.edu.au
also generates a warning. On the other hand, I get the feeling it's
pretty much an 'edge case' as far as failure goes. Serving as
text/html isn't going to break many browsers. I suspect only most
primitive wap only browsers will fail to load the content. If you look
at dot-mobi's little graph, it indicates that such browsers are likely
to be on mobiles greater than 5 years old - pretty minor stuff given
that, if you're anything like our site, more than 95% of your mobile
traffic is going to be from Apple devices.

However, there's nothing wrong with being fussy, so getting you server
to use the correct MIME type will require you either getting into the
apache.conf file or using .htaccess to set the mime type for the file
extensions you're using. This can get tricky and will break things if
you don't know what you're doing. (I don't!)

In my case - using the MySource Matrix CMS, it's just a matter of
adding a line to the beginning of my mobile template, if you are
running a CMS you may have a similar setting. I'm going to leave that
until Monday when I've got time to back out of it if it causes
problems :-)

-- 
Andrew Harris
and...@woowoowoo.com
http://www.woowoowoo.com

~~~ * ~~~


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] help

2010-04-05 Thread James Ellis
Hi

Sorry, Marvin, but you raised this topic on the WSG list a few weeks back
and, if memory serves me correctly, it was deemed off-topic. While it's
obviously a very annoying situation to be in, it really has nothing to do
with the WSG. Please stick to the mailing list guidelines when posting. If
there are people on the list who have helped you in the past and you think
can help you again, try emailing them directly. Remember, your messages go
to over 7000 subscribers.

If anyone wants to try and help Marvin, please do so off-list to avoid
populating the list with spurious remarks and replies. Doing so will help
improve the signal/noise ratio of the WSG mailing list.

Many thanks
James (admin)

On Sun, Apr 4, 2010 at 4:32 AM, Marvin Hunkin startrekc...@gmail.comwrote:

  hi.
 well lost all my project a couple of months ago.
 dodgy system restore.
 corrupted hard disk.
 so with my toshiba satellite a300 you can set it back to default factory
 settings.
 thus wiping the drive.
 so lost all my projects, data, e-mails, links, contacts, etc.
 and my music.
 but been able to get most of the music back from a friend.
 now got a external 1 tb external drive.
 tried a few recovery programs.
 but either not accessible.
 did find one called recover my files, but to recover, you had to pay for
 the version.
 problem, i do not have a credit card or pay pal account.
 so, any one used recovery software that works with a screen reader, and is
 free.
 marvin.

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] help

2010-04-02 Thread Joseph Taylor

Oh no! Marvin!

Best of Luck!!!

Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/Clean, Simple and Elegant Web Design/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 4/3/10 2:32 PM, Marvin Hunkin wrote:

hi.
well lost all my project a couple of months ago.
dodgy system restore.
corrupted hard disk.
so with my toshiba satellite a300 you can set it back to default 
factory settings.

thus wiping the drive.
so lost all my projects, data, e-mails, links, contacts, etc.
and my music.
but been able to get most of the music back from a friend.
now got a external 1 tb external drive.
tried a few recovery programs.
but either not accessible.
did find one called recover my files, but to recover, you had to pay 
for the version.

problem, i do not have a credit card or pay pal account.
so, any one used recovery software that works with a screen reader, 
and is free.

marvin.

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] help

2010-04-02 Thread Roberto Gorjão

Really sorry to hear that, Marvin.
If the hard disk was corrupted and you set it back to default factory 
settings, that probably means that the disk was reformatted. It this was 
the case, I'm afraid there's no recover software that might help you.

Best of luck, anyway.
Roberto

Marvin Hunkin wrote:

hi.
well lost all my project a couple of months ago.
dodgy system restore.
corrupted hard disk.
so with my toshiba satellite a300 you can set it back to default 
factory settings.

thus wiping the drive.
so lost all my projects, data, e-mails, links, contacts, etc.
and my music.
but been able to get most of the music back from a friend.
now got a external 1 tb external drive.
tried a few recovery programs.
but either not accessible.
did find one called recover my files, but to recover, you had to pay 
for the version.

problem, i do not have a credit card or pay pal account.
so, any one used recovery software that works with a screen reader, 
and is free.

marvin.

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



RE: [WSG] help

2010-04-02 Thread Naim Latifi
 
Oh no Marvin! I really feel sorry.

All the best, Naim
































































 







 







 







 







**







Naim Latifi 









Student of Computer Science  







Linne University















Idet 1:201







SE-35252 Vaxjo 







 Sweden 















Email: naimlatif...@hotmail.com







  naim.lat...@gmail.com







  nlae...@student.vxu.se







  naimlat...@yahoo.com







  my.monster.com/naimlatifi  







 http:// www.linkedin.com/pub/naim-latifi/14/68a/5b2









 












Phone: +46765662003







***









































Date: Fri, 2 Apr 2010 20:39:35 -0400
From: j...@sitesbyjoe.com
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] help






  


Oh no! Marvin!



Best of Luck!!!







Joseph R. B. Taylor

Web Designer /
Developer

--

Sites by
Joe, LLC

Clean, Simple and Elegant Web Design

Phone:
(609) 335-3076

Web: http://sitesbyjoe.com

Email:
j...@sitesbyjoe.com




On 4/3/10 2:32 PM, Marvin Hunkin wrote:

  
  
  
  hi.
  well lost all my project a couple of
months ago.
  dodgy system restore.
  corrupted hard disk.
  so with my toshiba satellite a300
you can set it back to default factory settings.
  thus wiping the drive.
  so lost all my projects, data,
e-mails, links, contacts, etc.
  and my music.
  but been able to get most of the
music back from a friend.
  now got a external 1 tb external
drive.
  tried a few recovery programs.
  but either not accessible.
  did find one called recover my
files, but to recover, you had to pay for the version.
  problem, i do not have a credit card
or pay pal account.
  so, any one used recovery software
that works with a screen reader, and is free.
  marvin.
  

***

List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm

Help: memberh...@webstandardsgroup.org

***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 
  
_
The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail.
http://www.windowslive.com/campaign/thenewbusy?tile=multiaccountocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] help

2010-04-02 Thread David Laakso

Marvin Hunkin wrote:

hi.
well lost all my project a couple of months ago.

marvin.





When one door of happiness closes, another opens; but often we look so 
long at the closed door that we do not see the one which has been opened 
for us.


-- Helen Keller



--
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Help!

2010-02-02 Thread Luke Hoggett

There's no SUBMIT button on the page!!

On 3/02/2010 4:29 PM, Nass Martino - Yehget wrote:

The following website uses classic ASP.

It was developed about 5 years ago by a programmer that no longer works
here.

https://www.toastfood.com.au/officecatering/index2.html

We have moved it to a new server, and when a customer hits the SUBMIT button
when checking out it comes up with an error.

Can anyone explain why this error is occurring.

Thank you in advance.


Nass
Yehget Multymedia
Sydney Australia




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


   


--

Luke Hoggett
0419 442 807


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

RE: [WSG] Help!

2010-02-02 Thread Nass Martino - Yehget
You would need to put a dummy order in to reach the checkout page.

 

 

Nass!

 

From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Luke Hoggett
Sent: Wednesday, 3 February 2010 4:38 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Help!

 

There's no SUBMIT button on the page!!

On 3/02/2010 4:29 PM, Nass Martino - Yehget wrote: 

The following website uses classic ASP. 
 
It was developed about 5 years ago by a programmer that no longer works
here.
 
https://www.toastfood.com.au/officecatering/index2.html
 
We have moved it to a new server, and when a customer hits the SUBMIT button
when checking out it comes up with an error.
 
Can anyone explain why this error is occurring.
 
Thank you in advance.
 
 
Nass
Yehget Multymedia
Sydney Australia
 
 
 
 
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***
 
 
  

 

-- 

Luke Hoggett
0419 442 807


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Help!

2010-02-02 Thread Brad Kellett
That's a server-side error that's being generated, if you were to believe the 
link that appears it's something to do with running classic ASP on IIS7. I 
would assume your logs have more information.

Either way, this is probably not the group to be posting about it to I'm afraid.

~bck



On 03/02/2010, at 4:49 PM, Nass Martino - Yehget wrote:

 You would need to put a dummy order in to reach the checkout page.
  
  
 Nass!
  
 From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On 
 Behalf Of Luke Hoggett
 Sent: Wednesday, 3 February 2010 4:38 PM
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] Help!
  
 There's no SUBMIT button on the page!!
 
 On 3/02/2010 4:29 PM, Nass Martino - Yehget wrote:
 The following website uses classic ASP. 
  
 It was developed about 5 years ago by a programmer that no longer works
 here.
  
 https://www.toastfood.com.au/officecatering/index2.html
  
 We have moved it to a new server, and when a customer hits the SUBMIT button
 when checking out it comes up with an error.
  
 Can anyone explain why this error is occurring.
  
 Thank you in advance.
  
  
 Nass
 Yehget Multymedia
 Sydney Australia
  
  
  
  
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***
  
  
   
  
 -- 
 
 Luke Hoggett
 0419 442 807
 
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***
 
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


RE: [WSG] Help!

2010-02-02 Thread Nass Martino - Yehget
We only just narrowed it down to that.

 

Thanks to those that replied.

 

As Brad mentioned, this is now not the group for it, please close this
thread.

 

Thank you.

 

 

Nass!

 

From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Brad Kellett
Sent: Wednesday, 3 February 2010 5:44 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Help!

 

That's a server-side error that's being generated, if you were to believe
the link that appears it's something to do with running classic ASP on IIS7.
I would assume your logs have more information.

 

Either way, this is probably not the group to be posting about it to I'm
afraid.

 

~bck

 

 

 

On 03/02/2010, at 4:49 PM, Nass Martino - Yehget wrote:





You would need to put a dummy order in to reach the checkout page.

 

 

Nass!

 

From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Luke Hoggett
Sent: Wednesday, 3 February 2010 4:38 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Help!

 

There's no SUBMIT button on the page!!

On 3/02/2010 4:29 PM, Nass Martino - Yehget wrote:

The following website uses classic ASP. 
 
It was developed about 5 years ago by a programmer that no longer works
here.
 
https://www.toastfood.com.au/officecatering/index2.html
 
We have moved it to a new server, and when a customer hits the SUBMIT button
when checking out it comes up with an error.
 
Can anyone explain why this error is occurring.
 
Thank you in advance.
 
 
Nass
Yehget Multymedia
Sydney Australia
 
 
 
 
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***
 
 
  

 

-- 

Luke Hoggett
0419 442 807


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] Help - Mega dropdown menu and SharePoint 2007

2009-04-01 Thread Matijs
Hello Miranda,
Having worked on several Sharepoint 2007 based internet facing websites
myself, the one thing I've learned is that the biggest challenge is to get
Sharepoint to output valid non–table–based HTML. All the rest should be
quite easily solved with CSS. It really depends on how comfortable your
developers are with working with Sharepoint. In my experience there are a
lot of back-end developers doing front-end work that they're not qualified
to do which makes them resort to table based layouts c.

Good luck!

Matijs

On Thu, Mar 26, 2009 at 12:31 AM, WEE, Miranda
miranda@deta.qld.gov.auwrote:

  Hi all,

 Has anyone had any experiencing trying to implement the ‘mega dropdown
 menu’ (see article below) in a SharePoint site?

 I'm going to attempt to do it, but thought anyone who has already been
 through this might have some tips / advice for me.

 Alertbox: Mega Drop-Down Navigation Menus Work Well


 *http://www.useit.com/alertbox/mega-dropdown-menus.html*http://www.useit.com/alertbox/mega-dropdown-menus.html

 Summary:

 Big, two-dimensional drop-down panels group navigation options to eliminate
 scrolling and use typography, icons, and tooltips to explain the user's
 choices.

 Cheers

 Miranda

 
 *Miranda Wee*
 Web Development Officer (Digital resource services)
 The Learning Place
 http://www.learningplace.eq.edu.au/

 eLearning Branch
 Education Queensland
 PO BOX 1238 Coorparoo DC 4151
 Ph +61 7 3421 6608

 miranda@deta.qld.gov.au

 This message (including attachments) is intended for the addressee named
 above. It may also be confidential, privileged and/or subject to copyright.
 If you wish to forward this message to others, you must first obtain the
 permission of the author. If you are not the addressee named above, you must
 not disseminate, copy, communicate or otherwise use or take any action in
 reliance on this message. You understand that any privilege or
 confidentiality attached to this message is not waived, lost or destroyed
 because you have received this message in error. If you have received this
 message in error please notify the sender and delete from any computer.
 Unless explicitly attributed, the opinions expressed in this message do not
 necessarily represent the official position or opinions of the State of
 Queensland or the Department of Education, Training and the Arts. Whilst all
 care has been taken, the Department of Education, Training and the Arts
 disclaims all liability for loss or damage to person or property arising
 from this message being infected by computer virus or other contamination.


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] Help

2008-07-19 Thread Bidemi Adejumo
Micheal,
 Thanks for that wonderful advise and hints. I'll check it out and let you know.

thanks

On 7/16/08, Michael Horowitz [EMAIL PROTECTED] wrote:
 What you would want to do is learn a programming language like PHP
 http://us2.php.net/tut.php

 Stay away from FrontPage it isn't even supported by Microsoft anymore.


 Michael Horowitz
 Your Computer Consultant
 http://yourcomputerconsultant.com
 561-394-9079



 Bidemi Adejumo wrote:
 Thanks but how do i do it without a frontpage enabled server. Is there
 a way i can learn it?

 Bidemi.

 On 7/9/08, Michael Horowitz [EMAIL PROTECTED] wrote:

 Just a note on web standards

 You can also be interactive with html.  You will also have your
 guestbook run faster and be more accessible.


 Michael Horowitz
 Your Computer Consultant
 http://yourcomputerconsultant.com
 561-394-9079



 Bidemi Adejumo wrote:

 I guess at not a wrong group coz we're to share ideas. Flash b'cos its
 creat interactive platforms.

 On 7/6/08, Matijs [EMAIL PROTECTED] wrote:


 Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
 place?

 On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo [EMAIL PROTECTED]
 wrote:



 Hello All,
  Is there anyone who can design guestbook with flash? I guess you know
 what
 the question means..
 .. I want someone to teach me how to develop guest book with
 flash.

 Thanks

 Bidemi.

 --
 Love to be Loved!

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***








 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Love to be Loved!


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help

2008-07-16 Thread Michael Horowitz
What you would want to do is learn a programming language like PHP 
http://us2.php.net/tut.php


Stay away from FrontPage it isn't even supported by Microsoft anymore.


Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Bidemi Adejumo wrote:

Thanks but how do i do it without a frontpage enabled server. Is there
a way i can learn it?

Bidemi.

On 7/9/08, Michael Horowitz [EMAIL PROTECTED] wrote:
  

Just a note on web standards

You can also be interactive with html.  You will also have your
guestbook run faster and be more accessible.


Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Bidemi Adejumo wrote:


I guess at not a wrong group coz we're to share ideas. Flash b'cos its
creat interactive platforms.

On 7/6/08, Matijs [EMAIL PROTECTED] wrote:

  

Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
place?

On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo [EMAIL PROTECTED]
wrote:




Hello All,
 Is there anyone who can design guestbook with flash? I guess you know
what
the question means..
.. I want someone to teach me how to develop guest book with
flash.

Thanks

Bidemi.

--
Love to be Loved!

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

  

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




  

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help

2008-07-15 Thread Bidemi Adejumo
Thanks but how do i do it without a frontpage enabled server. Is there
a way i can learn it?

Bidemi.

On 7/9/08, Michael Horowitz [EMAIL PROTECTED] wrote:
 Just a note on web standards

 You can also be interactive with html.  You will also have your
 guestbook run faster and be more accessible.


 Michael Horowitz
 Your Computer Consultant
 http://yourcomputerconsultant.com
 561-394-9079



 Bidemi Adejumo wrote:
 I guess at not a wrong group coz we're to share ideas. Flash b'cos its
 creat interactive platforms.

 On 7/6/08, Matijs [EMAIL PROTECTED] wrote:

 Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
 place?

 On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo [EMAIL PROTECTED]
 wrote:


 Hello All,
  Is there anyone who can design guestbook with flash? I guess you know
 what
 the question means..
 .. I want someone to teach me how to develop guest book with
 flash.

 Thanks

 Bidemi.

 --
 Love to be Loved!

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***






 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Love to be Loved!


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



CLOSED, again Re: [WSG] Help

2008-07-09 Thread James Ellis
Hi

This thread has previously been closed. If you want to continue with it, 
either do so off list or alter the subject to something descriptive and ask 
questions in the context of web standards.

If you are unsure of what is on and off topic for the list, consult the 
mailing list guidelines, a link to which helpfully appears at the bottom of 
each email.

Thanks
James
--
admin

On Wednesday 09 July 2008 09:33:28 Bidemi Adejumo wrote:
 I guess at not a wrong group coz we're to share ideas. Flash b'cos its
 creat interactive platforms.

 On 7/6/08, Matijs [EMAIL PROTECTED] wrote:
  Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
  place?
 
  On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo [EMAIL PROTECTED] wrote:
  Hello All,
   Is there anyone who can design guestbook with flash? I guess you know
  what
  the question means..
  .. I want someone to teach me how to develop guest book with
  flash.
 
  Thanks
 
  Bidemi.




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help

2008-07-08 Thread Bidemi Adejumo
I guess at not a wrong group coz we're to share ideas. Flash b'cos its
creat interactive platforms.

On 7/6/08, Matijs [EMAIL PROTECTED] wrote:
 Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
 place?

 On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo [EMAIL PROTECTED] wrote:

 Hello All,
  Is there anyone who can design guestbook with flash? I guess you know
 what
 the question means..
 .. I want someone to teach me how to develop guest book with
 flash.

 Thanks

 Bidemi.

 --
 Love to be Loved!

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


-- 
Love to be Loved!


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help

2008-07-08 Thread Michael Horowitz

Just a note on web standards

You can also be interactive with html.  You will also have your 
guestbook run faster and be more accessible. 



Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Bidemi Adejumo wrote:

I guess at not a wrong group coz we're to share ideas. Flash b'cos its
creat interactive platforms.

On 7/6/08, Matijs [EMAIL PROTECTED] wrote:
  

Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
place?

On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo [EMAIL PROTECTED] wrote:



Hello All,
 Is there anyone who can design guestbook with flash? I guess you know
what
the question means..
.. I want someone to teach me how to develop guest book with
flash.

Thanks

Bidemi.

--
Love to be Loved!

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
  

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help

2008-07-06 Thread Matijs
Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
place?

On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo [EMAIL PROTECTED] wrote:

 Hello All,
  Is there anyone who can design guestbook with flash? I guess you know what
 the question means..
 .. I want someone to teach me how to develop guest book with flash.

 Thanks

 Bidemi.

 --
 Love to be Loved!

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

CLOSED - Re: [WSG] Help

2008-07-06 Thread James Ellis
On Sunday 06 July 2008 17:43:08 Matijs wrote:
 Wrong group I'm afraid Bidemi, but one wonders, why Flash in the first
 place?

 On Sun, Jul 6, 2008 at 2:20 AM, Bidemi Adejumo [EMAIL PROTECTED] wrote:
  Hello All,
   Is there anyone who can design guestbook with flash? I guess you know
  what the question means..
  .. I want someone to teach me how to develop guest book with
  flash.
 
  Thanks
 
  Bidemi.
 


Hi list

Just a quick admin reminder that the WSG list isn't a general web 
development/design mailing list. Please try and keep questions on-topic.

Here's a pointer to the mailing list guidelines:
http://webstandardsgroup.org/mail/guidelines.cfm

Specifically, in this case:

The mail list does not cover:  ... Non-Web Standards related issues and 
support

Additionally, try and keep your message subjects informative and if you see a 
message that is off topic, just ignore it rather than generating a lot of 
traffic unecessary off-topic traffic for the 5800+ members.

I'll close this thread as it's off topic. If you wish to respond to the 
author, please do so directly off list.

Thanks
James
-
admin



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] Help with div tags in Dreamweaver CS3

2008-06-13 Thread Rachel Radford
Hi Susan,

It looks like it's quite a big jump to move to all CSS for you right now, 
especially for that design which isn't perhaps the most straightforward one 
with lots of images, image replacement and Flash.  There's nothing wrong in 
taking it in steps - read Jeffery Zeldman's book Designing with Web Standards 
(http://www.amazon.com/exec/obidos/ASIN/0321385551/ref%3Dnosim/jeffreyzeldmanprA/),
 which will give you some guidelines on how to make those steps. This will be a 
better approach than trying to use the CSS templates in Dreamweaver, as you'll 
learn more along the way. Then you can interatively improve the site as you 
learn more CSS, and come back to this list with any questions you find along 
the way.

All the best,
Rachel


-Original Message-
From: [EMAIL PROTECTED] on behalf of Susan Levin
Sent: Thu 12/06/2008 19:01
To: wsg@webstandardsgroup.org
Subject: [WSG] Help with div tags in Dreamweaver CS3
 
Hello everyone. I am pretty new to Dreamweaver and CSS and Flash. I  
have created pieces for a new website and I desperately want to make  
the jump to using CSS for all placement...but don't know where to  
start. My client is patiently waiting and I am pulling my hair out by  
now. A comp of what I am trying to get my master page to look like can  
be found here:

http://www.thewowfactorcakes.com/comp.html


And here is the page that is up and waiting for some placement help:

http://www.thewowfactorcakes.com/

I need first of all the make the white background go away for both the  
handwriting swf file and the fade in and fade out images file below  
that.

I created this page from a one column fixed centered template in  
Dreamweaver CS3.
Can anyone come to my rescue? Sincerely, mango2020





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
winmail.dat

Re: [WSG] Help with div tags in Dreamweaver CS3

2008-06-12 Thread kate
Hello Sue,

Have a look at css-discuss site:
http://css-discuss.incutio.com/
Kate

http://jungaling.com/bichons/
http://jungaling.com/Malaysia/
http://simplyborneo.com/gardenforums/
http://jungaling.com/katesplace/
  - Original Message - 
  From: Susan Levin 
  To: wsg@webstandardsgroup.org 
  Sent: Thursday, June 12, 2008 7:01 PM
  Subject: [WSG] Help with div tags in Dreamweaver CS3


  Hello everyone. I am pretty new to Dreamweaver and CSS and Flash. I have 
created pieces for a new website and I desperately want to make the jump to 
using CSS for all placement...but don't know where to start. My client is 
patiently waiting and I am pulling my hair out by now. A comp of what I am 
trying to get my master page to look like can be found here:


  http://www.thewowfactorcakes.com/comp.html




  And here is the page that is up and waiting for some placement help:


  http://www.thewowfactorcakes.com/


  I need first of all the make the white background go away for both the 
handwriting swf file and the fade in and fade out images file below that. 


  I created this page from a one column fixed centered template in Dreamweaver 
CS3. 
  Can anyone come to my rescue? Sincerely, mango2020







  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  *** 


--



  No virus found in this incoming message.
  Checked by AVG. 
  Version: 8.0.100 / Virus Database: 270.3.0/1499 - Release Date: 6/12/2008 
7:13 AM


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Help with div tags in Dreamweaver CS3

2008-06-12 Thread fiona herbert
Have you tried to change the image background colour to match the main
background colour in Fireworks? When I want the image backgrounds to be the
same as the main background I click on the image and on the FW icon at the
bottom in the property tool panel of dwcs3 - Fireworks opens and you can use
the magic tool to change background colour to match main background colour.
It is a little complex at first but I am sure you will get the hang of it!
Don't accept changes when you exit FW to return to dwcs3 unless you are
satisfied though.
I do hope this helps! Please let me know if it does/doesnt!
Knd Regards Fiona


On 6/12/08, Susan Levin [EMAIL PROTECTED] wrote:

 Hello everyone. I am pretty new to Dreamweaver and CSS and Flash. I have
 created pieces for a new website and I desperately want to make the jump to
 using CSS for all placement...but don't know where to start. My client is
 patiently waiting and I am pulling my hair out by now. A comp of what I am
 trying to get my master page to look like can be found here:

  http://www.thewowfactorcakes.com/comp.html




 And here is the page that is up and waiting for some placement help:


  http://www.thewowfactorcakes.com/


 I need first of all the make the white background go away for both the
 handwriting swf file and the fade in and fade out images file below that.


 I created this page from a one column fixed centered template in
 Dreamweaver CS3.
 Can anyone come to my rescue? Sincerely, mango2020







 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Help with div tags in Dreamweaver CS3

2008-06-12 Thread Joseph Taylor

Susan,

Firstly,

If you're making this page in wysiwyg mode, there's not much we can do 
to help.


If not,

For your flash backgrounds, add:

param name=wmode value=transparent

and a wmode=transparent to your flash code.

A one column center aligned page is really easy:

html
   head
   style type=text/css
   body {
   margin: 0;
   padding: 0;
   }

   div#one_column {
   margin: 0 auto;
   width: 780px;
   }
   /style
   /head
   body
   div id=one_column
   ...assorted content of your choosing with alignment etc 
taken care of

   /div
   /body
/html

Layout using CSS takes a little getting used to.   Learn the quirks 
involvesWhen you run into trouble, go backwards and remove things until 
you isolate your problem element(s) and then a well worded search


Joseph R. B. Taylor
/Designer / Developer/
--
Sites by Joe, LLC
/Clean, Simple and Elegant Web Design/
Phone: (609) 335-3076
Fax: (866) 301-8045
Web: http://sitesbyjoe.com
Email: [EMAIL PROTECTED]



Susan Levin wrote:
Hello everyone. I am pretty new to Dreamweaver and CSS and Flash. I 
have created pieces for a new website and I desperately want to make 
the jump to using CSS for all placement...but don't know where to 
start. My client is patiently waiting and I am pulling my hair out by 
now. A comp of what I am trying to get my master page to look like can 
be found here:


http://www.thewowfactorcakes.com/comp.html


And here is the page that is up and waiting for some placement help:

http://www.thewowfactorcakes.com/

I need first of all the make the white background go away for both the 
handwriting swf file and the fade in and fade out images file below that. 

I created this page from a one column fixed centered template in 
Dreamweaver CS3. 
Can anyone come to my rescue? Sincerely, mango2020





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***begin:vcard
fn:Joseph Taylor
n:Taylor;Joseph
org:Sites by Joe, LLC
adr:;;408 Route 47 South;Cape May Court House;NJ;08210;USA
email;internet:[EMAIL PROTECTED]
title:Designer / Developer
tel;work:609-335-3076
tel;fax:886-301-8045
tel;home:609-886-9660
tel;cell:609-335-3076
x-mozilla-html:TRUE
url:http://sitesbyjoe.com
version:2.1
end:vcard




Re: [WSG] Help setting current menu state on level2 menus

2008-06-10 Thread Susie Gardner-Brown
Thanks Thierry - I'm looking into that too! Just not clear if it will handle
more than one level of menu items, waiting to hear back from them.

Cheers
susie


On 10/6/08 2:55 PM, Thierry Koblentz [EMAIL PROTECTED] wrote:

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Susie Gardner-Brown
 Sent: Monday, June 09, 2008 6:45 PM
 To: wsg@webstandardsgroup.org
 Subject: [WSG] Help setting current menu state on level2 menus
 
 Hi there
 
 I've been using the 456bereastreet.com method (
 
 http://www.456bereastreet.com/archive/200503/setting_the_current_menu_state_
 with_css/) to set the current menu state using css. Which is really great
 when there is only one level of menu items ...
 
 But I'm now trying to use it with 2 levels of menus, that incorporate
 background images for bullets and different colour schemes for the 2nd
 level
 ... (sigh - blame the graphic designer!)
 
 It works fine on the first level - see
 http://crunchie.tedi.uq.edu.au/trials/UCTLC/contacts.html
 
 But when the link has sub-menu items under it, all of those get the same
 treatment! Because the styles are applied to the list item. Can anyone
 think
 of a way to do this that would not affect the sub-menu? I've tried
 applying
 the id to the 'a' tag but that did nothing!
 
 See http://crunchie.tedi.uq.edu.au/trials/UCTLC/stLucia.html
 
 I did have a script that did this, but it didn't include background
 images,
 or separate colours/styles for the sub-menu items. And my javascript
 skills
 do not extend that far I'm afraid!
 
 Any thoughts would be great. I have spent too much time on this already,
 and
 need to know if I'm just trying to do something that will never be
 possible,
 and so should start again!
 
 In case you want to automate the process using a script:
 http://divahtml.com/products/divaGPS/current_menu_location.php
 
 There is a free version for DW users
 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help setting current menu state on level2 menus

2008-06-10 Thread Rick Lecoat

On 10 Jun 2008, at 05:55, Gunlaug Sørtun wrote:

Testing with regular browser-option well beyond what normal users  
will

expose your work to, will save you from having to deal with
user-introduced problems later on.


On a related note (testing in IE win), I try and remember when doing  
my IE/Win testing to test both in 'regular' mode (default text sizes)  
and accessibility 'brute test' mode (ignore font sizes on page, set  
text to largest). This involves quite a bit of irksome preference- 
switching back and forth on a regular basis. I was wondering if anyone  
had developed a script or something to automate these changes to  
settings with a single click?


--
Rick Lecoat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help setting current menu state on level2 menus

2008-06-09 Thread Gunlaug Sørtun

Susie Gardner-Brown wrote:

But when the link has sub-menu items under it, all of those get the 
same treatment! Because the styles are applied to the list item. Can 
anyone think of a way to do this that would not affect the sub-menu?



http://crunchie.tedi.uq.edu.au/trials/UCTLC/stLucia.html


Add specificity to the selectors for sub-menu styles...

#lhnav #navcontainer li li a { ... }
#lhnav #navcontainer li li a:hover { ... }

...to make those styles override ACTIVE styles on first level.


BTW: font-resizing doesn't play well with that menu in any browser, and
IE/win's em font-resizing bug[1] doesn't help much either.

regards
Georg

[1]http://www.gunlaug.no/contents/wd_additions_13.html
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help setting current menu state on level2 menus

2008-06-09 Thread Susie Gardner-Brown
Hi Georg

Thanks for that. I'll have a go. You always seem to help me - thank you so
much!!

Re the font-resizing - sigh!! For a lot of the websites we develop at the
university here, we're supposed to use this awful template, which includes
the lefthand menu like this. In the template it's all in tables!! I got the
way of doing this menu from http://demo.pixelsandpages.com/test_dual.html
and I thought it covered all problems!

I looked at your page about this. I already have the base body font size set
at 62.5%. Are you saying that if I add in html{ font-size: 100%;}
before that it will be OK?

Of course, I'm a Mac-user, who pretty  much uses Firefox all the time. But I
do have XP and IE6 installed in Parallels so I check on that. But I guess
usually after I've developed in FF Mac ... :)

Thanks again
susie


On 10/6/08 1:18 PM, Gunlaug Sørtun [EMAIL PROTECTED] wrote:

 Susie Gardner-Brown wrote:
 
 But when the link has sub-menu items under it, all of those get the
 same treatment! Because the styles are applied to the list item. Can
 anyone think of a way to do this that would not affect the sub-menu?
 
 http://crunchie.tedi.uq.edu.au/trials/UCTLC/stLucia.html
 
 Add specificity to the selectors for sub-menu styles...
 
 #lhnav #navcontainer li li a { ... }
 #lhnav #navcontainer li li a:hover { ... }
 
 ...to make those styles override ACTIVE styles on first level.
 
 
 BTW: font-resizing doesn't play well with that menu in any browser, and
 IE/win's em font-resizing bug[1] doesn't help much either.
 
 regards
 Georg
 
 [1]http://www.gunlaug.no/contents/wd_additions_13.html



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] Help setting current menu state on level2 menus

2008-06-09 Thread Thierry Koblentz
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
 Behalf Of Susie Gardner-Brown
 Sent: Monday, June 09, 2008 6:45 PM
 To: wsg@webstandardsgroup.org
 Subject: [WSG] Help setting current menu state on level2 menus
 
 Hi there
 
 I've been using the 456bereastreet.com method (

http://www.456bereastreet.com/archive/200503/setting_the_current_menu_state_
 with_css/) to set the current menu state using css. Which is really great
 when there is only one level of menu items ...
 
 But I'm now trying to use it with 2 levels of menus, that incorporate
 background images for bullets and different colour schemes for the 2nd
level
 ... (sigh - blame the graphic designer!)
 
 It works fine on the first level - see
 http://crunchie.tedi.uq.edu.au/trials/UCTLC/contacts.html
 
 But when the link has sub-menu items under it, all of those get the same
 treatment! Because the styles are applied to the list item. Can anyone
think
 of a way to do this that would not affect the sub-menu? I've tried
applying
 the id to the 'a' tag but that did nothing!
 
 See http://crunchie.tedi.uq.edu.au/trials/UCTLC/stLucia.html
 
 I did have a script that did this, but it didn't include background
images,
 or separate colours/styles for the sub-menu items. And my javascript
skills
 do not extend that far I'm afraid!
 
 Any thoughts would be great. I have spent too much time on this already,
and
 need to know if I'm just trying to do something that will never be
possible,
 and so should start again!

In case you want to automate the process using a script:
http://divahtml.com/products/divaGPS/current_menu_location.php

There is a free version for DW users


-- 
Regards,
Thierry | http://www.TJKDesign.com






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help setting current menu state on level2 menus

2008-06-09 Thread Gunlaug Sørtun

Susie Gardner-Brown wrote:


Re the font-resizing - sigh!! For a lot of the websites we develop at
 the university here, we're supposed to use this awful template, 
which includes the lefthand menu like this. In the template it's all 
in tables!! I got the way of doing this menu from 
http://demo.pixelsandpages.com/test_dual.html and I thought it 
covered all problems!


For a menu in isolation, yes. When placed in your layout its 'em' sizes
creates more problems than it solves.

Once you start using 'em' for dimensions _one_ place, you'll have to
make sure _all_ elements play well together when subjected to font-resizing.

I already have the base body font size set at 62.5%. Are you saying 
that if I add in html{ font-size: 100%;} before that it 
will be OK?


If you check with the CSS validator you'll see that a big chunk of your
stylesheet disappears in a Parse Error - including the font-size on
body. Fix that part and you'll fix the em bug.

Of course: such a small font-size as 62.5% as base will make the effect
of 'minimum font size' in Firefox and Opera ruin the page...
http://www.gunlaug.no/contents/wd_1_03_04.html

Of course, I'm a Mac-user, who pretty  much uses Firefox all the 
time. But I do have XP and IE6 installed in Parallels so I check on 
that. But I guess usually after I've developed in FF Mac ... :)


Cross-checking _during_ development will save you time - tons of it.

Testing with regular browser-option well beyond what normal users will
expose your work to, will save you from having to deal with
user-introduced problems later on.

regards
Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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 link itself - and only
applied the additional rules to the hover state - that will eliminate all
shifting... see screenshot:
http://screencast.com/t/ngKMz25v

You can of course override what happens to your image compared to the rest
of the links found on the page by targeting the image inside the link, with
... a img { .. }

hope this helps :)
Prisca


On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun 
[EMAIL PROTECTED] wrote:

 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
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
 eyedea.eu 
--


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 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 link itself - and only
 applied the additional rules to the hover state - that will eliminate all
 shifting... see screenshot:
 http://screencast.com/t/ngKMz25v

 You can of course override what happens to your image compared to the rest
 of the links found on the page by targeting the image inside the link, with
 ... a img { .. }

 hope this helps :)
 Prisca



 On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun 
 [EMAIL PROTECTED] wrote:

 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
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
  eyedea.eu 
 --
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 to the main link itself - and  
only applied the additional rules to the hover state - that will  
eliminate all shifting


My method for eliminating the text jumping when a hover state on an  
inline text link needs padding is to give all the link states padding  
as Prisca suggested, but _also_ give them a negative margin-left  
equalling the padding amount. This brings the text of the link back to  
its original position.


eg.

a {padding: 0.5em; margin-left: -0.5em;}
a:hover, a:focus {background-color: whatever;}

--
Rick Lecoat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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 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 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 link itself - and only
 applied the additional rules to the hover state - that will eliminate all
 shifting... see screenshot:
 http://screencast.com/t/ngKMz25v

 You can of course override what happens to your image compared to the rest
 of the links found on the page by targeting the image inside the link, with
 ... a img { .. }

 hope this helps :)
 Prisca



 On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun 
 [EMAIL PROTECTED] wrote:

 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
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
  eyedea.eu 
 --
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz




-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 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 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 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 link itself - and only
 applied the additional rules to the hover state - that will eliminate all
 shifting... see screenshot:
 http://screencast.com/t/ngKMz25v

 You can of course override what happens to your image compared to the
 rest of the links found on the page by targeting the image inside the link,
 with ... a img { .. }

 hope this helps :)
 Prisca



 On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun 
 [EMAIL PROTECTED] wrote:

 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
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
  eyedea.eu 
 --
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 [EMAIL PROTECTED]
wrote:

 Olajide

 as I mentioned before - you will need to override what you applied
 previously by targeting the image inside its link

 Ideally however - I would try to keep the code more specific - you might
 avoid any overrides being necessary.
 Targeting the links by including their respective div ids/classes might be
 a better approach here...

 and nice method, Rick... I like that... :) :)
 I go around the houses a bit myself I realise, now looking at your
 solution, great advice :)
 Thanks :)

 Prisca


 On Thu, Jun 5, 2008 at 8: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 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 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 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 link itself - and only
 applied the additional rules to the hover state - that will eliminate all
 shifting... see screenshot:
 http://screencast.com/t/ngKMz25v

 You can of course override what happens to your image compared to the
 rest of the links found on the page by targeting the image inside the link,
 with ... a img { .. }

 hope this helps :)
 Prisca



 On Thu, Jun 5, 2008 at 8:06 PM, Olajide Olaolorun 
 [EMAIL PROTECTED] wrote:

 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
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
  eyedea.eu 
 --
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
  eyedea.eu 
 --
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 PROTECTED]:
 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
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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 {
   margin: -0px -5px -10px -5px;
 }


 Hope it helps

 Darren


 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
 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
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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 the parent paragraph


2008/6/5 Darren West [EMAIL PROTECTED]:
 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 {
   margin: -0px -5px -10px -5px;
 }


 Hope it helps

 Darren


 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
 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
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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 This moves into the
image? Why is that?

THANKS

On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED] wrote:

 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 the parent paragraph


 2008/6/5 Darren West [EMAIL PROTECTED]:
  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 {
margin: -0px -5px -10px -5px;
  }
 
 
  Hope it helps
 
  Darren
 
 
  2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
  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
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 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 This moves into the
 image? Why is that?

 THANKS

 On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED] wrote:

 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 the parent paragraph


 2008/6/5 Darren West [EMAIL PROTECTED]:
  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 {
margin: -0px -5px -10px -5px;
  }
 
 
  Hope it helps
 
  Darren
 
 
  2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
  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
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz




-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 compared
to the individual caegory or post page, ie there can be a different
structure... have a look at your 'boxes' with the web dev toolbar ad you'll
see what I mean...

good luck, Prisca



On Thu, Jun 5, 2008 at 9:34 PM, Olajide Olaolorun 
[EMAIL PROTECTED] wrote:

 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 get id of the pink background under the images.

 I like the padding and the background + the padding shift on the text, i
 just dont want them on images. I cant edit every single image because they
 are being loaded from Wordpress.

 Please can anyone help me here???

 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
• graphiceyedea.co.uk • eyedea.eu • eyelearn.org •
--


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


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 Olaolorun
 [EMAIL PROTECTED] wrote:

 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 This moves into
 the image? Why is that?

 THANKS

 On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED] wrote:

 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 the parent paragraph


 2008/6/5 Darren West [EMAIL PROTECTED]:
  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 {
margin: -0px -5px -10px -5px;
  }
 
 
  Hope it helps
 
  Darren
 
 
  2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
  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
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz


 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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;
}



2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
 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 This moves into the
 image? Why is that?

 THANKS

 On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED] wrote:

 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 the parent paragraph


 2008/6/5 Darren West [EMAIL PROTECTED]:
  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 {
margin: -0px -5px -10px -5px;
  }
 
 
  Hope it helps
 
  Darren
 
 
  2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
  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
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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
  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 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 This moves
 into
  the image? Why is that?
 
  THANKS
 
  On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED]
 wrote:
 
  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 the parent paragraph
 
 
  2008/6/5 Darren West [EMAIL PROTECTED]:
   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 {
 margin: -0px -5px -10px -5px;
   }
  
  
   Hope it helps
  
   Darren
  
  
   2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
   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
   ###
   Personal: http://www.olajideolaolorun.com
   RoD: http://www.rockondude.net
   Business: http://www.tripleo.biz
   ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
   ***
  
  
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 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 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 This moves into
 the image? Why is that?

 THANKS

 On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED]
 wrote:

 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 the parent paragraph


 2008/6/5 Darren West [EMAIL PROTECTED]:
  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 {
margin: -0px -5px -10px -5px;
  }
 
 
  Hope it helps
 
  Darren
 
 
  2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
  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
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz


 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz


 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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 instead of raping the images in divs, since
i cant since the content in the content ares is being pulled from somewhere,
i used the class tag in the image. But it wont work :(

On Thu, Jun 5, 2008 at 5:18 PM, Olajide Olaolorun 
[EMAIL PROTECTED] wrote:

 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
  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 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 This moves
 into
  the image? Why is that?
 
  THANKS
 
  On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED]
 wrote:
 
  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 the parent paragraph
 
 
  2008/6/5 Darren West [EMAIL PROTECTED]:
   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 {
 margin: -0px -5px -10px -5px;
   }
  
  
   Hope it helps
  
   Darren
  
  
   2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
   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
   ###
   Personal: http://www.olajideolaolorun.com
   RoD: http://www.rockondude.net
   Business: http://www.tripleo.biz
  
 ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
  
 ***
  
  
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz




-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 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 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 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 This moves
 into
  the image? Why is that?
 
  THANKS
 
  On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED]
  wrote:
 
  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 the parent paragraph
 
 
  2008/6/5 Darren West [EMAIL PROTECTED]:
   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 {
 margin: -0px -5px -10px -5px;
   }
  
  
   Hope it helps
  
   Darren
  
  
   2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
   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
   ###
   Personal: http://www.olajideolaolorun.com
   RoD: http://www.rockondude.net
   Business: http://www.tripleo.biz
  
 ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
  
 ***
  
  
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

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 {
   ...

with:

div#mainContent a img {
   ...


2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
 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
  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 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 This moves
  into
  the image? Why is that?
 
  THANKS
 
  On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED]
  wrote:
 
  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 the parent paragraph
 
 
  2008/6/5 Darren West [EMAIL PROTECTED]:
   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 {
 margin: -0px -5px -10px -5px;
   }
  
  
   Hope it helps
  
   Darren
  
  
   2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
   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
   ###
   Personal: http://www.olajideolaolorun.com
   RoD: http://www.rockondude.net
   Business: http://www.tripleo.biz
  
   ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
  
   ***
  
  
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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 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 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 This moves into
the image? Why is that?

THANKS

On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED]
wrote:


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 the parent paragraph


2008/6/5 Darren West [EMAIL PROTECTED]:
  

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 {
  margin: -0px -5px -10px -5px;
}


Hope it helps

Darren


2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
  

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
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

  


--
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


--
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz
  

--
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



  
maybe you could contact each other directly instead of bombarding the 
list/group with all these e-mails? 30 in my inbox and counting?


tml



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***begin:vcard
fn:Todd Libby
n:Libby;Todd
org:six03 Studios;Web/Interactive Media
adr:;;124 Goldfinch Lane;Center Conway;NH;03813;USA
email;internet:[EMAIL PROTECTED]
title:Web Developer
tel;work:603.733.5113
x-mozilla-html:FALSE
url:http://www.six03.com
version:2.1
end:vcard




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 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 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 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 This moves
  into
  the image? Why is that?
 
  THANKS
 
  On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED]
  wrote:
 
  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 the parent paragraph
 
 
  2008/6/5 Darren West [EMAIL PROTECTED]:
   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 {
 margin: -0px -5px -10px -5px;
   }
  
  
   Hope it helps
  
   Darren
  
  
   2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:
   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
   ###
   Personal: http://www.olajideolaolorun.com
   RoD: http://www.rockondude.net
   Business: http://www.tripleo.biz
  
   ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
  
   ***
  
  
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
 
 
  --
  Best Regards,
  Olajide Olaolorun
  ###
  Personal: http://www.olajideolaolorun.com
  RoD: http://www.rockondude.net
  Business: http://www.tripleo.biz
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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 PROTECTED] wrote:


 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 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 This moves into
 the image? Why is that?

 THANKS

 On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED]
 wrote:


 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 the parent paragraph


 2008/6/5 Darren West [EMAIL PROTECTED]:


 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 {
   margin: -0px -5px -10px -5px;
 }


 Hope it helps

 Darren


 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED]:


 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
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz


 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz


 --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***





 maybe you could contact each other directly instead of bombarding the
 list/group with all these e-mails? 30 in my inbox and counting?

 tml

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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 PROTECTED] [EMAIL PROTECTED]:


  One more thing, it doesnt work on IE :(

 On Thu, Jun 5, 2008 at 5:04 PM, Olajide Olaolorun[EMAIL PROTECTED] [EMAIL 
 PROTECTED] wrote:


  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] [EMAIL 
 PROTECTED] wrote:


  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 This moves into
 the image? Why is that?

 THANKS

 On Thu, Jun 5, 2008 at 4:44 PM, Darren West [EMAIL PROTECTED] [EMAIL 
 PROTECTED]
 wrote:


  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 the parent paragraph


 2008/6/5 Darren West [EMAIL PROTECTED] [EMAIL PROTECTED]:


  Opps, no, it sucks up the next block element


 2008/6/5 Darren West [EMAIL PROTECTED] [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 {
   margin: -0px -5px -10px -5px;
 }


 Hope it helps

 Darren


 2008/6/5 Olajide Olaolorun [EMAIL PROTECTED] [EMAIL PROTECTED]:


  Please i need help in fixing this. If you go 
 tohttp://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
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


   ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



  --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz

  --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz

  --
 Best Regards,
 Olajide Olaolorun
 ###
 Personal: http://www.olajideolaolorun.com
 RoD: http://www.rockondude.net
 Business: http://www.tripleo.biz
 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***


  ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***





  maybe you could contact each other directly instead of bombarding the
 list/group with all these e-mails? 30 in my inbox and counting?

 tml


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Best Regards,
Olajide Olaolorun
###
Personal: http://www.olajideolaolorun.com
RoD: http://www.rockondude.net
Business: http://www.tripleo.biz


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] help with menu positioning

2008-05-16 Thread Gunlaug Sørtun

tee wrote:


Tell me, what do you like for Christmas gift ?


An internet-connection that is extremely fast and works all the time ;-)
(Maybe I'll get one before Christmas, but I'm not holding my breath.)

Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] help with menu positioning

2008-05-13 Thread Gunlaug Sørtun

tee wrote:
My brain isn't working. I thought I  have the answer but it's not 
working :-(


http://lotusseedsdesign.com/menu.html


Missing base-position...

#menu li a {background-position: left top;}

Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] help with menu positioning

2008-05-13 Thread tee


On May 13, 2008, at 7:39 AM, Gunlaug Sørtun wrote:


tee wrote:
My brain isn't working. I thought I  have the answer but it's not  
working :-(

http://lotusseedsdesign.com/menu.html


Missing base-position...

#menu li a {background-position: left top;}

Georg


Georg, thanks for the rescue again, as you have always do :-)
Tell me, what do you like for Christmas gift ?

tee

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] help with background color

2008-04-27 Thread Stuart Foulstone

Why The Fuss?


On Fri, April 25, 2008 9:28 pm, Rick Faircloth wrote:
 Chill, out... and watch the language...

 Rick

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 On Behalf Of ?? ?
 Sent: Friday, April 25, 2008 3:54 PM
 To: wsg@webstandardsgroup.org
 Subject: Re: [WSG] help with background color

 wtf!
 wrap name in some elemnts/ and give it needed bg

 wtf!

 Laert Jansen пишет:
 
  Hello everyone!
 
  I am looking for some help here. I want to apply a background to the
  names of the clients on my website (www.laertjansen.com
  http://www.laertjansen.com)
 
  I did it to the text on the top ..there´s a black
  background..and I want a blue bg on the client´s name but its
  not working. How do I do this?
 
  I attached an image to show what I want to do
 
  Thanks a lot!
 
 
 
 
  --
  Laert Jansen
  www.laertjansen.com http://www.laertjansen.com
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
  
 


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] help with background color

2008-04-26 Thread Сергей Кириченко

sorry, too tired and too angry =(

Rick Faircloth пишет:

Chill, out... and watch the language...

Rick

  

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ?? ?
Sent: Friday, April 25, 2008 3:54 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] help with background color

wtf!
wrap name in some elemnts/ and give it needed bg

wtf!

Laert Jansen пишет:


Hello everyone!

I am looking for some help here. I want to apply a background to the
names of the clients on my website (www.laertjansen.com
http://www.laertjansen.com)

I did it to the text on the top ..there´s a black
background..and I want a blue bg on the client´s name but its
not working. How do I do this?

I attached an image to show what I want to do

Thanks a lot!




--
Laert Jansen
www.laertjansen.com http://www.laertjansen.com

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


  

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


  



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***begin:vcard
fn;quoted-printable:=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 =D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=
	=D0=BD=D0=BA=D0=BE
n;quoted-printable;quoted-printable:=D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=D0=BD=D0=BA=D0=BE;=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
email;internet:[EMAIL PROTECTED]
tel;cell:+79043334625
version:2.1
end:vcard



Re: [WSG] help with background color

2008-04-26 Thread kate

Simple solution - turn computer off then bed!
People who ask for the help you could give are totally unaware of how your 
hormones are flowing at a given time.

Kate
- Original Message - 
From: Сергей Кириченко [EMAIL PROTECTED]

To: wsg@webstandardsgroup.org
Sent: Saturday, April 26, 2008 9:01 AM
Subject: Re: [WSG] help with background color



sorry, too tired and too angry =(

Rick Faircloth пишет:

Chill, out... and watch the language...

Rick



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
On Behalf Of ?? ?

Sent: Friday, April 25, 2008 3:54 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] help with background color

wtf!
wrap name in some elemnts/ and give it needed bg

wtf!

Laert Jansen пишет:


Hello everyone!

I am looking for some help here. I want to apply a background to the
names of the clients on my website (www.laertjansen.com
http://www.laertjansen.com)

I did it to the text on the top ..there´s a black
background..and I want a blue bg on the client´s name but its
not working. How do I do this?

I attached an image to show what I want to do

Thanks a lot!




--
Laert Jansen
www.laertjansen.com http://www.laertjansen.com

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






No virus found in this incoming message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.23.4/1397 - Release Date: 25/04/2008 
07:42




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] help with background color

2008-04-25 Thread kate
Hi Laert, 

Something like at W3C?
http://www.w3schools.com/css/tryit.asp?filename=trycss_background-color
Kate
http://jungaling.com/katesplace/
http://jungaling.com/Malaysia/
  - Original Message - 
  From: Laert Jansen 
  To: wsg@webstandardsgroup.org 
  Sent: Friday, April 25, 2008 7:51 PM
  Subject: [WSG] help with background color



  Hello everyone!

  I am looking for some help here. I want to apply a background to the names of 
the clients on my website (www.laertjansen.com)

  I did it to the text on the top ..there´s a black background..and 
I want a blue bg on the client´s name but its not working. How do I do this?

  I attached an image to show what I want to do

  Thanks a lot!




  -- 
  Laert Jansen
  www.laertjansen.com

  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  *** 


--


  No virus found in this incoming message.
  Checked by AVG. 
  Version: 7.5.524 / Virus Database: 269.23.4/1397 - Release Date: 25/04/2008 
07:42


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] help with background color

2008-04-25 Thread Michael Horowitz

I'm thinking

span class=clientclient name here/span
Then set the background-color for .client in the css file.




Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



kate wrote:

Hi Laert,
 
Something like at W3C?

http://www.w3schools.com/css/tryit.asp?filename=trycss_background-color
Kate
http://jungaling.com/katesplace/
http://jungaling.com/Malaysia/

- Original Message -
*From:* Laert Jansen mailto:[EMAIL PROTECTED]
*To:* wsg@webstandardsgroup.org mailto:wsg@webstandardsgroup.org
*Sent:* Friday, April 25, 2008 7:51 PM
*Subject:* [WSG] help with background color


Hello everyone!

I am looking for some help here. I want to apply a background to
the names of the clients on my website (www.laertjansen.com
http://www.laertjansen.com)

I did it to the text on the top ..there´s a black
background..and I want a blue bg on the client´s name but
its not working. How do I do this?

I attached an image to show what I want to do

Thanks a lot!




-- 
Laert Jansen

www.laertjansen.com http://www.laertjansen.com

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


No virus found in this incoming message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.23.4/1397 - Release Date:
25/04/2008 07:42


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] help with background color

2008-04-25 Thread Сергей Кириченко

wtf!
wrap name in some elemnts/ and give it needed bg

wtf!

Laert Jansen пишет:


Hello everyone!

I am looking for some help here. I want to apply a background to the 
names of the clients on my website (www.laertjansen.com 
http://www.laertjansen.com)


I did it to the text on the top ..there´s a black 
background..and I want a blue bg on the client´s name but its 
not working. How do I do this?


I attached an image to show what I want to do

Thanks a lot!




--
Laert Jansen
www.laertjansen.com http://www.laertjansen.com

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***begin:vcard
fn;quoted-printable:=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 =D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=
	=D0=BD=D0=BA=D0=BE
n;quoted-printable;quoted-printable:=D0=9A=D0=B8=D1=80=D0=B8=D1=87=D0=B5=D0=BD=D0=BA=D0=BE;=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9
email;internet:[EMAIL PROTECTED]
tel;cell:+79043334625
version:2.1
end:vcard



RE: [WSG] help with picture alignment in CSS

2008-02-11 Thread Likely, James A.
Hello,

The problem is that you are using absolute positioning for the
.gallerycontainer and on your browser I am sure that it looks fine but
if the user or client has the resolution set lower then everything gets
moved except for the content that is in .gallerycontainer. Try to resize
your browser and see what happens.

A suggestions is to try something like this
http://wisconsin.joekiosk.com/testing/test.html

The other problem you were having is that you were positioning the
larger image based on your browser size. 

Hope this helps.

James


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of [EMAIL PROTECTED]
Sent: Sunday, February 10, 2008 11:41 PM
To: wsg@webstandardsgroup.org
Subject: [WSG] help with picture alignment in CSS

 
Hello,
 
I have a site here that I've been trying to add some pictures to.  I
have
IE7 and Firefox and it looks good but my client is seeing things
different
with her IE.  The pictures at the bottom, 6 of them should be lined up
all
in a row but are not.  I put the code I am using inside the page and in
this email.
 
Can someone take a look and let me know if they can see what is going on
here.
 
Thanks.tg
 
Here is the link:
 
http://www.rejuvenatespas.com/test.html
 
 
*///

///
 
style type=text/css
 
.gallerycontainer{
position: absolute;
/*Add a height attribute and set to largest image's height to prevent
overlaying*/
left: 430px;
}
 
.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}
 
.thumbnail:hover{
background-color: transparent;
}
 
.thumbnail:hover img{
border: 1px solid gray;
}
 
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed black;
visibility: hidden;
color: black;
text-decoration: none;
}
 
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
 
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
bottom: 0;
left: 300px; /*position where enlarged image should offset horizontally
*/
z-index: 50;
}
 
/style
 
*///

///



myhosting.com - Premium Microsoft(r) Windows(r) and Linux web and
application
hosting - http://link.myhosting.com/myhosting




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] help with picture alignment in CSS

2008-02-10 Thread dwain
On 2/10/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


 Hello,

 I have a site here that I've been trying to add some pictures to.  I have
 IE7 and Firefox and it looks good but my client is seeing things different
 with her IE.  The pictures at the bottom, 6 of them should be lined up all
 in a row but are not.  I put the code I am using inside the page and in
 this email.

 Can someone take a look and let me know if they can see what is going on
 here.

 Thanks.tg

 Here is the link:

 http://www.rejuvenatespas.com/test.html



 *///
 ///

 style type=text/css

 .gallerycontainer{
 position: absolute;
 /*Add a height attribute and set to largest image's height to prevent
 overlaying*/
 left: 430px; - - - - - - - - - - - - - - -Here's your culprit, one of them
 anyway.
 }




-- 
dwain alford
The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.  Kandinsky


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] help with picture alignment in CSS

2008-02-10 Thread Bruce
On xp windows I see the thumbs half in the white area rest in right brown.in 
ie7 and firefox
Moving .gallerycontainer position to less 200? if you want them in white and 
changing .thumbnail:hover SPAN to suit?


Bruce
bkdesign



- Original Message - 
From: [EMAIL PROTECTED]

To: wsg@webstandardsgroup.org
Sent: Monday, February 11, 2008 12:41 AM
Subject: [WSG] help with picture alignment in CSS



Hello,

I have a site here that I've been trying to add some pictures to.  I have
IE7 and Firefox and it looks good but my client is seeing things different
with her IE.  The pictures at the bottom, 6 of them should be lined up all
in a row but are not.  I put the code I am using inside the page and in
this email.

Can someone take a look and let me know if they can see what is going on
here.

Thanks.tg

Here is the link:

http://www.rejuvenatespas.com/test.html


*///
///

style type=text/css

.gallerycontainer{
position: absolute;
/*Add a height attribute and set to largest image's height to prevent
overlaying*/
left: 430px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid gray;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
bottom: 0;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/style

*///
///



myhosting.com - Premium Microsoft® Windows® and Linux web and application
hosting - http://link.myhosting.com/myhosting




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help (another topic)

2007-11-14 Thread Michael Horowitz

PHP allows you to do this

Display The IP Address
So, if you want to display the IP Address to the user then the following 
page will suffice:


?php
echo Hello! Your IP Address is:  . $_SERVER['REMOTE_ADDR'];
?



http://whn.vdhri.net/2005/11/find_a_visitors_ip_address_with_php.html

Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Bob Schwartz wrote:

I have a client who wants a page personalized for him similar to this:

 http://www.vermiip.es/il-mio-ip/

so people can discover their IP.

I have Googled about trying to find code that does it, but all I find 
are site that do it.


Does anyone know (have) the code?

Bob Schwartz



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help IE

2007-11-11 Thread Bob Schwartz

Thanks James.

I have a windows box for testing IE6, what I don't have is a good  
memory for IE6 bugs, especially since they only show up when I'm  
doing a tight pixel perfect design.


The site I had problems with in this thread was the same basic design  
of another, less pixel perfect site that works just fine in IE6  
with no bug killers added.


Bob

Not related to your IE issues, but if you need some help with  
testing in IE (including multiple IEs), here's a fairly successful  
workflow to follow as a write up in the WSG resource section:


http://webstandardsgroup.org/manage/resource_display.cfm? 
resource_id=896


I've found this makes a whole load of testing issues a non-issue :)

HTH
James




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] Help IE

2007-11-11 Thread Gunlaug Sørtun

Bob Schwartz wrote:
I have a windows box for testing IE6, what I don't have is a good 
memory for IE6 bugs, especially since they only show up when I'm 
doing a tight pixel perfect design.


Don't memorize ... use online resources...

http://www.positioniseverything.net/explorer.html
http://www.satzansatz.de/cssd/onhavinglayout.html
http://www.howtocreate.co.uk/wrongWithIE/
http://www.webdevout.net/browser-support

...and create absurd test-cases...

http://www.gunlaug.no/contents/wd_1_02_03.html

IE/win's bugs are always present - in all versions, so if you don't see
any then you're not trying hard enough to provoke them :-)

regards
Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help IE

2007-11-11 Thread Bob Schwartz

Thanks Georg,

I bookmarked al the links you provided.



Bob Schwartz wrote:
I have a windows box for testing IE6, what I don't have is a good  
memory for IE6 bugs, especially since they only show up when I'm  
doing a tight pixel perfect design.


Don't memorize ... use online resources...

http://www.positioniseverything.net/explorer.html
http://www.satzansatz.de/cssd/onhavinglayout.html
http://www.howtocreate.co.uk/wrongWithIE/
http://www.webdevout.net/browser-support

...and create absurd test-cases...

http://www.gunlaug.no/contents/wd_1_02_03.html

IE/win's bugs are always present - in all versions, so if you don't  
see

any then you're not trying hard enough to provoke them :-)

regards
Georg




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help IE

2007-11-10 Thread Adam Martin

Hi Bob,
Can't help you with ie6 but thought I would let you know that it seems 
to be fine in IE7.

Cheers
Adam

Bob Schwartz wrote:
I have a site in progress that is currently pixel perfect in all 
real browsers, it's all over the screen in IE 6 (don't yet know about 
IE7).


I have spent hours looking to see what's breaking it in IE with no luck.

If someone would be so kind as to have a look and see if you can 
figure it out (and in IE7, if possible).


http://www.fgtestserver.net/rain/index.html

Thanks,

Bob Schwartz



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help IE

2007-11-10 Thread Bob Schwartz

that's a relief, one down. one to go.

Thanks,

bob


Hi Bob,
Can't help you with ie6 but thought I would let you know that it  
seems to be fine in IE7.

Cheers
Adam

Bob Schwartz wrote:
I have a site in progress that is currently pixel perfect in all  
real browsers, it's all over the screen in IE 6 (don't yet know  
about IE7).


I have spent hours looking to see what's breaking it in IE with no  
luck.


If someone would be so kind as to have a look and see if you can  
figure it out (and in IE7, if possible).


http://www.fgtestserver.net/rain/index.html

Thanks,

Bob Schwartz



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***






***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***







***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help IE

2007-11-10 Thread Gunlaug Sørtun

Bob Schwartz wrote:

I have a site in progress that is currently pixel perfect in all
real browsers, it's all over the screen in IE 6 (don't yet know about
IE7).


IE7 is doing fine :-)


http://www.fgtestserver.net/rain/index.html


IE6' margin-doubling on floats bug is causing most damage.

Adding...

#con {
display:inline;
}

#rhtcol {
display:inline;
margin-left: -10px;
}

...will kill that bug, and also provide a bit more space for IE6 lack of
respect for declared dimensions.
Only a few more IE6 bugs left for you to fix then.


While you're at it: There's no point in declaring both 'min-height' and
'height' with same, fixed, value on an element. Fixed 'height' is fixed
'height' in all but IE6 and older.

True that IE6 doesn't understand 'min-height' but if that's what you're
trying to fix then make sure other browsers can't see that 'height'
you're serving IE6.

regards
Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help (another topic)

2007-11-10 Thread James Jeffery
For something that simple you could use PHP and use $_SERVER['REMOTE_ADDR']

www.php.net

James

On Nov 10, 2007 1:41 PM, Bob Schwartz [EMAIL PROTECTED] wrote:
 I have a client who wants a page personalized for him similar to this:

   http://www.vermiip.es/il-mio-ip/

 so people can discover their IP.

 I have Googled about trying to find code that does it, but all I find
 are site that do it.

 Does anyone know (have) the code?

 Bob Schwartz



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help IE

2007-11-10 Thread Gunlaug Sørtun

Bob Schwartz wrote:

http://www.fgtestserver.net/rain/index.html


The other problems in IE6 are related to the white-space bug and IE's
need for 'Layout'.

#outerWrapper, #innerWrapper {height: 1%;}

...will act as 'hasLayout' triggers where necessary.


The white-space bug is caused by empty elements, which IE/win
interprets to have a space. That space is consequently given
line-height, and IE6 doesn't respect declared dimensions so the elements
get spaced out.

The easiest way to fix that bug-combination is to eliminate the
emptiness by placing an HTML comment inside empty elements - tightly
with no space at either side, like so...

div id=con-top!-- --/div

Repeating that on _all_ _empty_ elements makes IE/win understand that
there isn't any space for its bugs.
Result - which I of course have tested for your page - is near perfect
rendering in IE6 compared to other browsers.

You do have the 'overflow: hidden' alternative for that white-space
bug - forcing IE6 to respect declared dimensions. However, that solution
may hide too much in some cases, and I didn't bother to test it for your
layout.

regards
Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help IE

2007-11-10 Thread Bob Schwartz

Thanks Georg

That fixed the floats, but the center content box still has a problem  
between the tabs and the main body of the content box in IE6.


(fresh version uploaded)

As for the height - min-height, those are just in until content comes  
to hold the boxes open for the client to see.



Bob Schwartz wrote:

I have a site in progress that is currently pixel perfect in all
real browsers, it's all over the screen in IE 6 (don't yet know about
IE7).


IE7 is doing fine :-)


http://www.fgtestserver.net/rain/index.html


IE6' margin-doubling on floats bug is causing most damage.

Adding...

#con {
display:inline;
}

#rhtcol {
display:inline;
margin-left: -10px;
}

...will kill that bug, and also provide a bit more space for IE6  
lack of

respect for declared dimensions.
Only a few more IE6 bugs left for you to fix then.


While you're at it: There's no point in declaring both 'min-height'  
and
'height' with same, fixed, value on an element. Fixed 'height' is  
fixed

'height' in all but IE6 and older.

True that IE6 doesn't understand 'min-height' but if that's what  
you're

trying to fix then make sure other browsers can't see that 'height'
you're serving IE6.

regards
Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***







***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help IE

2007-11-10 Thread Bob Schwartz

Georg,

I'm still getting a problem with the area under the tabs, IE is  
showing about 25px of the content background (con-cen) above the top  
content curve (con-top)


In other words, the con-top div is looking to be 25px or so under con- 
mnu.




Bob Schwartz wrote:

http://www.fgtestserver.net/rain/index.html


The other problems in IE6 are related to the white-space bug and  
IE's

need for 'Layout'.

#outerWrapper, #innerWrapper {height: 1%;}

...will act as 'hasLayout' triggers where necessary.


The white-space bug is caused by empty elements, which IE/win
interprets to have a space. That space is consequently given
line-height, and IE6 doesn't respect declared dimensions so the  
elements

get spaced out.

The easiest way to fix that bug-combination is to eliminate the
emptiness by placing an HTML comment inside empty elements - tightly
with no space at either side, like so...

div id=con-top!-- --/div

Repeating that on _all_ _empty_ elements makes IE/win understand that
there isn't any space for its bugs.
Result - which I of course have tested for your page - is near perfect
rendering in IE6 compared to other browsers.

You do have the 'overflow: hidden' alternative for that white-space
bug - forcing IE6 to respect declared dimensions. However, that  
solution
may hide too much in some cases, and I didn't bother to test it for  
your

layout.

regards
Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***







***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help (another topic)

2007-11-10 Thread Bob Schwartz

Thanks James,

Only one minor problem, I know nearly nothing about PHP.

How would I write this up?

Bob

For something that simple you could use PHP and use $_SERVER 
['REMOTE_ADDR']


www.php.net

James

On Nov 10, 2007 1:41 PM, Bob Schwartz [EMAIL PROTECTED] wrote:
I have a client who wants a page personalized for him similar to  
this:


  http://www.vermiip.es/il-mio-ip/

so people can discover their IP.

I have Googled about trying to find code that does it, but all I find
are site that do it.

Does anyone know (have) the code?

Bob Schwartz



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***







***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help IE

2007-11-10 Thread Gunlaug Sørtun

Bob Schwartz wrote:

I'm still getting a problem with the area under the tabs, IE is showing 
about 25px of the content background (con-cen) above the top content 
curve (con-top)


I can't see that in IE6 for my (original) test case...

http://www.gunlaug.no/tos/alien/bs-1/test_07_1110.html

regards
Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help IE

2007-11-10 Thread Bob Schwartz
No you're not. Strange. However what you do have that I don't is the  
roll-overs on the tabs aren't working and the left column is very  
close to the center box.


So on my local site I have everything as it should be except the  
problem mentioned below and on your remote site, I'm seeing my  
problem fixed, and others broken.


I just dearly love IE6.

There's fresher version on my site (with your fixes in).



Bob Schwartz wrote:

I'm still getting a problem with the area under the tabs, IE is  
showing about 25px of the content background (con-cen) above the  
top content curve (con-top)


I can't see that in IE6 for my (original) test case...

http://www.gunlaug.no/tos/alien/bs-1/test_07_1110.html

regards
Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***







***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Help (another topic)

2007-11-10 Thread Christian Montoya
On Nov 10, 2007 10:30 AM, Bob Schwartz [EMAIL PROTECTED] wrote:
 Thanks James,

 Only one minor problem, I know nearly nothing about PHP.

 How would I write this up?

This is TOTALLY off topic for this list so I'll answer this question
now but if you have further questions just e-mail me directly, do not
e-mail the list about programming questions.

?php echo $_SERVER['REMOTE_ADDR']; ?

in a .php file and the rest of the file can just be plain HTML.

-- 
--
Christian Montoya
christianmontoya.net


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



  1   2   3   4   >