Yes, I made a website about myself. Cheesy, eh?
So, here it is.
I redesigned it completely! Still, just me, notepad, and Inkscape. What do you think of the new design?
Last edited by SciTecCf (2012-07-22 06:09:58)
Offline
jontmy00 wrote:
It works for Safari on iOS. What's with the "bla" part? What are you going to put inside the site?
I'm gonna put some projects, images, text, and a navigation bar in there... just like a normal website. Oh, and I'll add Safari to the list.
Do you have any coding advice? It works in most Webkit browsers, but not in IE.
Offline
Nice website. I like the scrolling. If you want to make it work in IE and other browsers that it currently does not work in, you have to make a separate style sheet for each browser. The best way to is by detecting the browser's user agent.
Offline
Try adding:
<STYLE>BODY { SCROLLBAR-FACE-COLOR: blue; SCROLLBAR-HIGHLIGHT-COLOR: black; SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-ARROW-COLOR: green; SCROLLBAR-TRACK-COLOR: green; SCROLLBAR-DARKSHADOW-COLOR: blue }
to spruce up your scroll bar, edit the colors, and it will look good! xD
Offline
daniel_j wrote:
Try adding:
Code:
<STYLE>BODY { SCROLLBAR-FACE-COLOR: blue; SCROLLBAR-HIGHLIGHT-COLOR: black; SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-ARROW-COLOR: green; SCROLLBAR-TRACK-COLOR: green; SCROLLBAR-DARKSHADOW-COLOR: blue }to spruce up your scroll bar, edit the colors, and it will look good! xD
None of these properties are supported in gecko-based browsers (which is pretty much all the good ones)
Offline
Can you add IE? That's what I normally use. I have firefox, but I don't like it.
Offline
mythbusteranimator wrote:
Can you add IE? That's what I normally use. I have firefox, but I don't like it.
i dont think you can just "add" browser compatibility
Offline
jackrulez wrote:
http://img853.imageshack.us/img853/3744 … 6at851.png
Several glaring formatting errors circled in red. Other then that, neat-looking website!
actually it looks perfect to me
Offline
777w wrote:
mythbusteranimator wrote:
Can you add IE? That's what I normally use. I have firefox, but I don't like it.
i dont think you can just "add" browser compatibility
Oh. Anyway, I don't have FireFox. That was my old laptop.
Offline
777w wrote:
jackrulez wrote:
http://img853.imageshack.us/img853/3744 … 6at851.png
Several glaring formatting errors circled in red. Other then that, neat-looking website!actually it looks perfect to me
Really? Either the banner should be centered or the content should be left-aligned.
Offline
jackrulez wrote:
777w wrote:
jackrulez wrote:
http://img853.imageshack.us/img853/3744 … 6at851.png
Several glaring formatting errors circled in red. Other then that, neat-looking website!actually it looks perfect to me
Really? Either the banner should be centered or the content should be left-aligned.
no i mean in my browser
Offline
777w wrote:
jackrulez wrote:
777w wrote:
actually it looks perfect to me
Really? Either the banner should be centered or the content should be left-aligned.
no i mean in my browser
Oh, okay. It doesn't work on non-iOS Safari then ^^
Offline
Yay for "bla"s!
Offline
jackrulez wrote:
777w wrote:
jackrulez wrote:
http://img853.imageshack.us/img853/3744 … 6at851.png
Several glaring formatting errors circled in red. Other then that, neat-looking website!actually it looks perfect to me
Really? Either the banner should be centered or the content should be left-aligned.
It should all be centered.
___________________________
In case you haven't read the entire first post, I said that I am a beginner at scripting whole web pages, and if you could give some coding advice, I would be really thankful.
Offline
jackrulez wrote:
http://img853.imageshack.us/img853/3744 … 6at851.png
Several glaring formatting errors circled in red. Other then that, neat-looking website!
What browser are you using?!
I recommend switching to something OTHER THAN IE...
Offline
SciTecCf wrote:
jackrulez wrote:
http://img853.imageshack.us/img853/3744 … 6at851.png
Several glaring formatting errors circled in red. Other then that, neat-looking website!What browser are you using?!
I recommend switching to something OTHER THAN IE...
non-ios safari he said
Offline
daniel_j wrote:
Try adding:
Code:
<STYLE>BODY { SCROLLBAR-FACE-COLOR: blue; SCROLLBAR-HIGHLIGHT-COLOR: black; SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-ARROW-COLOR: green; SCROLLBAR-TRACK-COLOR: green; SCROLLBAR-DARKSHADOW-COLOR: blue }to spruce up your scroll bar, edit the colors, and it will look good! xD
Yes, but I like the default scroller more. I'll think about it.
Offline
nathanprocks wrote:
Nice website. I like the scrolling. If you want to make it work in IE and other browsers that it currently does not work in, you have to make a separate style sheet for each browser. The best way to is by detecting the browser's user agent.
*n00b* *n00b* *doesn't know how to do any of that* *n00b*
Offline