Multiple forms on Opera

This is a discussion on "Multiple forms on Opera" within the Web Page Design section. This forum, and the thread "Multiple forms on Opera are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 2nd, 2006, 18:57
Up'n'Coming Member
Join Date: Aug 2006
Location: Peru
Age: 22
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Multiple forms on Opera

Hi everyone:
I'm having a problem runing search page on opera. the page consists on 3 different forms(one for each type of search). The problem is that only the first form shoes well on opera, and the rest are located far away to the right and not viewable. The page works fine on IE and Firefox. I was wondering, maybe there is some kinf of trouble with opera handling multiple forms. Well, hope someone has the answer. Greetings....
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 Nov 2nd, 2006, 22:36
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Multiple forms on Opera

Can we have a link so we can see the page?
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 Nov 3rd, 2006, 03:49
Up'n'Coming Member
Join Date: Aug 2006
Location: Peru
Age: 22
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Multiple forms on Opera

Unfortunately the peoject is still on developement stage and is not yet running on the server. I guess I could post the code, it's a bit messy. I'll put just the part I'm interested on resolving, it's quite long.

<form action="/RedLieds/simple-search" method=GET>
<input type=hidden name=advanced value="true">
<table class="miscTable" align="left" width="90%">
<tr>
<td class="oddRowEvenCol" align="left" >
<p>
<strong>B&uacute;squeda Avanzada:</strong>
</p>
<table cellspacing=2 border=0 width="100%" align="center">
<tr>
<td class="evenRowEvenCol">
<table border=0 align="center">
<tr><td colspan=3>&nbsp;</td></tr>
<tr>
<td align="right" valign="top" nowrap >
<select name="field1" style="width:200px" >
<option value="ANY" selected>Todos los Campos</option>
<option value="author" >Autor</option>
<option value="title" >Titulo</option>
<option value="keyword" >Tema</option>
<option value="abstract" >Resumen</option>
<option value="series" >Serie</option>
<option value="sponsor" >Patrocinador</option>
<option value="identifier" >Identificador</option>
</select>
</td>
<td align="right" valign="top" nowrap>
<input type="text" name="query1" value='' size="40">
</td>
<td align="right" valign="top">
<select name="conjunction1">
<option value="AND" selected> AND </option>
<option value="OR" > OR </option>
<option value="NOT" > NOT </option>
</select>
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap >
<select name="field2" style="width:200px">
<option value="ANY" selected>Todos los Campos</option>
<option value="author" >Autor</option>
<option value="title" >Titulo</option>
<option value="keyword" >Tema</option>
<option value="abstract" >Resumen</option>
<option value="series" >Serie</option>
<option value="sponsor" >Patrocinador</option>
<option value="identifier" >Identificador</option>
</select>
</td>
<td align="right" valign="top" nowrap>
<input type="text" name="query2" value='' size="40">
</td>
<td align="right" valign="top">
<select name="conjunction2">
<option value="AND" selected> AND </option>
<option value="OR" > OR </option>
<option value="NOT" > NOT </option>
</select>
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap >
<select name="field3" style="width:200px">
<option value="ANY" selected>Todos los Campos</option>
<option value="author" >Autor</option>
<option value="title" >Titulo</option>
<option value="keyword" >Tema</option>
<option value="abstract" >Resumen</option>
<option value="series" >Serie</option>
<option value="sponsor" >Patrocinador</option>
<option value="identifier" >Identificador</option>
</select>
</td>
<td align="right" valign="top" colspan="2" nowrap>
<input type="text" name="query3" value='' size="49"><br>
</td>
</tr>
<tr><td colspan=3>&nbsp;</td></tr>
</table>
</td>
</tr>
<tr>
<td valign=bottom align=right NOWRAP>
<br>&nbsp; &nbsp; &nbsp;
<input type="submit" name="submit" value="Buscar" class="btnBuscar">&nbsp; &nbsp; &nbsp;
<input type="reset" name="reset" value="Limpiar" class="btnBuscar">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<br><br>
<form action="/RedLieds/browse-date" method="GET">
<table class="miscTable" align="left" width="90%">
<tr>
<td class="oddRowEvenCol" valign="middle" nowrap align="left">
<p><strong>B&uacute;squeda por Fechas:</strong></p>
</td>
</tr>
<tr>
<td>
<table cellspacing=2 border=0 width="100%" align="center" class="evenRowEvenCol">
<tr>
<td>
<table border=0 align="center" width="545">
<tr>
<td align="left" valign="top" nowrap>Seleccione a&ntilde;o:
<select name="year">
<option value="ANY" selected>Todos los a&ntilde;os</option>
<option value="2006" >2006</option>
<option value="2005" >2005</option>
<option value="2004" >2004</option>
<option value="2003" >2003</option>
<option value="2002" >2002</option>
<option value="2001" >2001</option>
<option value="2000" >2000</option>
</select>
</td>
<td align="right" valign="top" nowrap>Seleccione mes:
<select name="month">
<option value="ANY" selected>Todos los meses</option>
<option value="01" >Enero</option>
<option value="02" >Febrero</option>
<option value="03" >Marzo</option>
<option value="04" >Abril</option>
<option value="05" >Mayo</option>
<option value="06" >Junio</option>
<option value="07" >Julio</option>
<option value="08" >Agosto</option>
<option value="09" >Septiembre</option>
<option value="10" >Octubre</option>
<option value="11" >Noviembre</option>
<option value="12" >Diciembre</option>
</select>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign=bottom align=right colspan="2" NOWRAP>
<br>
<input type="submit" name="submit2" value="Buscar" style="background-color:#31659C;color:#ffffff;">
</td>
</tr>
</table>
</form>
</td>
</tr>
<tr>
<td width="100%">&nbsp;</td>
</tr>
<tr>
<td width="100%">&nbsp;
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
I know, I should get rid of that tabled layout, well, it has not been written by me, I'm just reviewing it.
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 Nov 7th, 2006, 16:19
Reputable Member
Join Date: Sep 2006
Location: Rothwell
Posts: 150
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Multiple forms on Opera

I just tried it in both IE6 and opera and looks the same ...
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

Tags
form, opera

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
multiple rollover images change multiple images joshlindem Web Page Design 4 Apr 18th, 2008 09:11
Opera rtl direction marSoul Web Page Design 0 Mar 1st, 2008 21:44
CSS and Images in IE7, opera MarkN Web Page Design 1 Oct 31st, 2007 05:09
Opera Bug wheatus Web Page Design 0 May 11th, 2004 13:42


All times are GMT. The time now is 10:45.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved