Questions tagged [adjustable]
24 questions
0
votes
1 answer
JQuery elements adjusting script
I have recently worked out some script to adjust parameters of some site elements to the window size. It shows no errors, but doesn't change anything. Strange is, that in all places in the script arrays are read as I wanted, so I think it's not the…

smbdelse
- 1
- 5
0
votes
1 answer
Shrinking images to fit the browser window?
I was just wondering if anyone could help me. I'm creating a full width layout website, and I would like it to adjust with the browser window as it is expanded/contracted, aka everything will shrink a little and move over when the user pulls their…

KateG
- 107
- 1
- 3
- 17
0
votes
3 answers
Adaptive Layouts in CSS3
I am trying to convert my website index page to be adjustable. I want the whole conent of the page to be adjustable. By adjustable I mean if some one opens the page in a new window and try to resize the window by dragging it with mouse, the content…

Wearybands
- 2,438
- 8
- 34
- 53
-1
votes
1 answer
R Markdown and "fixest" regression-tables
When working in R Markdown and using the amazing "fixest" packages for regressions, regression tables appear "tiny" in the knitted document. As a temporary solution, some lines (see code below) in the produced Latex document can be deleted, which…

minimouse
- 131
- 10
-1
votes
2 answers
Java: Gender Control
So in my simulator I am trying to more accurately control what the chance for a gender a creature will be when it is created. Originally I just had a straight 50% chance for each using RND, however I realise this will cause problems later. Therefore…

Joss
- 125
- 1
- 7
-1
votes
2 answers
Can I shrink or expand text according to browser resolution
Can I shrink or expand text according to browser resolution just using html and css?
Basically I want to create a website which is compatible with 1024x768 and 320x480. I managed everything to shrink to size (images, video) but I wasn't able to find…

Laurence Nicolaou
- 569
- 2
- 8
- 28
-2
votes
2 answers
Changing dimensions of GestureDetector
What i have ? :
Now i can enter text into blue section, after click on it keyboard shows and every widget adjust to another (by mainAxisAlignment: MainAxisAlignment.spaceAround).
What i want to have ? :
I want the same thing as i have but i want to…

Malak
- 336
- 2
- 13
-2
votes
1 answer
How to create a circle with a number in the center that scales to fit the circle in HTML/CSS?
There are many solutions for numbers in circles, but they use fixed sized. How to style the circle div for it to contain centered text or number of largest possible font to fit the circle?

Sashko Lykhenko
- 1,554
- 4
- 20
- 36
-4
votes
2 answers
How do I use percentages to create an adjustable web page?
I am creating a game of jeopardy, I need to make my web page adjustable with the window size using percentages. How do I do that?
I have all the padding and margins in ems,but I don't know how to change them to percentages.