Topic: nn 4.7 troubles (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: seattle |
posted 10-31-2001 20:48
Could someone tell me why in nn4.7x, my page is only as long as the left side graphic? I cannot get it to scroll to the bottom of the page. i figure it has to do with the use of css and positioning, but really don't know why it would do this. anyway around it short of using nested tables for layout? |
Maniac (V) Inmate From: there...no..there..... |
posted 11-01-2001 14:44
Yeah...I doubt that there is anyway around it. NN4.7 doesn't like CSS Positioning. I will take a look at it as soon as I get back to my home computer that has NN4.7 on it. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-01-2001 15:25
wcr one: CPrompt is right (and I'm sure this has come up before) if you are going to use tables for layout then use them but mixing a table layout and absolute positioning is a recipe for problems in NS4.x. In fact looking at your page in IE at 800x600 the T from 'The Granite Curling Club...' overlaps slightly with the target graphic (screen grab available if you want). |
Paranoid (IV) Inmate From: seattle |
posted 11-01-2001 17:58
rats! I needed a little table/css overlap because I was having problems getting the effects I wanted, like the repeating vertical and horizontal backgrounds to expand to the page. For text positioning I only used it on the first page because I needed two columns of text and css still didn't work in nn4.7. it did that thing where the right column is about one word wide and won't scroll, and that was without a table. HATE nn4.shit. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-01-2001 18:16
wcr one: Can't you try using background images on the cells or something? I suspect if you are trying for an effect like that then you might have to accept it won't work in all browsers or use quite a few tables. I'll hold off with the screenshot because something odd is still happening with IE on this machine and it could be the result of that. I'll wander off to another computer and see if it is happening on that. |
Paranoid (IV) Inmate From: seattle |
posted 11-01-2001 18:46
well I guess I migth wait to see if I get any complaints on it first. our club is about 300+ members, not all are going to use the site regularly, etc., so maybe I can dodge the bullet as far as no one having nn 4.crap. of course I have to think about the general public/interested new folks. I (kinda) understand why the first page maybe doing this restricted page length thing, as I am directly positioning a nested table, but many of the pages do not use a table for the text, is it the side nav table that is doing this? why does it hate me so? |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 11-01-2001 19:35
wcr one: I wonder if while developing the page and adding elements that you've introduced a little too much complication which is causing you problems. I have found that now you've got what you want but there are problems it can help if you mock up a simplified version from scratch. It shouldn't take too much work but you might want, for example, to try a few ideas to make the vertical and horizontal backgrounds to work. It could just be something simple is required but the set up of the page is stopping you from experimenting. Hmmm I don't think I explained that well - try extracting the element that is causing trouble and mock up a simplified version of it to test various approaches. I know I've found that approach useful esp. when the design has grown organically from a few ideas and then breaks in one browser. |
Paranoid (IV) Inmate From: seattle |
posted 11-01-2001 20:13
danke herr emperor, |