Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > HTML, XHTML and CSS

Reply
 
LinkBack Thread Tools
Old June 27th, 2006, 06:28 PM   #1
New Member
 

Join Date: Jun 2006
Location: Sumiton, AL
Age: 25
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Arsiei is on a distinguished road
Question Please help! My links won't work.

http://www.arsieiuni.net/magictouch/

This is a website I've designed for a friend. I have used Site Spinner to put it all together. I had the items "Swedish Massage" "Neuromuscular Therapy" "Deep Tissue Massage" "Click Here for Map" linked to other pages in the site. Also the "Email Paula!" and "Wedesign by.." were mailtos. They all worked. Yesterday I tried it again and none of it worked. No reason. I haven't changed anything. I tried to figure it out, even remade the links in Site Spinner and they won't work. Does anyone understand code well enough to have a look at the source and see if you can tell why it won't work? The links just aren't there... No 404s... just you can't click them.

Thanks so much!
Arsiei is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old June 27th, 2006, 07:29 PM   #2
Highly Reputable Member
 

Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 50
Posts: 654
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Legacy_Staff has a spectacular aura about Legacy_Staff has a spectacular aura about Legacy_Staff has a spectacular aura about
Re: Please help! My links won't work.

No, but like your choice of music.
More so as I don't usually like websites to have music.
Legacy_Staff is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old June 27th, 2006, 11:15 PM   #3
Reputable Member
 

Join Date: Feb 2006
Location: Brisbane, Australia
Age: 27
Posts: 104
Thanks: 0
Thanked 1 Time in 1 Post
Rep Altering Power: 0 jimz is on a distinguished road
Re: Please help! My links won't work.

Hi Arsiei,

The image index1.gif is above all the links!

Where you set your styles, you have a z-index of 11 for the div Oobj25, which means its on top of all your other divs, including the ones that contain the links.

If you change the z-index of Oobj25 to 1, it will be a the back and the the links will be in front of it.

I've never used site spinner before, but there should be some way to change the z-index of divs.

If you don't know how to edit the code, just look for this line:

Code:
 #Oobj25 {position:absolute;z-index:11;visibility:visible;left:0px;top:-14px;width:800px;height:600px;font-size:1px;}
and change it to:

Code:
 #Oobj25 {position:absolute;z-index:1;visibility:visible;left:0px;top:-14px;width:800px;height:600px;font-size:1px;}
Hope that helps! Give us a yell if you still have problems.

Cheers,
Jim.
jimz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old June 28th, 2006, 08:45 AM   #4
New Member
 

Join Date: Jun 2006
Location: Sumiton, AL
Age: 25
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Arsiei is on a distinguished road
Re: Please help! My links won't work.

That did it! Thanks so much! I figured it was something like that and I really even tried to fix that in Site Spinner but what can I say, tis freeware. Ai, me.

Thanks so so so much because I'd never have figured that out code-side!

-<3's to you-
Arsiei
Arsiei is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
help , links , wont , work


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

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

BB 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
Javascript menu - does not work on title page, but does work on other pages Crystal Phoenix Your Design and Layout 4 March 24th, 2008 04:40 PM
[SOLVED] Links not working in IE but work in FireFox/Safari skuliaxe HTML, XHTML and CSS 2 March 17th, 2008 12:52 PM
Help needed! Links don't work milly Your Design and Layout 5 June 28th, 2007 03:48 PM
Some links work, other's don't?? csa HTML, XHTML and CSS 6 March 10th, 2006 07:16 AM
Why mailto links don't always work. Rob HTML, XHTML and CSS 3 October 31st, 2003 09:11 AM


Search Engine Optimization by vBSEO 3.2.0 RC8