![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| http://www.wiesodenn.de/problem/problem.html dummy1 and dummydummy2 are form-buttons, dummy3 is the href-link. All three buttons should have the same size and that small border half way round... |
#3
| |||
| |||
|
|
for a project I am currently working at, I have to use form-buttons and normal links (a href...) in the same pages together. Both should look the same. No problem with IE and Opera but I cannot get this to work with Mozilla. |
#4
| |||
| |||
|
| http://www.wiesodenn.de/problem/problem.html All three buttons should have the same size and that small border half way round... They all look pretty much the same in my Mozilla 1.3, except that the first button is a bit smaller than the others. |
#5
| |||
| |||
|
|
for a project I am currently working at, I have to use form-buttons and normal links (a href...) in the same pages together. Both should look the same. |
#6
| |||
| |||
|
|
Could you restructure the page such that dummy1 and dummy2 were not within the form? If so you could then create little forms that just contained the submit button: form action="dummy1" method="GET"><input type="submit" value="dummy1"></form |
|
That will work in all browsers that support forms. The downside is that search engines, etc will not be able to follow the links and the links will not be rendered correctly as links in a non-visual browser. |
#7
| |||
| |||
|
|
Hello, for a project I am currently working at, I have to use form-buttons and normal links (a href...) in the same pages together. Both should look the same. No problem with IE and Opera but I cannot get this to work with Mozilla. |
#8
| |||
| |||
|
|
Being deliberately deceptive is not in the interests of the user. |
#9
| |||
| |||
|
|
CSS is your friend. Consider styling for both links and buttons. |
#10
| |||
| |||
|
|
Hello, On Sat, 27 Sep 2003 10:45:45 +0100, "William Tasso" news27 (AT) tbdata (DOT) com> wrote: CSS is your friend. Consider styling for both links and buttons. Yes, I tried, as you can see in the example, but I was unable to make them look like they should. Perhaps you can hint me the right way... |
![]() |
| Thread Tools | |
| Display Modes | |
| |