• Web Development - WAYWO - #8
    5,514 replies, posted
Someone got a good solution to this? I fear javascript is my only option :/ [img]http://i.imgur.com/N5t5iRi.png[/img]
[QUOTE=xmariusx;45508731]Someone got a good solution to this? I fear javascript is my only option :/ [img]http://i.imgur.com/N5t5iRi.png[/img][/QUOTE] something like this? [url]http://jsfiddle.net/573Dg/[/url] if you change the content of the top div you should be able to see the effect you're looking for
[QUOTE=Lizart;45508805]something like this? [url]http://jsfiddle.net/573Dg/[/url] if you change the content of the top div you should be able to see the effect you're looking for[/QUOTE] You're just hiding the overflow. I need the card to have it's own scroll. Thanks anyways :)
[QUOTE=Cyberuben;45505412]snip[/QUOTE] How about this? [img_thumb]http://i.minus.com/iRum95oHE4gb1.png[/img_thumb]
Those fields all still feel way too long to me.
[QUOTE=Bushmaster030;45515906]How about this? [img_thumb]http://i.minus.com/iRum95oHE4gb1.png[/img_thumb][/QUOTE] Make the entire form 400px width and then try to keep the captcha as big as the input fields.
[QUOTE=Cyberuben;45515989]snip[/QUOTE] [url]http://attritiongame.com/register[/url]
[QUOTE=Bushmaster030;45516125][url]http://attritiongame.com/register[/url][/QUOTE] Make the .well 600-800px aswell and see how it turns out. EDIT: The current way it's structured is nice, but I think the white background (.well) is too large for the amount of elements it holds.
I'm still trying to figure out how to get a default, disabled option as a placeholder. As of now it works but I have a blank option above the default. The code: [CODE] <?php $regions = array( '<option selected="selected" label="Country Region" disabled></option>', 'Africa' => array ( 'africa_east' => 'Eastern Africa', 'africa_middle' => 'Middle Africa' ), 'Americas' => array ( 'america_south' => 'South America', 'caribbean' => 'Caribbean', 'america_central' => 'Central America' ) ); ?> [/CODE] [CODE] {{ HTML::decode( Form::select('country_region', $regions, 'null', array('class' => 'form-control', 'placeholder' => 'Country Region')) ) }} [/CODE]
[QUOTE=Bushmaster030;45516125][url]http://attritiongame.com/register[/url][/QUOTE] [img]http://ss.rubensrv.nl/i/1264yk.png[/img] The text of Country region cuts of. I'm not sure why though. And your Captcha is too small. Make it the same width as the other inputs.
[QUOTE=Cyberuben;45516735]img The text of Country region cuts of. I'm not sure why though. And your Captcha is too small. Make it the same width as the other inputs.[/QUOTE] Using [code]padding: 5px;[/code] seems to fix it
I've been thinking about redoing my website and wanted to start out by redesigning. (the features content will not be displayed for the users that are logged in. its just there for now) [t]http://i.imgur.com/WQlDBuv.png[/t] I'm in a dilemma now please help [img]http://www.facepunch.com/fp/ratings/information.png[/img] [t]http://i.imgur.com/KMrPFCw.png[/t] [t]http://i.imgur.com/XgHQAjZ.png[/t] [img]http://www.facepunch.com/fp/ratings/wrench.png[/img] [t]http://i.imgur.com/DAYEzoU.png[/t] [t]http://i.imgur.com/TyHYyWK.png[/t]
[QUOTE=jung3o;45520745]snip[/quote] Not a fan of the grey box behind the search bar. The dropdown looks better to the right.
Comments? [img_thumb]http://i.minus.com/iIxldjxacQop5.png[/img_thumb] Edit: just view it in your browser: [url]http://attritiongame.com/statistics[/url]
[QUOTE=jung3o;45520745] I'm in a dilemma now please help[/QUOTE] Dropdown looks weird cutting under the grey search bar, how does it looks if you have a longer username?
[QUOTE=Bushmaster030;45521834]Comments? Edit: just view it in your browser: [url]http://attritiongame.com/statistics[/url][/QUOTE] The difference between the menus in your chart library and your bootstrap theme is a bit jarring, and .small is a bit too small (especially on high DPI screens) - I'm not sure this is intentional though, it seems a bit low for 80%. (Checked in latest Chrome and IE). Looks neat though!
[QUOTE=Bushmaster030;45521834]Comments?[/QUOTE] I like how it's looking now, but that background is creepy! :tinfoil:
[QUOTE=BeatAlex;45531954]I like how it's looking now, but that background is creepy! :tinfoil:[/QUOTE] I'm guessing it's for the game; Attrition.
[QUOTE=BeatAlex;45531954]I like how it's looking now, but that background is creepy! :tinfoil:[/QUOTE] snip :v:
[url]http://wiiu.dongers.net/[/url] haven't done any webdev in a long long time, but i decided to style my uploader a bit
Been working on designing vacstatus. I'm pretty satisfied I think it's time to re do the whole backend now [t]http://i.imgur.com/bV31CoN.png[/t][t]http://i.imgur.com/55EBC2B.png[/t]
[QUOTE=jung3o;45548347]Been working on designing vacstatus. I'm pretty satisfied I think it's time to re do the whole backend now [/QUOTE] That page must take a long time to load.
[QUOTE=vladka24;45549141]That page must take a long time to load.[/QUOTE] Because of the Steam API being down so much? I would guess it's gonna be a queue and cache process
So I thought my production company could use a better website, so I retaught myself how to code javascript and tried my hand at actual [I]design[/I]. [URL="http://papkeeproductions.com"]http://papkeeproductions.com[/URL] How'd I do? This is like the second time I've ever hand-coded a website.
[QUOTE=papkee;45553601]So I thought my production company could use a better website, so I retaught myself how to code javascript and tried my hand at actual [I]design[/I]. [URL="http://papkeeproductions.com"]http://papkeeproductions.com[/URL] How'd I do? This is like the second time I've ever hand-coded a website.[/QUOTE] I'd say the font is too big, and not a font you'd want to type large pieces of text in. There's too much contrast between the text and the background.
[QUOTE=Cyberuben;45553659]I'd say the font is too big, and not a font you'd want to type large pieces of text in. There's too much contrast between the text and the background.[/QUOTE] That was actually something I was working on. While it looks nice on the menubar the paragraph always makes me go "eugh" Been too lazy/busy to look for a better one though.
[QUOTE=papkee;45553666]That was actually something I was working on. While it looks nice on the menubar the paragraph always makes me go "eugh" Been too lazy/busy to look for a better one though.[/QUOTE] I am not too fond of the font in general. The grey in the navbar is too dark imo.
[QUOTE=papkee;45553601]So I thought my production company could use a better website, so I retaught myself how to code javascript and tried my hand at actual [I]design[/I]. [URL="http://papkeeproductions.com"]http://papkeeproductions.com[/URL] How'd I do? This is like the second time I've ever hand-coded a website.[/QUOTE] Don't really like the font, nor the gradient menu bar. The site's content makes it look like it should've been a one-page
Is it possible to pass values into url? By pass I don't mean [url]www.xxx.co?name=BooHoo[/url] and then use echo $_GET["name"]. I mean the other way around, to pass into name a values from the script, and retrieve it later if I need.
[QUOTE=BoowmanTech;45561297]Is it possible to pass values into url? By pass I don't mean [url]www.xxx.co?name=BooHoo[/url] and then use echo $_GET["name"]. I mean the other way around, to pass into name a values from the script, and retrieve it later if I need.[/QUOTE] What do you mean exactly? A URL is just a string. Contains nothing else than characters, so the only way to do this would be with a GET parameter.
Sorry, you need to Log In to post a reply to this thread.