Browser Window Size help
Posted: 10 Dec 2007, 20:11
on my site .. Devinlefevere.net .. The name overlays on top of everything if you resize it down to small . How can I make it so that the broswer window stays to a fixed size ? Thanks
X3 Photo Gallery Support Forums
https://forum.photo.gallery/
overflow: auto;#imagevue {
min-height: 580px;
_height: 580px;
}There is no external CSS file, so that code goes directly into the "index.php" file.devin wrote:Sorry about the stupid question but , where does the css go ? Into the css of index.php or .... ?