Page: [1] [2] |
Zippy
Strange Send PM
Posts: 2033
Threads: 147 Mood: Paranoid Money: £3733.51 (D) Inc. Tax: 10% (+ Friend)
|
For so long I have been making websites with click buttons at the top. Me and split have typed out our html perfectly, it just looks ugly now because there's no CSS and whatnot. But, since it's divided up in frames, and if theres too much text in one frame? That one single frame will make a scrollbar. I don't want that, we want only the whole site itself to have a scrollbar. Not just inside one little frameset box.
To understand 100% what I'm talking about, download this.
Put all the files in one folder(directory) and open main.html
And yes, I've tried the thing, but yet again, only works on one frame, that code is in there? But I typed "null" just to disable it in a "easy changable" way.
________________
|
27.07.05 15:34 Post #1 | Last edited: 27.07.05 15:39 (Zippy - 1 times) |
[Hide Sig (11)] [Profile] [Quote] |
Bloopy
Lazy, Busy, Fizzy, Crazy Send PM
Posts: 2996
Threads: 145 WA Clan: WwA Money: £764.65 (D) (+ Friend)
|
That one single frame will make a scrollbar. I don't want that, we want only the whole site itself to have a scrollbar.
You simply can't have one scrollbar for the whole site if you are using frames. The frame with too much text gets the scroll bar because that is the stuff that needs scrolling, it doesn't make sense to scroll anything else in other frames.
If you want the whole site to have a scrollbar, don't use frames.
________________
I suppose that's one "good" thing about my degree (aero engineering), there aren't too many terms/words/etc that have "alternative" meanings.
What, like cockpits, turboshafts, thrust, nozzles, corkscrews, ram drag, payload, flaps, and wind tunnels? |
27.07.05 21:10 Post #2 | [Planet Bloopy] [Hide Sig (7)] [Profile] [Quote] |
Spleet
Looking For Status Send PM Posts: 1279
Threads: 73 Money: £374.42 (D) (+ Friend)
|
http://knd.org.uk/files/main.zip
So far this is gonna be the left menu... but i dunno if it needs css scripts, or what to make it so that there can be a centered table that doesnt apear under yet centerd separating the menu items like... 5 spaces,(depending on the height of the table)
|
28.07.05 01:32 Post #3 | [Hide Sig (3)] [Profile] [Quote] |
ReadMe
Absent Send PM Posts: 2820
Threads: 85 Money: £43.42 (D) (+ Friend)
|
do you have anywhere you can host this? I'm not really in the mood for downloading and unzipping a website so i can debug html issues, but if it was handy i would prolly take a look.
________________
Cant be arsed to remake my sig. |
28.07.05 02:01 Post #4 | [Hide Sig (7)] [Profile] [Quote] |
Bloopy
Lazy, Busy, Fizzy, Crazy Send PM
Posts: 2996
Threads: 145 WA Clan: WwA Money: £764.65 (D) (+ Friend)
|
If you want the one scrollbar to scroll both the menu and the main content you could probably use some hideous JavaScript to do it.
You'd be much better off without framesets if you want the menu to scroll. In fact if you don't have dynamic hosting (SSIs or PHP, etc), then the best idea would be to use an iframe like this:
http://www.blamethepixel.com/bloopy/newsite1.zip
This means that you can load the menu from the same file for every page. You could load the header in an iframe too. You only need to change the length of the menu iframe if the menu gets longer.
Also your menu looks completely different in IE than it does Firefox, hideous
Also close all your font tags!
You had:
\n
<?PHP\n<a href="main.html"><FONT face="Arial"><FONT color="grey"><FONT style="FONT-SIZE: 8pt" size=1>Home</font></a><br>\n?>
\n
But it really should be:
\n
<?PHP\n<a href="main.html"><FONT face="Arial" color="grey" style="FONT-SIZE: 8pt" size=1>Home</font></a><br>\n?>
\n
umm yeah ignore the "<?PHP"
________________
I suppose that's one "good" thing about my degree (aero engineering), there aren't too many terms/words/etc that have "alternative" meanings.
What, like cockpits, turboshafts, thrust, nozzles, corkscrews, ram drag, payload, flaps, and wind tunnels? |
28.07.05 05:10 Post #5 | [Planet Bloopy] [Hide Sig (7)] [Profile] [Quote] |
ArcBeetle
Statusless Send PM Posts: 1129
Threads: 23 Money: £1.90 (D) (+ Friend)
|
You can also use modular pages by this script:
http://knd.org.uk/files/newsitemodular.zip
Follow the instructions in readme.txt
|
28.07.05 12:39 Post #6 | [Hide Sig (9)] [Profile] [Quote] |
Zippy
Strange Send PM
Posts: 2033
Threads: 147 Mood: Paranoid Money: £3733.51 (D) Inc. Tax: 10% (+ Friend)
|
Might as well get this out of the way too, how come my CSS works in IE but not firefox. Yes I know this is a common issue. But one thing on my css worked for firefox and that's it.
________________
|
29.07.05 00:58 Post #7 | [Hide Sig (11)] [Profile] [Quote] |
RunT
Statusless Send PM Posts: 2600
Threads: 106 Money: £29.56 (D) (+ Friend)
|
Even I know this, you have to code it so it supports Firefox
Am I right or wrong?
________________
|
29.07.05 01:55 Post #8 | [Hide Sig (10)] [Profile] [Quote] |
ArcBeetle
Statusless Send PM Posts: 1129
Threads: 23 Money: £1.90 (D) (+ Friend)
|
Right, because we will be the most who will visit his website and the majority of us here uses FireFox
|
29.07.05 13:06 Post #9 | [Hide Sig (9)] [Profile] [Quote] |
Zippy
Strange Send PM
Posts: 2033
Threads: 147 Mood: Paranoid Money: £3733.51 (D) Inc. Tax: 10% (+ Friend)
|
Runt=no. I was just doing all this shit at split's house and the CSS worked perfect.
________________
|
31.07.05 09:18 Post #10 | [Hide Sig (11)] [Profile] [Quote] |
Zogger!
Looking For Status Send PM Posts: 3954
Threads: 62 Money: £93.82 (D) (+ Friend)
|
Even I know this, you have to code it so it supports Firefox
Am I right or wrong?
No, you have to code it so it supports IE, Firefox does most CSS right, IE gets all the important things wrong.
If your CSS doesn't work in firefox then it's got to be pretty bad CSS, tbh. :p
________________
You know I'm a dancing machine |
01.08.05 08:43 Post #11 | Last edited: 01.08.05 08:44 (ZoGgEr! - 2 times) |
[Hide Sig (8)] [Profile] [Quote] |
ArcBeetle
Statusless Send PM Posts: 1129
Threads: 23 Money: £1.90 (D) (+ Friend)
|
Set in your web a message for convince the people to get firefox, its really annoying code the CSS just for a really screwed up browser
|
01.08.05 13:13 Post #12 | [Hide Sig (9)] [Profile] [Quote] |
shootme
Statusless Send PM Posts:
Threads: Money: £0.00 (D) (+ Friend)
|
zippy to disable scrolling in the frame u need to type scrolling="no" not null
|
02.08.05 02:16 Post #13 | [Hide Sig (0)] [Profile] [Quote] |
ReadMe
Absent Send PM Posts: 2820
Threads: 85 Money: £43.42 (D) (+ Friend)
|
Set in your web a message for convince the people to get firefox, its really annoying code the CSS just for a really screwed up browser
and for a user thats even more annoying than a dodgy looking site - one that tells you what to do.
I reckon the css problem is prolly to do with mime types, altho i think FF now falls back onot text/plain types for CSS as well so i could be wrong.
________________
Cant be arsed to remake my sig. |
02.08.05 11:50 Post #14 | [Hide Sig (7)] [Profile] [Quote] |
ArcBeetle
Statusless Send PM Posts: 1129
Threads: 23 Money: £1.90 (D) (+ Friend)
|
and for a user thats even more annoying than a dodgy looking site - one that tells you what to do.
Man it was just a suggestion, I have been in many sites which always says the same: "get firefox, this page is really bad seen with IE"
|
02.08.05 12:12 Post #15 | [Hide Sig (9)] [Profile] [Quote] |
Page: [1] [2] |
Your Comments: