Old 10-11-2005   #1 (permalink)
Yao
Registered User
 
Yao's Avatar
 
Join Date: Aug 2005
Location: Breda, Holland, Europe
Posts: 10

[CSS] Layout

Hi,
it's been a while since I did anything with webdesign, photoshop and all the stuff that belongs there so I have a problem after 5 minutes of working
i would like to create a webpage with 3 boxes next to each other.
the left and the right are both 100px and the middle one should scale with the browser, but i just can't fix it .
well, the 3 boxes are standing next to each other but the middle one hasn't got the width that it should have.

I've got an example on line: http://qubicz.rebyc.nl/designhulp/
and the CSS file: http://qubicz.rebyc.nl/designhulp/style.css

i hope you can make something of it.

Greetings, YaO.
Yao is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-12-2005   #2 (permalink)
code anyone?
 
scrowler's Avatar
 
Join Date: Feb 2004
Location: New Zealand
Posts: 590

Send a message via MSN to scrowler Send a message via Skype™ to scrowler
looks a little complimicated. try something like this:

Code:
<div id="left">blah</div>
<div id="middle">foobar</div>
<div id="right">ahhh...</div>
Code:
#left, #middle, #right {
  float: left;
}

#left, #right {
  width: 120px;
}

#middle {
  width: auto;
}
__________________
BioRUST Tutorials - the birthplace
scrowler is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 12-20-2005   #3 (permalink)
I like trees
 
j3ll3's Avatar
 
Join Date: Dec 2005
Location: Belgium
Posts: 12

Making more then 2 colums in CSS is tricky, but it can be done in different ways:

http://bluerobot.com/web/layouts/layout3.html
http://glish.com/css/7.asp
http://www.positioniseverything.net/...l.stretch.html
http://realworldstyle.com/nn4_3col_header.html
http://www.saila.com/usage/layouts/saila_layout.html

Good luck
j3ll3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-09-2006   #4 (permalink)
Registered User
 
Join Date: Jan 2006
Posts: 3

hi!

so my question is: is it possible, that i can embed custom fonts into my website with css?

thx
alamuszi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 01-09-2006   #5 (permalink)
Lazarus' Child
 
malboroman's Avatar
 
Join Date: Nov 2003
Location: The Netherlands
Posts: 603

Send a message via MSN to malboroman Send a message via Skype™ to malboroman
Take a look here.

It's a 'short' exlanation about embedding fonts in internet explorer. And I'm sure it'll work in Firefox and other browser too...
__________________


"Only the dead have seen the end of war."

- Plato
malboroman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-02-2006   #6 (permalink)
robin
 
robin746's Avatar
 
Join Date: May 2006
Location: Eire
Posts: 48

Columns are not easy to get right in all browsers. This is a major deficiency of CSS and especially of browser's implementation of CSS, especially, cough, cough, Explorer, cough, cough.

You need to invest a good amount of time into understanding this. The good news is, you only need to invest this once.

There is an enormous list of methods at incutio.com. I hope you will find this an invaluable resource.
__________________
"out of environment space"
robin746 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-19-2006   #7 (permalink)
Registered User
 
Alex McKee's Avatar
 
Join Date: May 2006
Posts: 28

Quote:
Originally Posted by alamuszi
hi!

so my question is: is it possible, that i can embed custom fonts into my website with css?

thx
No. You may use the proprietry WEFT technology to provide Internet Explorer users with custom typography. The best way to go is to use image replacement. For now.

sIFR is one way you can use truetype fonts and Macromedia Flash to acheive very effective image replacement.

Take a look: http://www.mikeindustries.com/sifr/

Cheers,


Alex
Alex McKee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Site Layout in PS Question AdemoS Adobe Photoshop 12 09-18-2005 12:49 AM
HTML - Stretch Layout KrAaIeNpOoT HTML / PHP / ASP / JS 2 01-18-2005 10:55 AM
Ahhh... The fresh smell of a new Layout! Dart Showrooms & Works In Progress 7 06-02-2004 02:45 PM
My New Layout (Need Feedback) Dart Adobe Photoshop 16 03-25-2004 02:48 PM
Help with standard compliant layout.. Young Spartan HTML / PHP / ASP / JS 4 01-09-2004 11:58 AM


All times are GMT +1. The time now is 01:22 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT