Previous Message
Next Message

Newbie with CSS layout

Sent by Reynier Perez Mira on 5 April 2006 16:04


Hola a todos:
I found some CSS layout in this site: http://blog.html.it/layoutgala/. Now I have my CSS layout but
this have many problems. The sample is at this adress:
 http://www.valencia.ch/simpro/sample4.html
 http://www.valencia.ch/simpro/css/simpro_ga4.css
 http://www.valencia.ch/simpro/css/simpro_ie4.css
As you can see this layout have a lot of problems and I need fix with your help. The table version
is here:
 http://valencia.ch/simpro/sample_v3.html
 http://valencia.ch/simpro/css/simpro_ga3.css
 http://valencia.ch/simpro/css/simpro_ie3.css
This is how the layout be at end.
I'm playing a little with CSS to make possible positioning the right lateral menu, beside principal
header. The CSS is like simpro_ga4.css but with this changes:
div#header_img_top  {
	background: url(../images/simpro_r1_c1.jpg) no-repeat;
	line-height: 213px;	
	width: 566px; 
	vertical-align: top;
	float: left;
}
div#menu {
	width: 194px;
	float:left;
}
The HTML is this:
<div id="header">
 <div id="header_img_top">&nbsp;</div>
 <div id="header_img_down">&nbsp;</div>
 <div id="menu">
  <div id="menu_item_1">¿Quiénes somos?</div>
  <div id="menu_item_2">¿Qué hacemos?</div>
  <div id="menu_item_3">Noticias</div>
  <div id="menu_item_4">Foros de Discusión</div>
  <div id="menu_item_5">Libro de Visitas</div>
  <div id="menu_item_6">Galería de Imágenes</div>
 </div>
</div>

As you can see this not solve my problem so if any can help me with that I'll be very grateful
forever.
Note: All this changes only take effect in FF but in IE everything goes wrong, then when I finished
with FF I start with IE or this is a bad way to think.
Salu2
-- 
ReynierPM 
4to. Ing. Informática 
Linux User: #310201
El programador superhéroe aprende de compartir sus conocimientos. Es el referente de sus
compañeros. Todo el mundo va a preguntarle y él, secretamente, lo fomenta porque es así como
adquiere su legendaria sabiduría: escuchando ayudando a los demás...  

-- 
ReynierPM 
4to. Ing. Informática 
Linux User: #310201
El programador superhéroe aprende de compartir sus conocimientos. Es el referente de sus
compañeros. Todo el mundo va a preguntarle y él, secretamente, lo fomenta porque es así como
adquiere su legendaria sabiduría: escuchando ayudando a los demás... 
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: