Copyright © 2005-2008 Andrea Tincani

AndreaPHP | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Help needed with a menu bar.)Next Topic (Problem with CSS file) New Topic New Poll Post Reply
AndreaPHP Forum : Design, Style, CSS and Graphics : Problemm with CSS
Poster Message
neutrall
Level: Scholar


Registered: 28-03-2004
Posts: 43

icon Problemm with CSS

I'm trying to buils a CSS file for the layout of my site, the layout must look like the following picture :



Can anyone help me... Every try I've done gave me a really weird result...!

Thank You!

Daniel B.

____________________________
A Stick give a wise man something to think about... and a fool, something to put in is mouth.

21-04-2005 at 04:22 AM
View Profile Send Email to User Show All Posts Visit Homepage ICQ | Quote Reply
admin
Level: Administrator


Registered: 04-04-2002
Posts: 35

icon Re: Problemm with CSS

define different styles and then assign them to the <td> elements of the html page....


.STYLE1
{
HEIGHT:25px;
BACKGROUND-COLOR:red;
}
.STYLE2
{
HEIGHT:25px;
BACKGROUND-COLOR:blue;
}



and then in your html page

<table>
<tr><td class="STYLE1"></td></tr>
<tr><td class="STYLE2"></td></tr>
</table>



Anyway I'll check tomorrow when I'll have my Front Page at work...

[Edited by admin on 21-04-2005 at 06:50 PM GMT]

____________________________
AndreaVB

21-04-2005 at 05:46 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
~Bean~
Level: Big Cheese


Registered: 07-04-2003
Posts: 22

icon Re: Problemm with CSS

Is it the layout that you're looking for (i.e. Tableless positioning)  or the colors?



____________________________
Eggheads unite! You have nothing to lose but your yolks.

21-04-2005 at 05:53 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
neutrall
Level: Scholar


Registered: 28-03-2004
Posts: 43

icon Re: Problemm with CSS

It is the tableless layout,

I've manage to do it using only absolute value (Assuming that someone would at least have a 800x600 resolution). But I would like to have the content part (Green square) expend to the full with of the screen, while still having the border of 25px on each side.

  For the color, this is only to show how the frame are, the actuall side doesn't contain those color!!!  

____________________________
A Stick give a wise man something to think about... and a fool, something to put in is mouth.

22-04-2005 at 12:28 AM
View Profile Send Email to User Show All Posts Visit Homepage ICQ | Quote Reply
~Bean~
Level: Big Cheese


Registered: 07-04-2003
Posts: 22

icon Re: Problemm with CSS

I did one tableless site...

once...I found it to be more trouble than its worth...

try this site its the one I used to get me started...I just took an example or two and tweaked it...

http://glish.com/css/



[Edited by admin on 22-04-2005 at 06:37 AM GMT]

____________________________
Eggheads unite! You have nothing to lose but your yolks.

22-04-2005 at 02:03 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
neutrall
Level: Scholar


Registered: 28-03-2004
Posts: 43

icon Re: Problemm with CSS

I've almost got it to work...

  I only need to have the height of one column be the same than two other column....

  If anyone has a sugestion ?



____________________________
A Stick give a wise man something to think about... and a fool, something to put in is mouth.

22-04-2005 at 05:29 AM
View Profile Send Email to User Show All Posts Visit Homepage ICQ | Quote Reply
neutrall
Level: Scholar


Registered: 28-03-2004
Posts: 43

icon Re: Problemm with CSS

    I finally got it, I'll send a copy of the CSS file in the download section.


____________________________
A Stick give a wise man something to think about... and a fool, something to put in is mouth.

22-04-2005 at 05:20 PM
View Profile Send Email to User Show All Posts Visit Homepage ICQ | Quote Reply
AndreaPHP Forum : Design, Style, CSS and Graphics : Problemm with CSS
Previous Topic (Help needed with a menu bar.)Next Topic (Problem with CSS file) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: AndreaVB

Copyright © 2005-2008 Andrea Tincani

Powered by: tForum tForum Edition b0.92p1
Originally created by Toan Huynh (Copyright © 2000)
Enhanced by the tForumHacks team.