This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by ParaII
about 10 years

.resizable() doesn't work properly w/o modification of html

On first try, .resizeable() only worked along the vertical edge, even though the diagonal arrow icon was visible. The bottom edge would not resize until I added the followinf link to the html: <link rel=’stylesheet’ type=’’text/css’’ href=”http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css">

With this link, the div resized as it should, up, diagonally, and across, with appropriate arrow icons. When the link is commented out, back to the original problem.

Answer 535ac04f80ff335811000511

4 votes

Permalink

I had this problem also and solved it by adding <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/smoothness/jquery-ui.css" /> to the head element of the html. See this link for more information.

points
Submitted by CrawHa
almost 10 years

1 comments

PFStevenson32 over 9 years

still happening on 9/3/14.

Answer 52ded977282ae3bf1e003d6e

2 votes

Permalink

the forum formatter must have eaten your html code. I have the same problem with Chrome 32 on Ubuntu 13.10 and was looking for an answer here, I hope you can repost your answer (html escaped) and notify codeacademy editors about this ‘.resizable()’ bug :)

greetings!

points
Submitted by cirovladimir
about 10 years

Answer 532b37a98c1cccf4c30003c4

1 vote

Permalink

Chiming in with current version of FireFox (“Aurora”). I also seem to be having the same problem you described. Mind reposting your code?

points
Submitted by SatoKahn
about 10 years

1 comments

Mladen Milešić almost 10 years

had the same issue on firefox windows 7 until i added this link:

Answer 5332f01e8c1ccc778000563f

0 votes

Permalink

I’m having the same resize issue - firefox windows 7

points
Submitted by Scott
about 10 years