Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > Forms

Notices

Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder.

Reply
 
LinkBack Thread Tools
  #1  
Old 11-04-2007, 03:17 PM
Second Lieutenant
 
Join Date: Aug 2007
Posts: 125
Default Button apperas differnt in the Menu form using IE vs Mozzila

Hello my website is www.vullcanairbrush.com
I have a question about my "GO" button in my menu form .
On my homepage the "Go" buttons look the same in Mozilla Firefox but different in IE can somebody tell me how to correct this?

Iwas told this is Naval's expertise as this would be a form type adjustment...Thanks
Sinisa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 11-04-2007, 10:09 PM
Andy128's Avatar
Major General
 
Join Date: Dec 2005
Location: Michigan
Posts: 2,282
Default Re: Button apperas differnt in the Menu form using IE vs Mozzila

The problem is that the second button for the search option is defined in the css style class. Changing it may make the search function not work - depending how it is called up buy the program searchpro.

But for the sake of testing- lets give this a try. First- print out the source code for the page so we can return it if need be.

Now- I assume that searchpro gave you some code to past into the page. I would also assume you placed it in an html box. So open the page in BV and then click on the box that contains that code. It should look like the following;
Quote:
<!-- Start of Site Search Pro code --><style type="text/css">.sp2_field {border: 1px solid #406895;background-color: #ffffff;font-family:Arial;font-style:normal;color: #000000;font-size:12px;font-weight:normal;
}.sp2_btn {border: 1px ringe #000000;font-family:Arial;font-style:normal;color: #000000;font-size:12px;font-weight:normal;
}a.sp2_title:link,a.sp2_title:active,a.sp2_title:v isited {font-family:Arial;font-style:normal;text-decoration:none;color: #7777cc;font-size:12px;font-weight:bold;
}a.sp2_title:hover {font-family:Arial;font-style:normal;text-decoration:underline;color: #7777cc;font-size:12px;font-weight:bold;
}.sp2_result {font-family:Arial;font-style:normal;text-decoration:none;color: #000000;font-size:12px;font-weight:normal;
}.sp2_select {font-family:Arial;font-style:normal;text-decoration:none;color: #990000;font-size:12px;font-weight:bold;
}.sp2_address {font-family:Arial;font-style:normal;text-decoration:none;color: #008000;font-size:10px;font-weight:normal;
}.sp2_page {font-family:Arial;font-style:normal;text-decoration:none;color: #000000;font-size:12px;font-weight:normal;
}a.sp2_page:link,a.sp2_page:active,a.sp2_page:visi ted {font-family:Arial;font-style:normal;text-decoration:underline;color: #000000;font-size:12px;font-weight:normal;
}a.sp2_page:hover {font-family:Arial;font-style:normal;text-decoration:none;color: #000000;font-size:12px;font-weight:normal;
}.sp2_nowpage {font-family:Arial;font-style:normal;text-decoration:none;color: #a90a08;font-size:12px;font-weight:bold;
}</style>
<form action="http://www.vullcanairbrush.com/searchpro" method="get" enctype="application/x-www-form-urlencoded" name="qs" id="qs">
<table border="0" align="center" cellpadding="2" cellspacing="0">
<tr><td><input class="sp2_field" name="q" type="text" id="q" value="" maxlength="255"></td>
<td><input class="sp2_btn" name="btn" type="submit" id="btn2" value="Go"></td></tr>
</table></form>
<!-- End of Site Search Pro code --></div>
In the above- delete the blue and replace the red with "button"

Save and Publish

See if that works. ALSO TEST THE SEARCH FUNCION. If not- restore to its original

Andy
__________________
My diamond in the rough - www.123gpp.com

* Click here for some BV tutorials (Php mailto Form, I-Frames, Picture display and much, much more!)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 11-06-2007, 06:47 AM
Second Lieutenant
 
Join Date: Aug 2007
Posts: 125
Default Re: Button apperas differnt in the Menu form using IE vs Mozzila

Thank you Andy,
I have tried but it the look is still the same as before .

Here is the source code I have currently ( the search function seems to be working though ) :

<!-- Start of Site Search Pro code --><style type="text/css">.sp2_field {border: 1px solid #406895;background-color: #ffffff;font-family:Arial;font-style:normal;color: #000000;font-size:12px;font-weight:normal;
}.sp2_btn {border: 1px ringe #000000;font-family:Arial;font-style:normal;color: #000000;font-size:12px;font-weight:normal;
}a.sp2_title:link,a.sp2_title:active,a.sp2_title:v isited {font-family:Arial;font-style:normal;text-decoration:none;color: #7777cc;font-size:12px;font-weight:bold;
}a.sp2_title:hover {font-family:Arial;font-style:normal;text-decoration:underline;color: #7777cc;font-size:12px;font-weight:bold;
}.sp2_result {font-family:Arial;font-style:normal;text-decoration:none;color: #000000;font-size:12px;font-weight:normal;
}.sp2_select {font-family:Arial;font-style:normal;text-decoration:none;color: #990000;font-size:12px;font-weight:bold;
}.sp2_address {font-family:Arial;font-style:normal;text-decoration:none;color: #008000;font-size:10px;font-weight:normal;
}.sp2_page {font-family:Arial;font-style:normal;text-decoration:none;color: #000000;font-size:12px;font-weight:normal;
}a.sp2_page:link,a.sp2_page:active,a.sp2_page:visi ted {font-family:Arial;font-style:normal;text-decoration:underline;color: #000000;font-size:12px;font-weight:normal;
}a.sp2_page:hover {font-family:Arial;font-style:normal;text-decoration:none;color: #000000;font-size:12px;font-weight:normal;
}.sp2_nowpage {font-family:Arial;font-style:normal;text-decoration:none;color: #a90a08;font-size:12px;font-weight:bold;
}</style>
<form action="http://www.vullcanairbrush.com/searchpro" method="get" enctype="application/x-www-form-urlencoded" name="qs" id="qs">
<table border="0" align="center" cellpadding="2" cellspacing="0">
<tr><td><input name="q" type="text" id="q" value="" maxlength="255"></td>
<td><input class="sp2_btn" name="btn" type="button" id="btn2" value="Go"></td></tr>
</table></form>
<!-- End of Site Search Pro code --></div>

Thanks again!
Sinisa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 11-06-2007, 12:07 PM
Andy128's Avatar
Major General
 
Join Date: Dec 2005
Location: Michigan
Posts: 2,282
Default Re: Button apperas differnt in the Menu form using IE vs Mozzila

It appears that you did not delete the blue part from the line as I had indicated ( class="sp2_btn" ). Give that a try and then save and publish.


Also- when you get to the page- hit F5 a few times to make sure that a fresh page is loaded.


Andy
__________________
My diamond in the rough - www.123gpp.com

* Click here for some BV tutorials (Php mailto Form, I-Frames, Picture display and much, much more!)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 11-06-2007, 08:23 PM
Second Lieutenant
 
Join Date: Aug 2007
Posts: 125
Default Re: Button apperas differnt in the Menu form using IE vs Mozzila

Thanks Andy you are awesome!,
I did it and it looks great!!!!
So happy....Thanks a bunch!
Sinisa
PS. I did erase the blue but it did not do it it properly...anyway, thank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 11-07-2007, 01:41 AM
Andy128's Avatar
Major General
 
Join Date: Dec 2005
Location: Michigan
Posts: 2,282
Default Re: Button apperas differnt in the Menu form using IE vs Mozzila

You are very welcome. Glad I was able to help.


Andy
__________________
My diamond in the rough - www.123gpp.com

* Click here for some BV tutorials (Php mailto Form, I-Frames, Picture display and much, much more!)
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


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


All times are GMT +1. The time now is 11:32 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176