Questions tagged [ccss]

Constraint Cascading Style Sheets (CCSS), an extension to Cascading Style Sheets (CSS).

Constraint Cascading Style Sheets (CCSS), is an extension to Cascading Style Sheets (CSS). CCSS adds support for layout constraints. These allow designers to describe the layout of a web page in a more flexible manner.

Original CCSS proposal by Badros and Borning (1999): http://constraints.cs.washington.edu/web/ccss-uwtr.pdf

For a current (2015) implementation see Grid Style Sheets at: https://github.com/gss/engine

6 questions
1
vote
2 answers

HTML: Inline block doesn't work for just one table

I'm REALLY new to html, and I'm trying to create a html set of tables, I am using display : inline block and it works the way I want, to put some tables next to the others... but when I put just one table it doesnt shows the borders of the table.…
1
vote
2 answers

Flexbox vs GSS: How to make an unknown number of elements span their container equally

I have been playing a bit with GridStyleSheets, but having trouble getting an unknown number of elements in a container to have equal widths, equal spacing and span their container. I have been able to achieve this with Flexbox, but having trouble…
davidwickman
  • 338
  • 1
  • 6
0
votes
1 answer

Can combine onclick and mouseover events, trying to have hover displays

Im using react and tailwind. I trying to display a state based on clicking a nav button or hovering on the same button. So i am trying to have a display with the potential to show 1 of 3 elements. You can select the elements from the nav bar. I want…
0
votes
2 answers

Find the First child of all containers

I have a bunch of containers in a html page for example
My Title
My Title
Vaaljan
  • 691
  • 2
  • 10
  • 21
0
votes
1 answer

Messing with Constraint CSS - width based on number of children

I'm using gridstylesheets.org to mess with Constraint CSS. My html is this:
I would like each .space to be the height of the…
Justin808
  • 20,859
  • 46
  • 160
  • 265
-4
votes
1 answer

Javascript crashes on adding a line of code

Okay here is my javascript. When i add the variable angle1 to my javascript it crashes the whole javascript. basicy what i want is, That the image of jhin is gonna rotate on mouseover. and when the mouse goes off jhin that it then rotate backs to…