inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jan 22, 2010 7:45:02 GMT -8
Just thought I'd see what you'd suggest for this.
Basically, I'm gonna be knocking up a quick webpage, to show some information. It'll comprise of three cells sat next to each other. The first cell will display a list of items, and when one is highlighted, a second list will appear in the second column. Similarly, when an item in the second list is also highlighted, a list will appear in the third column.
Basically, I'm just wandering how you'd suggest I code it up (bearing in mind I'm limited to HTML/CSS), as it's unlike anything I've done in the past.
If needs-be, I can give you a quick drawing to illustrate what I'm trying to get at. =P
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Jan 22, 2010 9:28:50 GMT -8
Probably JS. If the lists aren't going to change, then static JS will suffice, otherwise AJAX might be needed to drag from a database or something.
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Jan 22, 2010 12:50:18 GMT -8
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jan 22, 2010 17:27:41 GMT -8
@ Wrighty - the lists probably would be changing, now and then.
@ Jordan - would the same kinda thing be possible with text-box look? Want to be able to display the entire list, even if a scroll-bar is needed (for all three boxes, that is). Off to bed in a minute, but I'll check out the link tomorrow. =]
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Jan 22, 2010 22:29:00 GMT -8
Could you draw a quick picture? Text box could mean several things and I just want to be on the same page.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Jan 23, 2010 10:15:45 GMT -8
This may be possible in CSS. It is, but it would be a pain in the arse. You'd need JavaScript to do this easily.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jan 23, 2010 18:08:20 GMT -8
Bah. Apparently GIMP doesn't like saving in real filetypes. Tomorrow night, once I've finished work, I'll find something that will actually save to a .jpg, instead of .xcf >_>
|
|