first website doesnt work well?

Reply

Join Date: Dec 2004
Posts: 489
Reputation: Acidburn is an unknown quantity at this point 
Solved Threads: 5
Acidburn Acidburn is offline Offline
Posting Pro in Training

first website doesnt work well?

 
0
  #1
Aug 3rd, 2005
hyperlink removed by moderator

basically the buttons dont work like they should, I've made the buttons using photoshop and importing them to dreamweaver, from there creating the button as a hyperlink. In theory the button should therfore on mouseover display the behaviour as an active link.

Upon closing the yahoo advert and moving your mouse well to the right of the button the hyperlink works... why doesnt it work like it should?

Cheers

John
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 2,039
Reputation: Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice 
Solved Threads: 139
Team Colleague
Rashakil Fol's Avatar
Rashakil Fol Rashakil Fol is offline Offline
Super Senior Demiposter

Re: first website doesnt work well?

 
0
  #2
Aug 3rd, 2005
Originally Posted by Acidburn
hyperlink removed by moderator

basically the buttons dont work like they should, I've made the buttons using photoshop and importing them to dreamweaver, from there creating the button as a hyperlink. In theory the button should therfore on mouseover display the behaviour as an active link.
I don't understand what you mean. The links work fine. I don't understand what theory states that your image should display "the behavior" on mouseover, whatever you mean by that. Perhaps you could be more specific as to what you're expecting.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 489
Reputation: Acidburn is an unknown quantity at this point 
Solved Threads: 5
Acidburn Acidburn is offline Offline
Posting Pro in Training

Re: first website doesnt work well?

 
0
  #3
Aug 3rd, 2005
well in theory if you hover the mouse anywhere over the jpg image shouldnt the cursor change? To show that its an hyperlink? It only seems to want to do that if you move the mouse to the very right of it
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: first website doesnt work well?

 
0
  #4
Aug 3rd, 2005
I haven't researched your specific issue, but it isn't necessary to use images as buttons or hyperlinks, unless you want buttons like you see on daniweb, with an image background.

Using CSS, you can style regular hyperlinks to look and function as buttons.

HTML and CSS Syntax (Toggle Plain Text)
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. a:link, a:visited
  5. {
  6. float: left;
  7. margin: 2px 5px 2px 5px;
  8. padding: 2px;
  9. width: 100px;
  10. border-top: 1px solid #cccccc;
  11. border-bottom: 1px solid black;
  12. border-left: 1px solid #cccccc;
  13. border-right: 1px solid black;
  14. background: #cccccc;
  15. text-align: center;
  16. text-decoration: none;
  17. font: normal 10px Verdana;
  18. color: black;
  19. }
  20.  
  21. a:hover
  22. {
  23. background: #eeeeee;
  24. }
  25.  
  26. a:active
  27. {
  28. border-bottom: 1px solid #eeeeee;
  29. border-top: 1px solid black;
  30. border-right: 1px solid #eeeeee;
  31. border-left: 1px solid black;
  32. }
  33. </style>
  34. </head>
  35. <body>
  36. <a href="#">Button 1</a><a href="#">Button 2</a><a href="#">Button 3</a>
  37. </body>
  38. </html>
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 2,039
Reputation: Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice 
Solved Threads: 139
Team Colleague
Rashakil Fol's Avatar
Rashakil Fol Rashakil Fol is offline Offline
Super Senior Demiposter

Re: first website doesnt work well?

 
0
  #5
Aug 3rd, 2005
Originally Posted by Acidburn
well in theory if you hover the mouse anywhere over the jpg image shouldnt the cursor change? To show that its an hyperlink? It only seems to want to do that if you move the mouse to the very right of it
The cursor changes for me. I get a hand. Crap like this is what you get when you try to make a web site without knowing HTML and CSS.
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 3,826
Reputation: Catweazle is a jewel in the rough Catweazle is a jewel in the rough Catweazle is a jewel in the rough Catweazle is a jewel in the rough 
Solved Threads: 144
Team Colleague
Catweazle Catweazle is offline Offline
Grandad

Re: first website doesnt work well?

 
0
  #6
Aug 3rd, 2005
Don't know about you mate, but
Crap like this is what you get when you try to make a web site without knowing HTML and CSS.
doesn't seem to me to be helpful at all.

I've come here via a 'bad post' report, and am no coder by any twisted stretch of the imagination, but I'm all too aware that there are applications both software and web based which enable people to create websites without ever needing to learn a single part of coding. A simple google search tells me that Dreamweaver is one such application.

I'd expect that when an inexperienced person asks a technical question they should be met with politeness and assistance if such is a possibility.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 2,039
Reputation: Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice 
Solved Threads: 139
Team Colleague
Rashakil Fol's Avatar
Rashakil Fol Rashakil Fol is offline Offline
Super Senior Demiposter

Re: first website doesnt work well?

 
0
  #7
Aug 3rd, 2005
I was not being impolite; that statement is simply true and observant of the fact that you'll get different results in different browsers if you don't have a general idea about HTML and CSS.

And you're right, it does not help the other poster solve his immediate problem. So what? How much help do you expect now that the URL's deleted?
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: first website doesnt work well?

 
0
  #8
Aug 3rd, 2005
I moderate this forum; I deleted the URL. It's daniweb policy, for good reasons. I sent a private message to the original poster, explaining how to post HTML and CSS code within a message. You'll also note how I provided an alternative to using images, which is to apply CSS to standard hyperlinks.

Telling someone that their efforts are "crap" and that they don't know HTML and CSS isn't really in the spirit of things. However, I'm willing to grant you the benefit of a doubt and suppose that was just poor wording and not a personal attack. So, we'll all watch this thread and see if he comes back with more questions, and do our best to assist. Agreed?
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 3,826
Reputation: Catweazle is a jewel in the rough Catweazle is a jewel in the rough Catweazle is a jewel in the rough Catweazle is a jewel in the rough 
Solved Threads: 144
Team Colleague
Catweazle Catweazle is offline Offline
Grandad

Re: first website doesnt work well?

 
0
  #9
Aug 3rd, 2005
Any chance that this is simply a browser issue, by the way?

A move to Mozilla as a preferred browser a while back 'broke' my work console log in, to the extent that for a while I had to 'click' alongside the buttons rather than on them. My worksite was coded for Internet Explorer and other browsers were not coping with it very well at all.
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 2,039
Reputation: Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice Rashakil Fol is just really nice 
Solved Threads: 139
Team Colleague
Rashakil Fol's Avatar
Rashakil Fol Rashakil Fol is offline Offline
Super Senior Demiposter

Re: first website doesnt work well?

 
0
  #10
Aug 4th, 2005
Ah, "crap" was referring to the weird behaviors that generally happen when you trust a wysiwyg editor's code to work on multiple browsers, not anybody's particular code.

You could replace it with "problems" and it would mean the same thing.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC