| View previous topic :: View next topic |
| Author |
Message |
saurabhray
Joined: 30 Apr 2008 Posts: 45
|
Posted: Mon Jun 30, 2008 12:30 pm Post subject: Problem on IE6.0 |
|
|
Hi
I had created an "search event " module,its working properly but on IE6.0 its width is not proper as on IE7.0 its fine.As i created this module by using an "blank component "option as an option in components.So i couldn't find out its CSS.So plz send me its css.
I use the following code snippet for creating its components:-
| Code: |
<html>
<body>
<form action="http://localhost/joomla15/index.php/events" method="POST">
<INPUT TYPE = "text" style="padding-right:5px;" NAME = "searchfor" VALUE ="<?php echo $_POST['searchfor']; ?>" >
<INPUT TYPE = "submit" NAME = "submit" VALUE="Send">
</form>
</body>
</html>
|
So i need its css to make it correct on IE6.0
thanks
saurabh |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5275
|
Posted: Mon Jun 30, 2008 3:38 pm Post subject: |
|
|
Hi,
You should be able to add this to its style="" ... width: Xpx where X is the width you would like it to be . |
|
| Back to top |
|
 |
saurabhray
Joined: 30 Apr 2008 Posts: 45
|
Posted: Tue Jul 01, 2008 11:33 am Post subject: No change on IE6.0 still shows the same error. |
|
|
Hi
I had the same as you told me but could saw any change on IE6.0.I use the following code snippet and generate a search module.
| Code: |
<html>
<body>
<form action="http://localhost/joomla15/index.php/events" method="POST">
<INPUT TYPE = "text" style="'80%'" NAME = "searchfor" VALUE ="<?php echo $_POST['searchfor']; ?>" >
<INPUT TYPE = "submit" NAME = "submit" VALUE="Send">
</form>
</body>
</html>
|
thanks
Suarabh |
|
| Back to top |
|
 |
|