| | |
Help From Css Experince Developer
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Sep 2009
Posts: 4
Reputation:
Solved Threads: 0
Hello There:
I Build Me web site in Drupal I Think you know it very well, so I look for theme and I found a beautiful theme but their is problem with it
http://drupal.org/project/acquia_marina
I want To make the theme 3 column, with width 100% not fixed for all the theme header and footer and body
really he is made up of 3 column but the third column is placed in div content ,and i want to move it to out of div content and make it sperated
any body here can help and tell what the changes i had to make in HTML code and CSS code to make what i want.
I Build Me web site in Drupal I Think you know it very well, so I look for theme and I found a beautiful theme but their is problem with it
http://drupal.org/project/acquia_marina
I want To make the theme 3 column, with width 100% not fixed for all the theme header and footer and body
really he is made up of 3 column but the third column is placed in div content ,and i want to move it to out of div content and make it sperated
any body here can help and tell what the changes i had to make in HTML code and CSS code to make what i want.
•
•
Join Date: Sep 2007
Posts: 4
Reputation:
Solved Threads: 0
0
#2 Oct 11th, 2009
Hi, visit www.w3schools.com for free detailed css tutorials
0
#5 Oct 13th, 2009
Hello Ayalsule,
You want 100% layout with three column, there are so many solutions, you can make any one or two div fixed widht and the 3rd will be 100%, or can make any one div fixed and rest two will be 100% or you can also make the three divs flexible.
Attached is the 3rd option to make a fluid layout for 100%.
Please add a repution if this helps you.
Happy coding..
You want 100% layout with three column, there are so many solutions, you can make any one or two div fixed widht and the 3rd will be 100%, or can make any one div fixed and rest two will be 100% or you can also make the three divs flexible.
Attached is the 3rd option to make a fluid layout for 100%.
HTML and CSS Syntax (Toggle Plain Text)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <style type="text/css"> * { padding:0; margin:0; } #col-l, #col-2, #col-3 { float:left; } #col-l, #col-2 { width:33%; } #col-l {background:#f8f8f8;} #col-2 { background:#ccc} #col-3 { width:34%; background:#999;} </style> <body> <div id="col-l">Column one</div> <div id="col-2">Column two</div> <div id="col-3">Column three</div> </body> </html>
Please add a repution if this helps you.
Happy coding..
-1
#7 Oct 13th, 2009
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Publilius Syrus
(~100 BC)
LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
•
•
Join Date: Sep 2009
Posts: 4
Reputation:
Solved Threads: 0
0
#10 Nov 2nd, 2009
I solved Part of the Proponents
Problem that is still is how i can make 3 colums Beside
I think the proplem here because they but the last sidebar div inside the content div but i want it like this
http://firststep.sy/uploads/theme.jpg
I upload the html and css Here or in attatchment
any body advise me Plz?
Problem that is still is how i can make 3 colums Beside
I think the proplem here because they but the last sidebar div inside the content div but i want it like this
http://firststep.sy/uploads/theme.jpg
I upload the html and css Here or in attatchment
any body advise me Plz?
![]() |
Similar Threads
- CSS/PHP Web Developer Needed (Web Development Job Offers)
- Looking For Php/MySql/Css/Xhtml Developer (Web Development Job Offers)
- HTML, CSS, JavaScript Developer (Web Development Job Offers)
- Web Developer (PHP, MySQL, HTML, CSS) Wanted in London (Web Development Job Offers)
- Senior Web Solutions Developer (ColdFusion, Javascript, mySQL, HTML, CSS & XML Tools) (Web Development Job Offers)
Other Threads in the HTML and CSS Forum
- Previous Thread: Is a form the only way you can input data using HTML?
- Next Thread: Shadow / background
Views: 651 | Replies: 10
| Thread Tools | Search this Thread |
Tag cloud for HTML and CSS
2002 appointments asp background backgroundcolor beta browser bug calendar cart center cgi code codeinjection corporateidentity create css deleted design development displayimageinsteadofflash dreamweaver drupal emailmarketing epilepsy explorer firefox flash font fonts form format free frontpage google griefers hackers hitcounter hover html ide ie7 ie8 iframe image images internet internetexplorer intranet iphone javascript jpeg layout macbook maps marketshare microsoft missing mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization perl pnginie6 positioning problem scroll seo shopping studio swf swf. templates textcolor theme timecolor titletags url urlseparatedwords visual visualization web webdevelopment webform website windows7 wordpress xml xsl






