hi,
i have a problem i have been given some code using javascript to resize the screen to what resolution
the user wants.
<script language="JavaScript">
if (window.screen.width >= 1024) {
URL = "index1.html";
}
else if (window.screen.width >= 800) {
URL = "index.html";
}
else if...
hi Lrnmore,
sorry about the miscommunication i think ya rite about leaving that thread open, thanks alot for the new code it seems to work like a treat actually it's brilliant i might need to do some adjustments so it can fit with wot i'm doing , you seem to be the man.
geniedon,
thanks for the info Lrnmore, i think i might have worded what i was saying wrong this is the code for my page as you can see all the images are in <div> tags related to cafe.css
how could i encorperate this to be resize to any resolution :
<HTML>
<HEAD>
<TITLE>Café Recordings: The...
geniedon,
thanks for the info Lrnmore, i think i might have worded what i was saying wrong this is the code for my page as you can see all the images are in <div> tags related to cafe.css
how could i encorperate this to be resize to any resolution :
<HTML>
<HEAD>
<TITLE>Café Recordings: The...
yes i wanted to know the answer to this question (resizing my page to any screen resolution) aswell but Lrnmore i don't understand the links to google.com, could ya explain it a bit more as i'm a bit baffled also will this work with a page done in css using no tables.
hi Lrnmore,
how can i enclose this
<link rel=alternate media=print href="Print.htm">
on a button, so the user can press this button to print "Print.htm" page, and by the way what is style media ?, is it related to style sheets.
peace
geniedon
hi all,
i wanted know how i can print a page on my website from a image button existing on another page on the same website, what do i do ?, would i have to manipulate either of these codes:
<a href="javascript:window.print()"><img src="print.gif"></a>
or
<a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.