PDA

View Full Version : Sizing Windows with CSS?


b_ball_player9
09-02-2005, 12:30 PM
hey lets say i have this link on my site which leads to the about page, is it possible at all with CSS to open a new window when the user clicks on it, and even size that window with CSS? any info would be greatly apprcited

mattz
09-02-2005, 12:56 PM
you will have to use javasript to set the size of the new window but you can use xhtml to open a new window and set where on the page you want the user to look

Bill Posters
09-02-2005, 01:13 PM
…you can use xhtml to …set where on the page you want the user to look
Can you elaborate on that bit, please?

mrruben5
09-02-2005, 02:00 PM
He means CSS can't do dynamic actions. Try and ask in the javascript forum ( or someone move this topic )

Bill Posters
09-02-2005, 02:13 PM
The statement I quoted doesn't appear to be about the capabilities of css, but a statement about the capabilities of xhtml.
I'm curious to know what s/he's refering to.
…unless it's a case of typing 'xhtml', when what s/he meant to type was 'javascript'.


(This is what happens when I try to be indirect when pointing out when a statement is wrong. ;) )