|
|
#1 |
![]() Join Date: Nov 2003
Posts: 68
![]() |
Hello,
how can I use a image instead the button login ?? I mean, I'd like to replace the traditional login button with an image doing the same function. What is the class I have to modify, and how (using background-image ?) ?? Thank you. |
|
|
|
|
|
#2 |
![]() Join Date: Nov 2003
Location: Netherlands
Posts: 1,551
![]() |
the class is .button you can also modify it to use a seperate class or use input type='īmage' instead of submit.
|
|
|
|
|
|
#3 |
![]() Join Date: Nov 2003
Posts: 68
![]() |
What are you meaning with "a separate class" ?? Should I change the core code ??
Because I'm not sure, but I think .button change all the buttons of mambo.... Thank you. |
|
|
|
|
|
#4 | |
![]() Join Date: Nov 2003
Location: Netherlands
Posts: 1,551
![]() |
Yup it changes all the buttons that i why i said to change the class...
module/mod_login.php line 76: Code:
<input type="submit" name="Submit" class="loginbutton" value="<?php echo _BUTTON_LOGIN; ?>" /> Code:
<input type="image" src="../images/button.gif" name="Submit" class="button" value="<?php echo _BUTTON_LOGIN; ?>" /> Quote:
|
|
|
|
|
|
|
#5 | |
![]() Join Date: Sep 2005
Posts: 168
![]() |
Quote:
can you guess what is wrong with this following code??? original:: <input type="button" value="<?php echo _MODSUBSCRIBE; ?> " class="button" onclick="submitmammlmod();" /> Replaced by: <input type="image" src="../images/bnt-submit.gif" value="<?php echo _modsubscribe; ?>" onclick="submitmammlmod();"/> Image is in mambo i had uploaded it via media manager.But still it doesn't show the image properly???? |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Admin Login Problem is What Ruins Mambo's image | endie | Wishlist & Feature Requests | 0 | March 19th, 2005 11:18 |
| Insert Image Button Error | ColisaSota | WYSIWYG Editors | 7 | January 24th, 2005 01:16 |
| MOS Image Editor Button | thomas.dahl | Administration Questions | 3 | January 5th, 2005 15:01 |
| login button displayed as system button. | jifor | General Questions | 4 | December 2nd, 2004 20:09 |
| help needed on image button | voxthemes | Templates | 2 | September 27th, 2004 16:05 |