Safari Issue -> If hideButtons == TRUE - PROBLEM!
2006/06/21 17:49
Viewed 4856 times
Replies: 2/2

Hi,

In Safari, if hideButtons === TRUE to hide the buttons on the side, then all of the content from all of the tab's is displayed upon loading (not just one tab's content -> side by side so window is very very wide).

Is there any way you can fix this? I don't want the side buttons (more simplistic view). I tried this with one of your online examples, this is simply not a custom problem for my application so if you set hideButtons = TRUE on any example and try and load Safari, you will see what I mean.

Regards,

Justin

last
Re: Safari Issue -> If hideButtons == TRUE - PROBLEM!
2006/06/22 06:49
Viewed 7532 times
Replies: 0/0

Visit this link to see a screenshot of what the problem looks like in Safari:

http://www.pinemind.com/docs/text.jpg

Please help,

Justin

last
Re: Safari Issue -> If hideButtons == TRUE - PROBLEM!
2007/07/19 05:38
Viewed 4284 times
Replies: 0/0

I am having the same problem Justin. There has to be a way to use a display:none; value in the .css file, but I haven't been able to find it yet.

JC

last
Opera & FF see tabs as whole page loads
2006/06/23 16:56
Viewed 4587 times
Replies: 0/0

In IE, the dynarch rollbar slider javascript acts on itself within the page. You can click any number of tabs, then click the back button and immediately go back to the previous page.

But in Opera and FF, every tab constitutes a page load, so hitting the back button attempts to go back to the previous tab anchor in the address bar. Thus if you click on 5 tabs, you need to hit the back button 6 times to go back to the previous page.

Can this be fixed somehow?

last
Rollbar won't run on Safari 2.0.3
2006/09/08 17:22
Viewed 4250 times
Replies: 0/0
by amk

i've tested it with my own konfiguration and the examples within the package ... Rollbar 1.0 won't run on Safari 2.0.3 ... any chance to get it working - or is an update planed to fix this issue?!

last
Different rollbar css on same page
2006/10/07 17:15
Viewed 4546 times
Replies: 0/0

Hi Mihei, nice rollbar script...

I have a page where I use the rollbar in two different tabs. They have to be completly different styled.

What is the best approach to implement different styles for differentt tabs on the same page. Is there a namespace I could use in the css like

#tab1 div.dynarch-rollbar{background-color: #edf;...}
...
#tab2 div.dynarch-rollbar {background-color: #ccc;...}

Thanks, Daniel

last
can we remove the arrows on left and right?
2007/03/31 16:51
Viewed 2929 times
Replies: 1/2

no one uses those arrows panes on the left and right of the tabs panes, how can we remove those?

last
html in the menu
2007/04/03 16:26
Viewed 2764 times
Replies: 1/1

I can't seem to get some HTML to work inside the upper menu items. For instance, I can'get this text list to work:
http://parkereye.com/eye/

It's supposed to be an autocomplete text field with a div under it that gets populated with names, but that didn't work so I made it a normal text field, but you can't click in it.

last
Re: html in the menu
2007/04/05 17:26
Viewed 4299 times
Replies: 0/0

nevermind, i just took it out of the menu

last
Automatic Tab Advance
2007/04/22 10:58
Viewed 3156 times
Replies: 0/0

Hello,

I am trying to figure out a way to have the tabs advance automatically after a certain length of time, say 5 seconds. When the last tab has been displayed I would like it start over from the first tab and continue until the user clicks a link in the tab or clicks the back or forward arrows. Is this possible? If so could you provide an example?

Thanks!

last
DynarchRB not found
2007/06/17 07:01
Viewed 2845 times
Replies: 0/0
by Ozzy

I downloaded the rollbar demo, but I get DynarchRB not found.

I am using IE7, with ASP.NET

last
Resizing Borwser Bug
2007/07/09 08:15
Viewed 2750 times
Replies: 0/0

I was wondering if there is a valid solution or update to the browser resizing bug as the rollbar does not resize to match the screen. As much as I love this widget, this is a major issue and prevents me from using this in a production environment. I'm surprised that this bug was not disclosed in the documentation as it makes the widget unusable for professional looking sites. This issues was discussed extensively here: http://www.dynarch.com/forums/1210 but the only one of these that actually works: onResize="window.location.href = window.location.href;" is not viable because it refreshed the page and erases any form data that the user may have entered before resizing.
Thanks

last
Hide with hideButtons
2007/07/19 04:35
Viewed 2919 times
Replies: 0/0

Due to incompatibility with Safari, I need to hide the buttons with no display in the .css file as opposed to your hideButtons: true method. Please advise me as to how.

The company may want to look into a way that is compatible with the Safari browser.

Thanks!

JC

last
Firefox problem
2007/09/26 12:49
Viewed 4500 times
Replies: 1/1

Hi! I'm using a trial version of RollBar 1.0 (I'm going to purchase it if problem is solved).
No problem in IE, but I can`t see it in Firefox.

Ne1 could help me? Thanx in advance

Sorry for my bad English. I'm Spanish.

CODE:
--------

<!-- Declara una conexión tanto al servidor como a la Base de Datos
Carga las funciones y declara la variable Global para las secciones-->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Ibermascotas [PANEL]</title>
<link href="../estilos.css" rel="stylesheet" type="text/css" />
</head>

<link rel="stylesheet" type="text/css"
href="../includes/rollbar/skin-aqua.css" media="all" />
<script type="text/javascript"
src="../includes/rollbar/rollbar.js"></script>

<body onload="DynarchRB.setup('productos',
{ tabs: 'top',
fixedHeight: true } )">

<script type="text/javascript" src="../lightbox.js"></script>
<link href="../lightbox.css" rel="stylesheet" type="text/css" />

<style type="text/css">
#disclaimer {
background-color: #fafafa;
padding: 1em;
border: 3px double #ccc;
}
*************************
* Necesario para que se muestre bien los nuevos elementos agregados *
.imagen {
display: block;
}
.archivo {
display: block;
}
.caracteristica {
display: block;
}
.producto {
display: block;
}
span a {
margin-left: 1em;
}
span input {
margin-left: 1em;
}
*************************
</style>

<!-- Para añadir tantas imagenes como se quiera -->
<!--JavaScript para usar AJAX-->
<script language="JavaScript" type="text/javascript">
function cargarPaginaPrecio(pagina){
if (window.XMLHttpRequest){ //Firefox, Safari...
http_request=new XMLHttpRequest();
}else if (window.ActiveXObject){ //Explorer
http_request=new ActiveXObject("Microsoft.XMLHTTP")
}
http_request.open('GET', pagina, true);
http_request.send(null);
http_request.onreadystatechange=function(){
cambiartextoPrecio(http_request);
}
}
function cambiartextoPrecio(http_request){
capa_datos=document.getElementById("cajaprecio");
if(http_request.readyState==4){
if(http_request.status==200){
/* txt=unescape(http_request.responseText);
txt2=txt.replace(/\+/gi," ");
capa_datos.innerHTML=txt2; */
capa_datos.innerHTML=http_request.responseText;
}else{
alert("error en petición");
}
}else{
capa_datos.innerHTML="Cargando datos...";
}
}
function cambio_campoPrecio(valor,ocultar,mostrar){
//alert(valor);
//alert(ocultar);
//alert(mostrar);
//document.getElementById(ocultar).style.display="none";
//document.getElementById(mostrar).style.display="inline";
if(valor!==0){
//document.getElementById(mostrar).style.display="none";
//document.getElementById(mostrar).style.display="inline";
cargarPaginaPrecio('mostrarprecio_ajax.php?id_valor='+valor);
}
}

</script>

<script language="JavaScript" type="text/javascript">
var numero = 0;
var numerocapa = 0;

<!--JavaScript para usar AJAX-->
function cargarPagina(pagina){
//alert(mostrar);
if (window.XMLHttpRequest){ //Firefox, Safari...
http_request=new XMLHttpRequest();
}else if (window.ActiveXObject){ //Explorer
http_request=new ActiveXObject("Microsoft.XMLHTTP")
}
http_request.open('GET', pagina, true);
http_request.send(null);
http_request.onreadystatechange=function(){
cambiartexto(http_request);
}
}

function cambiartexto(http_request){
capa_datos=document.getElementById("pestanas");
if(http_request.readyState==4){
if(http_request.status==200){
/* txt=unescape(http_request.responseText);
txt2=txt.replace(/\+/gi," ");
capa_datos.innerHTML=txt2; */
capa_datos.innerHTML=http_request.responseText;
}else{
alert("error en petición");
}
}else{
capa_datos.innerHTML="Actualizando pestañas...";
}
}

function cambio_pestana_ver(valor,mostrar){
document.getElementById(mostrar).style.display="none";
document.getElementById(mostrar).style.display="inline";
cargarPagina('pestana_ajax_ver.php?id_valor='+valor);
}

// Funciones comunes
c= function (tag) { // Crea un elemento
return document.createElement(tag);
}
d = function (id) { // Retorna un elemento en base al id
return document.getElementById(id);
}
e = function (evt) { // Retorna el evento
return (!evt) ? event : evt;
}
f = function (evt) { // Retorna el objeto que genera el evento
return evt.srcElement ? evt.srcElement : evt.target;
}
capa = function () {
capa = numerocapa;
return capa;
}
numero_capa1 = function () {
capa = 'atrib1' + (numerocapa);
return capa;
}
numero_capa2 = function () {
capa = 'atrib2' + (numerocapa);
return capa;
}

// AÑADIR IMAGENES
addField = function () {
container = d('imagenes');

span = c('SPAN');
span.className = 'imagen';
span.id = 'imagen' + (++numero);

field = c('INPUT');
field.name = 'imag[]';
field.type = 'file';
field.className = 'casillas'
field.size = '50';

field2 = c('INPUT');
field2.name = 'imag_desc[]';
field2.type = 'text';
field2.className = 'casillas';
field2.size = '40';

field3 = c('INPUT');
field3.name = 'imag_orden[]';
field3.type = 'text';
field3.className = 'casillas';
field3.size = '5';

a = c('A');
a.name = span.id;
a.href = '#';
a.onclick = removeField;
a.className = 'quitar';
a.innerHTML = 'Quitar';

span.appendChild(field);
span.appendChild(field2);
span.appendChild(field3);
span.appendChild(a);
container.appendChild(span);
}

// AÑADIR ARCHIVOS
addField2 = function () {
container = d('archivos');

span = c('SPAN');
span.className = 'archivo';
span.id = 'archivo' + (++numero);

field = c('INPUT');
field.name = 'arch[]';
field.type = 'file';
field.className = 'casillas'
field.size = '50';

field2 = c('INPUT');
field2.name = 'arch_desc[]';
field2.type = 'text';
field2.className = 'casillas';
field2.size = '40';

field3 = c('INPUT');
field3.name = 'arch_orden[]';
field3.type = 'text';
field3.className = 'casillas';
field3.size = '5';

a = c('A');
a.name = span.id;
a.href = '#';
a.onclick = removeField;
a.className = 'quitar';
a.innerHTML = 'Quitar';

span.appendChild(field);
span.appendChild(field2);
span.appendChild(field3);
span.appendChild(a);
container.appendChild(span);
}

// AÑADIR PRODUCTOS RELACIONADOS
addField3 = function () {
container = d('productos');

span = c('SPAN');
span.className = 'producto';
span.id = 'producto' + (++numero);

field = c('INPUT');
field.name = 'prod_ref[]';
field.type = 'text';
field.className = 'casillas';
field.size = '40';

field2 = c('INPUT');
field2.name = 'prod_orden[]';
field2.type = 'text';
field2.className = 'casillas';
field2.size = '5';

a = c('A');
a.name = span.id;
a.href = '#';
a.onclick = removeField;
a.className = 'quitar';
a.innerHTML = 'Quitar';

span.appendChild(field);
span.appendChild(field2);
span.appendChild(a);
container.appendChild(span);
}

addField4 = function () {
//alert(at1);
//alert(at2);
container = d('caracteristicas');

span = c('SPAN');
span.className = 'caracteristica';
span.id = 'caracteristica' + (++numero);

field = c('INPUT');
field.name = 'caracteristica_precio[]';
field.type = 'text';
field.className = 'casillas';
field.size = '10';

field2 = c('INPUT');
field2.name = 'caracteristica_peso[]';
field2.type = 'text';
field2.className = 'casillas';
field2.size = '10';

a = c('A');
a.name = span.id;
a.href = '#';
a.onclick = removeField;
a.className = 'quitar';
a.innerHTML = 'Quitar';

++numerocapa;

span.innerHTML += 'Característica:&nbsp;';
span.innerHTML += '<select name="carac_atrib" id="carac_atrib" class="casillabuscar"><option value="0">Seleccione una característica-atributo</option><option value="1" style="background-color:#3399CC" style="color:#000000">Color principal - Azul</option><option value="3" style="background-color:#FF9900" style="color:#000000">Color principal - Naranja</option><option value="10" style="background-color:#000000" style="color:#ffffff">Color principal - Negro</option><option value="2" style="background-color:#FFFFFF" style="color:#000000">Potencia - 100w</option><option value="9" style="background-color:#FFFFFF" style="color:#000000">Potencia - 200w</option><option value="11" style="background-color:#FFFFFF" style="color:#000000">Peso - 8 Kg.</option><option value="13" style="background-color:#FFFFFF" style="color:#000000">Peso - 5 Kg.</option><option value="12" style="background-color:#FFFFFF" style="color:#000000">Longitud - 10 mts</option></select>';
span.appendChild(field);ç
span.appendChild(field2);
span.appendChild(a);
container.appendChild(span);
}

removeField = function (evt) {
lnk = f(e(evt));
span = d(lnk.name);
span.parentNode.removeChild(span);
}

<!-- Volvemos a cargar la página al cambiar de categoria en el desplegable-->
function CambioCategoria(valor, pagina) {
//self.location.href=[pagina] + "?cRuta=" + [valor];
}
<!-- End recarga de página al cambiar el desplegable -->

<!-- Tratar las diferentes capas-->
var capa
function cambio_capa(idCapa) {
if (document.layers)
capa = eval("document." + idCapa);

if (document.all)
capa = eval(idCapa + ".style");

if (document.getElementById)
capa = eval('document.getElementById("' + idCapa + '").style');

if ((capa.visibility == "hidden") || (capa.visibility == "hide")) {
capa.visibility = (document.layers) ? "show" : "visible" ;
} else {
capa.visibility = (document.layers) ? "hide" : "hidden" ;
}
}

function cambio_capa2(mostrar, ocultar1, ocultar2, ocultar3, ocultar4, pestana) {
<!-- CAPA A OCULTAR 1 -->
if (document.layers)
capa = eval("document." + ocultar1);
if (document.all)
capa = eval(ocultar1 + ".style");
if (document.getElementById)
capa = eval('document.getElementById("' + ocultar1 + '").style');
if ((capa.visibility == "show") || (capa.visibility == "visible")) {
capa.visibility = (document.layers) ? "hide" : "hidden" ;
}

<!-- CAPA A OCULTAR 2 -->
if (document.layers)
capa = eval("document." + ocultar2);
if (document.all)
capa = eval(ocultar2 + ".style");
if (document.getElementById)
capa = eval('document.getElementById("' + ocultar2 + '").style');
if ((capa.visibility == "show") || (capa.visibility == "visible")) {
capa.visibility = (document.layers) ? "hide" : "hidden" ;
}

<!-- CAPA A OCULTAR 3 -->
if (document.layers)
capa = eval("document." + ocultar3);
if (document.all)
capa = eval(ocultar3 + ".style");
if (document.getElementById)
capa = eval('document.getElementById("' + ocultar3 + '").style');
if ((capa.visibility == "show") || (capa.visibility == "visible")) {
capa.visibility = (document.layers) ? "hide" : "hidden" ;
}

<!-- CAPA A OCULTAR 4 -->
if (document.layers)
capa = eval("document." + ocultar4);
if (document.all)
capa = eval(ocultar4 + ".style");
if (document.getElementById)
capa = eval('document.getElementById("' + ocultar4 + '").style');
if ((capa.visibility == "show") || (capa.visibility == "visible")) {
capa.visibility = (document.layers) ? "hide" : "hidden" ;
}

<!-- CAPA A MOSTRAR -->
if (document.layers)
capa = eval("document." + mostrar);
if (document.all)
capa = eval(mostrar + ".style");
if (document.getElementById)
capa = eval('document.getElementById("' + mostrar + '").style');
if ((capa.visibility == "hidden") || (capa.visibility == "hide")) {
capa.visibility = (document.layers) ? "show" : "visible" ;
//alert(pestana);
cambio_pestana_ver(pestana,'pestanas');
}
}
//-->
</script>

<!-- tinyMCE -->
<script language="javascript" type="text/javascript" src="../js/tinymce/tiny_mce.js"></script>
<script language="javascript" type="text/javascript">
// Notice: The simple theme does not use all options some of them are limited to the advanced theme
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins : "table,advhr,insertdatetime,preview,zoom,searchreplace,print,contextmenu,paste,directionality,fullscreen",
theme_advanced_buttons1 : "undo,redo,newdocument,separator,bold,italic,underline,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,fontselect,fontsizeselect,separator,forecolor,backcolor",
theme_advanced_buttons2 : "pasteword,separator,search,replace,separator,bullist,numlist,separator,outdent,indent,separator,preview,zoom,separator,sub,sup,separator,print,separator,fullscreen,separator,code",
theme_advanced_buttons3 : "tablecontrols",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
content_css : "example_word.css",
paste_use_dialog : false,
theme_advanced_resizing : true,
theme_advanced_resize_horizontal : false,
theme_advanced_link_targets : "_something=My somthing;_something2=My somthing2;_something3=My somthing3;",
paste_auto_cleanup_on_paste : true,
paste_convert_headers_to_strong : false,
paste_strip_class_attributes : "all",
paste_remove_spans : false,
paste_remove_styles : false
});
</script>
<!-- /tinyMCE -->
<script type="text/javascript" src="../lightbox.js"></script>
<link href="../lightbox.css" rel="stylesheet" type="text/css" />
<!--inicio contenido pagina -->

<table cellspacing="1" width="100%">
<tr>
<td class="texto">&nbsp;</td>
</tr>
</table>

<table cellspacing="1" class="bordetablafondogris" width="100%">
<tr>
<td class="texto">
Estamos en la sección » <b>VER PRODUCTO</b>
</td>
</tr>
</table>
<table cellspacing="1" width="100%">
<tr>
<td class="texto">&nbsp;</td>
</tr>

</table>

&raquo; Peces</a>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="20" class="titulareshome"><img src="../../images/spacer.gif" width="70%" height="3"><a href="productos.php?idCategoria=0&idActivos=0&pag=1" class="titulareshome">&raquo; Volver a Productos</a><br />

<img src="../../images/linea-gris.gif" width="85%" height="1" vspace="2"></td>
</tr>
</table>
</td>
</tr>
</table>

<div id="Productos">
<div>

<label accesskey="p">Datos Principales</label>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="23%" align="center" valign="top">
<table width="104" border="0" cellspacing="1" cellpadding="0">
<tr>
<td height="90" class="borde2gris"><img src="../images/productos/miniaturas/11903672541.jpg" ></td>
</tr>

<tr>
<td height="30" class="produtacverd"><a href="../images/productos/grandes/11903672541.jpg" rel="lightbox" title="Puesta de Sol" class="textonegroenlace">Ampliar imagen</a>
</td>
</tr>
<tr>
<td height="40" valign="bottom" align="center" class="textonegro"><b>Precio</b><div id="cajaprecio"><span class="titularesprodprecios">10,00 €</span></div></td>
</tr>

</table>
</td>
<td valign="top" class="textonegro">
<span class="titularesprodprecios">(7) Peces 1</span><br />
<span class="titularesprod">Referencia:</span> PC1<br /><br />
<span class="titularesprod">Fecha alta:</span> 21-09-2007 11:34:15 <br />

<span class="titularesprod">Ultimo cambio:</span> 26-09-2007 09:30:58 <br />
<span class="titularesprod">Orden:</span> 1 <br /><br />

<span class="titularesprod">Fabricante:</span> (1) <a href="http://www.fabricante1.com" class="textonegroenlace" target="_blank">Fabricante 1</a><br />


<span class="titularesprod">Plazo de entrega:</span> (1) 48 horas<br />

<br />

<span class="titularesprod">Vale descuento:</span><br /> Sin vale <br />
<br />
<span class="titularesprod">Peso:</span> 1,000 Kg. <br />
<span class="titularesprod">Stock:</span> 10&nbsp;&nbsp;&nbsp;::&nbsp;&nbsp;<span class="titularesprod">Stock Mínimo:</span> 1 <br /><br />

<span class="titularesprod">Portes:</span> Pagados <br /><br />
<font color="#999999">Oferta: Sí&nbsp;&nbsp;&nbsp;::&nbsp;&nbsp;Novedad: No</font><br />
<font color="#999999">Publicar: Sí&nbsp;&nbsp;&nbsp;::&nbsp;&nbsp;NO Activo: No</font><br /><br />

<span class="titularesprod">Categorías del producto:</span><br />

&raquo; Peces</a><br /> <br/>

<form action="">
<span class="titularesprodprecios">Seleccione las opciones:</span><br />
<div id="d1"><span class="titularesprod">Color principal: </span>
<select name='carac_atrib1' id='carac_atrib1' class='casillabuscar'><option value="0">Seleccione un valor</option><option value="20" style='background-color:#3399CC' style='color:#000000'>Azul</option><option value="21" style='background-color:#000000' style='color:#ffffff'>Negro</option></select></div><div id="d3"></div> <div id="d1"><span class="titularesprod">Peso: </span>

<select name='carac_atrib2' id='carac_atrib2' class='casillabuscar'><option value="0">Seleccione un valor</option><option value="22" style='background-color:' style='color:'>5 Kg.</option></select></div><div id="d3"></div> </form>
</td>
</tr>
</table>
</div>
<div>
<label accesskey="d">Descripción</label>

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="23%" align="center" valign="top">
<table width="104" border="0" cellspacing="1" cellpadding="0">
<tr>
<td height="90" class="borde2gris"><img src="../images/productos/miniaturas/11903672541.jpg" ></td>
</tr>
<tr>
<td height="30" class="produtacverd"><a href="../images/productos/grandes/11903672541.jpg" rel="lightbox" title="Puesta de Sol" class="textonegroenlace">Ampliar imagen</a></td>

</tr>
</table>
</td>
<td valign="top" class="textonegro">
<span class="titularesprodprecios">(7) Peces 1</span><br />
<span class="titularesprod">Referencia:</span> PC1<br /><br />
<b>[Descripción resumida]</b><br />

Resumen Peces 1<br /><br />
<b>[Descripción]</b><br />
Descripci&oacute;n Peces 1 </td>
</tr>
</table>
</div>
<div>

<label accesskey="i">Imagenes</label>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" align="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="1" cellpadding="0">

<tr>
<td class="borde2gris"><img src="../images/productos/miniaturas/11907046670.jpg" ></td>
</tr>
<tr>
<td height="30" class="produtacverd"><a href="../images/productos/grandes/11907046670.jpg" rel="lightbox" title="Colinas" class="textonegroenlace">Ampliar imagen</a>
<br /><span class="datos_gris">(11) - (11907046670.jpg)</span>
</td>
</tr>

</table>
</td>
</tr>
</table>
</td>
<td width="20%" align="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>

<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="borde2gris"><img src="../images/productos/miniaturas/11907046681.jpg" ></td>
</tr>
<tr>
<td height="30" class="produtacverd"><a href="../images/productos/grandes/11907046681.jpg" rel="lightbox" title="Invierno" class="textonegroenlace">Ampliar imagen</a>
<br /><span class="datos_gris">(12) - (11907046681.jpg)</span>
</td>

</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="20%" align="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>

<td>
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="borde2gris"><img src="../images/productos/miniaturas/11907046692.jpg" ></td>
</tr>
<tr>
<td height="30" class="produtacverd"><a href="../images/productos/grandes/11907046692.jpg" rel="lightbox" title="Nenufares" class="textonegroenlace">Ampliar imagen</a>
<br /><span class="datos_gris">(13) - (11907046692.jpg)</span>

</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="20%" align="left">
<table border="0" cellspacing="0" cellpadding="0">

<tr>
<td>
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="borde2gris"><img src="../images/productos/miniaturas/11907048350.jpg" ></td>
</tr>
<tr>
<td height="30" class="produtacverd"><a href="../images/productos/grandes/11907048350.jpg" rel="lightbox" title="Cabecera" class="textonegroenlace">Ampliar imagen</a>

<br /><span class="datos_gris">(14) - (11907048350.jpg)</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>

<td width="20%" align="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="borde2gris"><img src="../images/productos/miniaturas/11907056920.gif" ></td>
</tr>
<tr>

<td height="30" class="produtacverd"><a href="../images/productos/grandes/11907056920.gif" rel="lightbox" title="Icono" class="textonegroenlace">Ampliar imagen</a>
<br /><span class="datos_gris">(15) - (11907056920.gif)</span>
</td>
</tr>
</table>
</td>
</tr>
</table>

</td>
</tr>
<tr>
<td width="20%" align="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="1" cellpadding="0">
<tr>

<td class="borde2gris"><img src="../images/productos/miniaturas/11907056931.jpg" ></td>
</tr>
<tr>
<td height="30" class="produtacverd"><a href="../images/productos/grandes/11907056931.jpg" rel="lightbox" title="Puesta de Sol" class="textonegroenlace">Ampliar imagen</a>
<br /><span class="datos_gris">(16) - (11907056931.jpg)</span>
</td>
</tr>
</table>

</td>
</tr>
</table>
</td>
<td width="20%" align="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="1" cellpadding="0">

<tr>
<td class="borde2gris"><img src="../images/productos/miniaturas/11907058390.jpg" ></td>
</tr>
<tr>
<td height="30" class="produtacverd"><a href="../images/productos/grandes/11907058390.jpg" rel="lightbox" title="Inviernos" class="textonegroenlace">Ampliar imagen</a>
<br /><span class="datos_gris">(17) - (11907058390.jpg)</span>
</td>
</tr>

</table>
</td>
</tr>
</table>
</td>
<td width="20%" align="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>

<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="borde2gris"><img src="../images/productos/miniaturas/11907918588.jpg" ></td>
</tr>
<tr>
<td height="30" class="produtacverd"><a href="../images/productos/grandes/11907918588.jpg" rel="lightbox" title="Colinas azules" class="textonegroenlace">Ampliar imagen</a>
<br /><span class="datos_gris">(18) - (11907918588.jpg)</span>
</td>

</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="20%" align="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>

<td>
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td height="30">&nbsp;</td>
</tr>
</table>

</td>
</tr>
</table>
</td>
<td width="20%" align="left">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="1" cellpadding="0">

<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td height="30">&nbsp;</td>
</tr>
</table>
</td>
</tr>

</table>
</td>
</tr>
</table>
</div>
<div>
<label accesskey="a">Archivos</label>
</div>
<div>

<label accesskey="r">Relacionados</label>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="23%" align="center" valign="top">
<table width="104" border="0" cellspacing="1" cellpadding="0">
<tr>
<td height="90" class="borde2gris"><img src="../images/productos/miniaturas/11903672541.jpg" ></td>
</tr>

<tr>
<td height="30" class="produtacverd"><a href="../images/productos/grandes/11903672541.jpg" rel="lightbox" title="Puesta de Sol" class="textonegroenlace">Ampliar imagen</a></td>
</tr>
</table>
</td>
<td valign="top" class="textonegro">
<span class="titularesprodprecios">(7) Peces 1</span><br />
<span class="titularesprod">Referencia:</span> PC1<br /><br />

Resumen Peces 1 </td>
</tr>
</table>
<table width="100%" border="0" cellpadding="1" cellspacing="2">
<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0">
<tr>

<td width="20%" align="left">
<table border="0" cellspacing="1" cellpadding="2">
<tr>
<td><img src="../images/productos/miniaturas/11901889581.jpg" ></td>
</tr>
</table>
</td>
<td width="60%" align="left" class="textonegro">
<span class="titularesprod">Perros 1</span><br />

Resumen Producto 1</td>
<td width="20%" align="right">
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td><span class="titularesprod">Precio:</span></td>
</tr>
<tr>
<td><b>10,00 €</b><br /><br />

<span class="titularesprod">Detalles<a href="#"><img src="../../images/paradetalles.gif" width="15" height="15" hspace="6" border="0" align="absmiddle"></a></span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>

<tr>
<td width="100%">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" align="left">
<table border="0" cellspacing="1" cellpadding="2">
<tr>
<td><img src="../images/productos/miniaturas/11897565421.jpg" ></td>
</tr>

</table>
</td>
<td width="60%" align="left" class="textonegro">
<span class="titularesprod">Perros 2</span><br />
Resumen Producto 2</td>
<td width="20%" align="right">
<table border="0" cellspacing="1" cellpadding="0">
<tr>

<td><span class="titularesprod">Precio:</span></td>
</tr>
<tr>
<td><b>0,00 €</b><br /><br />
<span class="titularesprod">Detalles<a href="#"><img src="../../images/paradetalles.gif" width="15" height="15" hspace="6" border="0" align="absmiddle"></a></span></td>
</tr>
</table>

</td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
</table>

</div>

</div>
<!--fin contenido pagina -->

</body>
</html>

<!-- Cierra la conexión a Base de Datos y Servidor -->

last
Re: Firefox problem
2007/09/27 13:04
Viewed 5171 times
Replies: 0/0

Sorry!! Problem found()

<body onload="DynarchRB.setup('productos',
{ tabs: 'top',
fixedHeight: true,
animation: false } )">

<div id="Productos">

Problem was "p" <-> "P"

last
Horizontal Tab bar Scrolling
2007/10/03 15:12
Viewed 2983 times
Replies: 0/0

Hello dynarch,
Currently i am using the rollbar, it's working fine. but i need to scroll the tab header horizontally. bcoz it's having
more than 20 tabs. so i try to show 5 per view and for next click the next 5 tab bar. Is it possible to do this. Please help me.

Thanks in Advance
Arun

last
all sections visable on loading
2007/10/12 23:36
Viewed 2256 times
Replies: 0/0
by duke

Is there a way to make the rollbar stay in a fixed position when it's loading? When I first visit my page, the rollbar sections are all visible (extended down) for a few seconds, then they snap into position once the page finishes loading.

last
Safari display problem
2007/10/18 19:54
Viewed 2406 times
Replies: 0/0

Hello,

Testing roll tabs at catalogue.pesdapress.com

all looks good except for in Safari, check out:

http://catalogue.pesdapress.com/product_info.php?cPath=2_3&products_id=9

In Safari the contents of each of the <div title=""> elements displays alongside the first div.

Not sure where this has gone wrong, the examples on your site are robust...

any help gratefully received.

Peter

PS - having just gone live with our site, we have yet to purchase a license for Dynarch Menu, which is in use also. I'll sort this out tomorrow and hopefully get a license for Roll Tab too if I can get it to display correctly!

last
Google