And then I thought:
[img]http://gabrielecirulli.com/p/20120510-215058.png[/img]
[QUOTE=TerabyteS_;35904263]And then I thought:
[img]http://gabrielecirulli.com/p/20120510-215058.png[/img][/QUOTE]
I barley can see the arrow. I have to really LOOK at it
What arrow
[thumb]http://img1.uploadscreenshot.com/images/orig/5/13007042966-orig.png[/thumb]
i feel as if this isn't how you are supposed to do it
[QUOTE=TerabyteS_;35904653]Better?
[img]http://gabrielecirulli.com/p/20120510-221718.png[/img]
Also, shiny logo:
[img]http://gabrielecirulli.com/p/20120510-221159.png[/img][/QUOTE]
I think maybe the arrows should be white/light grey.
Also I prefer the new logo :)
[QUOTE=TerabyteS_;35904653]Better?
[img]http://gabrielecirulli.com/p/20120510-221718.png[/img]
Also, shiny logo:
[img]http://gabrielecirulli.com/p/20120510-221159.png[/img][/QUOTE]
I don't like it, it doesn't fit at all, i think
I like the button with the 1px bot border more.
[QUOTE=Miljaker;35904900]I like the button with the 1px bot border more.[/QUOTE]
Which?
[QUOTE=TerabyteS_;35904955]Which?[/QUOTE]
The pressed "torrent" button.
[IMG]http://gabrielecirulli.com/p/20120510-195034.png[/IMG]
[IMG]http://gabrielecirulli.com/p/20120510-221718.png[/IMG]
How about:
[img]http://gabrielecirulli.com/p/20120510-224505.png[/img]
There's a small problem with wide screens though, the breadcrumbs would leak out of the left of the screen:
[img]http://gabrielecirulli.com/p/20120510-232847.png[/img]
[QUOTE=TerabyteS_;35905530]There's a small problem with wide screens though, the breadcrumbs would leak out of the left of the screen:
[img]http://gabrielecirulli.com/p/20120510-232847.png[/img][/QUOTE]
Not really an issue if you ask me. I don't think it would look as good if you cut off its continuation.
[QUOTE=amcfaggot;35905877]Not really an issue if you ask me. I don't think it would look as good if you cut off its continuation.[/QUOTE]The problem is with hover states: hovering the home button would make the entire breadcrumb brighter which would look pretty tacky. Unless I just make the text brighter as a hover state.
You could make it fade off or make the first icon the color of the breadcrumbs bar. When I implement it I'm going to scrap all of our current HTML and CSS. Same rule as before, CSS everything.
On my website, can anyone help me stop this from happening at low resolutions?
It's supposed to be
[thumb]http://i.imgur.com/GDMlm.png[/thumb]
but when zoomed, it's
[thumb]http://i.imgur.com/HQQMP.png[/thumb]
-snip-
[QUOTE=C:\;35914786]On my website, can anyone help me stop this from happening at low resolutions?
It's supposed to be
[thumb]http://i.imgur.com/GDMlm.png[/thumb]
but when zoomed, it's
[thumb]http://i.imgur.com/HQQMP.png[/thumb][/QUOTE]
Zooming in, and viewing in lower resolution, is far from being the same thing.
[QUOTE=T3hGamerDK;35914898]Zooming in, and viewing in lower resolution, is far from being the same thing.[/QUOTE]
I'm a silly goose. Sorry :v:.
[QUOTE=C:\;35915257]I'm a silly goose. Sorry :v:.[/QUOTE]
To address your issue, I think it shows like that because you might have used percentage widths on the elements (I'm just inferring that from the way it behaves, I might be wrong). It's usually not a good idea to use percentage widths, it's better if you use a fixed width in px.
Ah, I didn't know that. Thanks!
[thumb]http://i.imgur.com/ID9cR.png[/thumb]
I think this looks okay. The font is temporary.
Unfortunately, it doesn't look so good in IE...
[thumb]http://i.imgur.com/q3IjO.png[/thumb]
[QUOTE=C:\;35918992]Ah, I didn't know that. Thanks!
[image]
I think this looks okay. The font is temporary.
Unfortunately, it doesn't look so good in IE...
[/QUOTE]
Have you got a [url=http://www.w3schools.com/tags/tag_doctype.asp]doctype[/url] - it should fix it; otherwise something's wrong with your code...
[sub]Sorry for w3schools[/sub]
[QUOTE=C:\;35918992]Ah, I didn't know that. Thanks!
[thumb]http://i.imgur.com/ID9cR.png[/thumb]
I think this looks okay. The font is temporary.
Unfortunately, it doesn't look so good in IE...
[thumb]http://i.imgur.com/q3IjO.png[/thumb][/QUOTE]
Give us a link to the actual page. We can't quite see the problem from pictures.
[QUOTE=TerabyteS_;35905530]There's a small problem with wide screens though, the breadcrumbs would leak out of the left of the screen:
[/QUOTE]
Looks really nice, but:
[img]http://i.imgur.com/3JH9A.png[/img]
Padding, please? :(. Might also want to consider making the rows tall enough for 2 lines by default. Looks kind of awkward with the the bigger rows in between the nice and skinny ones.
[QUOTE=TerabyteS_;35924744]Give us a link to the actual page. We can't quite see the problem from pictures.[/QUOTE]
You can't see that it's NOT centered, and some of the elements are showing in a strange way?
[QUOTE=T3hGamerDK;35925174]You can't see that it's NOT centered, and some of the elements are showing in a strange way?[/QUOTE]
so can you fix the problem just by looking at it? I sure can't I need to see his HTML/CSS to fix it.
[QUOTE=C:\;35918992]Ah, I didn't know that. Thanks!
[thumb]http://i.imgur.com/ID9cR.png[/thumb]
I think this looks okay. The font is temporary.
Unfortunately, it doesn't look so good in IE...
[thumb]http://i.imgur.com/q3IjO.png[/thumb][/QUOTE]
You can use the F12 debugging tools to help you see what's going on with the final computed style. Also running your CSS and HTML through a validator can help with basic layout issues also.
As everyone else is saying though we ideally need to be able to check the site out ourselves. A screenshot can only help so much.
Thanks all. I added the !DOCTYPE and it works perfectly now. If you want a link anyway, here.
[url]http://dl.dropbox.com/u/74957033/uploadsite/index.html[/url]
This is my first [I]completed[/I] website. I only learned HTML/CSS recently.
[QUOTE=C:\;35925840]Thanks all. I added the !DOCTYPE and it works perfectly now. If you want a link anyway, here.
[url]http://dl.dropbox.com/u/74957033/uploadsite/index.html[/url][/QUOTE]
We used to learn the endings as a song in high school :v:
e
es
e
ons
ez
ent
God I still remember that, don't even know what it means :/
Sorry, you need to Log In to post a reply to this thread.