![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| CSS CSS styling code help for your website, CSS is like art and what makes your website look professional. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Can anyone tell me how to make the grey shaded div here 100% height in IE & Opera? http://www.creationfactor.net/stuff/test.htm Also, in Firefox, while the 100% height kind of works it overlaps the containing box - any ideas how to fix that? Bigus | |||
|
| Advertisements |
| | #2 | ||
| "Bigus" <unknown@address.net> wrote in message news:d_qdnZA7CO3IPgjZnZ2dnUVZ8qqdnZ2d@pipex.net... > Can anyone tell me how to make the grey shaded div here 100% height in IE > & > Opera? > > http://www.creationfactor.net/stuff/test.htm > > Also, in Firefox, while the 100% height kind of works it overlaps the > containing box - any ideas how to fix that? > > Bigus > why dont you create your tables using just <div> tags. | |||
|
| | #3 | ||
| "TIS ME" <me@sharkey69.co.uk> wrote in message news:UNadnTeuw7pfmArZRVnysQ@bt.com... > > "Bigus" <unknown@address.net> wrote in message > news:d_qdnZA7CO3IPgjZnZ2dnUVZ8qqdnZ2d@pipex.net... >> Can anyone tell me how to make the grey shaded div here 100% height in IE >> & >> Opera? >> >> http://www.creationfactor.net/stuff/test.htm >> >> Also, in Firefox, while the 100% height kind of works it overlaps the >> containing box - any ideas how to fix that? >> >> Bigus >> > why dont you create your tables using just <div> tags. mainly because I'm more comfortable using tables for certain things.. but also, for example, where it says header & more images there's actualy several small images that make up one large image and all need to be precisely positioned and I don't know how to do that with CSS. In any case, if I used purely div tags would it provide a solution to my height problem? Bigus | |||
|
| | #4 | ||
| "Bigus" <unknown@address.net> wrote in message news:ysSdna4QyoENlwrZRVny3g@pipex.net... > > "TIS ME" <me@sharkey69.co.uk> wrote in message > news:UNadnTeuw7pfmArZRVnysQ@bt.com... >> >> "Bigus" <unknown@address.net> wrote in message >> news:d_qdnZA7CO3IPgjZnZ2dnUVZ8qqdnZ2d@pipex.net... >>> Can anyone tell me how to make the grey shaded div here 100% height in >>> IE & >>> Opera? >>> >>> http://www.creationfactor.net/stuff/test.htm >>> >>> Also, in Firefox, while the 100% height kind of works it overlaps the >>> containing box - any ideas how to fix that? >>> >>> Bigus >>> >> why dont you create your tables using just <div> tags. > > mainly because I'm more comfortable using tables for certain things.. but > also, for example, where it says header & more images there's actualy > several small images that make up one large image and all need to be > precisely positioned and I don't know how to do that with CSS. In any > case, if I used purely div tags would it provide a solution to my height > problem? > > Bigus > Div tags were created to replace tables, you have alot more design power with div tags and CSS. but yeah it should help your issue. why cant you set a hight. that give you more control. sharkey | |||
|
| | #5 | ||
| "TIS ME" <me@sharkey69.co.uk> wrote in message news:ieadneOJstfihQrZnZ2dnUVZ8qSdnZ2d@bt.com... > Div tags were created to replace tables, you have alot more design power > with div tags and CSS. ...but a much bigger headache ;-) I'm finding this div height issue quite an obstacle.. I've seen a hack involving using a background image, but... > but yeah it should help your issue. why cant you set a hight. that give > you more control. ... I can't see how it would work for what I'm trying to do. I've created an image to perhaps better explain the layout I'm trying to achieve. It's here: http://www.creationfactor.net/stuff/css-problem.gif Bigus | |||
|
| | #6 | ||
| "Bigus" <unknown@address.net> wrote in message news:-9Gdnd5EmpkOvQrZRVnyqQ@pipex.net... > > "TIS ME" <me@sharkey69.co.uk> wrote in message > news:ieadneOJstfihQrZnZ2dnUVZ8qSdnZ2d@bt.com... > >> Div tags were created to replace tables, you have alot more design power >> with div tags and CSS. > > ..but a much bigger headache ;-) I'm finding this div height issue quite > an obstacle.. I've seen a hack involving using a background image, but... > >> but yeah it should help your issue. why cant you set a hight. that give >> you more control. > > .. I can't see how it would work for what I'm trying to do. I've created > an image to perhaps better explain the layout I'm trying to achieve. It's > here: > http://www.creationfactor.net/stuff/css-problem.gif > > Bigus > you set a height for the body alread. so it do play around from agent to agent. IE expands the <div> tag for the body (blue) and the red block is the area y;ou want to expand, view it in IE and firefox and set what setting the body height does http://www.debra.linskey.sharkey69.co.uk/untitled.htm sharkey | |||
|
| | #7 | ||
| "TIS ME" <me@sharkey69.co.uk> wrote in message news:oIudnQyN3tpxuQrZRVnyiA@bt.com... > you set a height for the body alread. so it do play around from agent to > agent. IE expands the <div> tag for the body (blue) and the red block is > the area y;ou want to expand, view it in IE and firefox and set what > setting the body height does > http://www.debra.linskey.sharkey69.co.uk/untitled.htm thanks for the mockup.. I've tried to work your code into the basic design but can't seem to get that div height to work like yours: http://www.creationfactor.net/stuff/test2.htm also, the 150px height for the main page container works nicely in IE but screws up in FireFox. Bigus | |||
|
| | #8 | ||
| "Bigus" <unknown@address.net> wrote in message news:MZGdneEFWsi1qQrZRVnyiw@pipex.net... > > "TIS ME" <me@sharkey69.co.uk> wrote in message > news:oIudnQyN3tpxuQrZRVnyiA@bt.com... > >> you set a height for the body alread. so it do play around from agent to >> agent. IE expands the <div> tag for the body (blue) and the red block is >> the area y;ou want to expand, view it in IE and firefox and set what >> setting the body height does >> http://www.debra.linskey.sharkey69.co.uk/untitled.htm > > thanks for the mockup.. I've tried to work your code into the basic design > but can't seem to get that div height to work like yours: > > http://www.creationfactor.net/stuff/test2.htm > > also, the 150px height for the main page container works nicely in IE but > screws up in FireFox. > > Bigus > > > > Sorry been busy. Try using the iframe tag or redo your page in xhtml 1.0 frameset. | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: css, div, height, pain |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Capcom cuts nuts off PS3 exclusivity, Blig Merk howls in pain | Skwisgaar Skwigelf | Computer Consoles | 0 | 05-30-2007 4:42 PM |
| Capcom cuts nuts off PS3 exclusivity, Blig Merk howls in pain | elrous0@pop.uky.edu | Computer Consoles | 2 | 05-30-2007 2:15 PM |
| min-height | Jeff | Website Reviews And Website Questions | 8 | 05-27-2007 11:42 PM |
| min-height | GLD | CSS | 5 | 04-24-2006 3:03 PM |
| Featured Websites | ||||
|