Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > Google Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Google Forum Discuss Google related issues.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 02-16-2008, 04:32 PM   #1 (permalink)
Junior Member
 
Join Date: 02-16-08
Posts: 16
iTrader: 0 / 0%
Latest Blog:
None

drixie is liked by many
Hidden Div Tag

I want to integrate the CSS+javascript trick on this page into my site: stunicholls.com/various/more_again.html

Just click the red plus image.

But I want to know if this is not the hidden div tags that google doesnt like.

Any help will be appreciated.
drixie is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-16-2008, 06:00 PM   #2 (permalink)
v7n Mentor
 
pinkfluffybunny's Avatar
 
Join Date: 05-18-04
Location: Florida
Posts: 1,205
iTrader: 0 / 0%
Latest Blog:
None

pinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to all
Nice trick - I have 6 meg download and you managed to hide the whole page for 30 seconds
__________________
Just because you're paranoid doesn't necessarily mean people aren't out to get you
pinkfluffybunny is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-17-2008, 01:35 AM   #3 (permalink)
Junior Member
 
Join Date: 02-16-08
Posts: 16
iTrader: 0 / 0%
Latest Blog:
None

drixie is liked by many
I dont understand what you mean.
drixie is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-17-2008, 10:20 AM   #4 (permalink)
Contributing Member
 
stacy131's Avatar
 
Join Date: 12-26-07
Posts: 382
iTrader: 0 / 0%
Latest Blog:
None

stacy131 is on the right pathstacy131 is on the right path
You mean the Javascript code that Google sometimes ignores?

Sorry I couldn't be of more help, I gave up trying to load that link.
stacy131 is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-17-2008, 03:42 PM   #5 (permalink)
Junior Member
 
Join Date: 02-16-08
Posts: 16
iTrader: 0 / 0%
Latest Blog:
None

drixie is liked by many
I dont know why the link is not loadin gon your side. Its loading fine here.

I think I'll have to give a slight description:

On that page (belongs to stu nicholls of cssplay), There is some text and below the text, there is a plus button. When this button is clicked on, an extra text is displayed (in a div tag with position:absolute).

I checked the css and the javascript. The second div tag(with its contents) has always been there all along and is initially given a display:none value. Then, when the plus button is clicked, Javascript gives it display:absolute and it shows up.

I want to implement this on my website but I'm not it could be the hidden div tags page and brin dont like.

The zip file I downloaded from the page is attached. All the code and images are contained within. I hope it opens in your browser that way.

Humbly expecting your reply. I'm three days behind schedule.
Attached Files
File Type: zip more_again.zip (17.7 KB, 21 views)
drixie is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-18-2008, 02:18 AM   #6 (permalink)
Contributing Member
 
webia's Avatar
 
Join Date: 07-26-06
Posts: 245
iTrader: 0 / 0%
webia is on the right pathwebia is on the right pathwebia is on the right path
Code:
http://www.stunicholls.com/various/more_again/switch.css
Check out the hidden class over there. Yes it uses hidden divs, but hey, if you want cool features on the site, this is the only way.
__________________
Cheers,
You want a more detailed review about your website? Submit it to Web International Awards
webia is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-18-2008, 06:31 AM   #7 (permalink)
Junior Member
 
Join Date: 02-16-08
Posts: 16
iTrader: 0 / 0%
Latest Blog:
None

drixie is liked by many
Thanks for your reply.

If I use that method, what is the chance that I will get penalized by google?

Also, what I want to do simply is to provide a 'Watch Video' button on the site which when users click will open a div tag containing embedded video (from any videosharing site) and play it.

I just dont want the videos to open straight like that. I just want only the users who want to watch the video be able to watch it, not everybody.

Is there any other way I can go about this?
drixie is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-18-2008, 12:02 PM   #8 (permalink)
Contributing Member
 
Join Date: 09-06-07
Posts: 765
iTrader: 0 / 0%
corlock is on the right pathcorlock is on the right path
Quote:
Originally Posted by stacy131 View Post
You mean the Javascript code that Google sometimes ignores?
does Google sometimes do not ignore Jscripts? What I know is that SEs doesn't read Jscripts at all...
corlock is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-18-2008, 04:22 PM   #9 (permalink)
Contributing Member
 
webia's Avatar
 
Join Date: 07-26-06
Posts: 245
iTrader: 0 / 0%
webia is on the right pathwebia is on the right pathwebia is on the right path
Anyway, the solution in that site is all css
__________________
Cheers,
You want a more detailed review about your website? Submit it to Web International Awards
webia is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-19-2008, 12:01 PM   #10 (permalink)
Junior Member
 
Join Date: 02-16-08
Posts: 16
iTrader: 0 / 0%
Latest Blog:
None

drixie is liked by many
I dont think SEs read Jscript. Its a bunch of code.

I really hope i get help. I'm five days behind schedule.
drixie is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-21-2008, 10:03 AM   #11 (permalink)
Contributing Member
 
webia's Avatar
 
Join Date: 07-26-06
Posts: 245
iTrader: 0 / 0%
webia is on the right pathwebia is on the right pathwebia is on the right path
Like I said. They use CSS to accomplish that. And yes, search engines do no read javascripts, so if you have content generated via js scripts, it will not be there.

js are client based, while search engines see what the server generates on it's side of the task.
__________________
Cheers,
You want a more detailed review about your website? Submit it to Web International Awards
webia is offline  
Add Post to del.icio.us
Reply With Quote
Old 03-04-2008, 07:47 AM   #12 (permalink)
Contributing Member
 
Join Date: 11-07-07
Posts: 445
iTrader: 0 / 0%
Latest Blog:
None

shakir is liked by many
confusing thread
shakir is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > Google Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Google's hidden payroll Maxibon Google Forum 8 01-09-2008 09:15 AM
What are your thoughts on hidden text? ajkendall SEO Forum 40 10-25-2007 08:53 AM
Hidden users in phpbb Jazzee Web Design Lobby 11 11-21-2003 11:41 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 05:08 PM.
© Copyright 2008 V7 Inc