What is the best way to code a web site so that it will be the same no matter the monitor size you look at? The site in question is www.catbent.com and there should be 5 links on the bottom.
cab_driver 0 Newbie Poster
Recommended Answers
Jump to PostThe W3c Recommendation for element sizes is %
example : excluding <head><div style='text-align:center; width:100%;'> <a href="Body.html">Welcome to the World of Cat Bent</a> </div> <div style='text-align:center; width:100%;'> <img src="Images/Purple_lips.gif" width="385" height="481" /> </div> <div style='text-align:center; width:100%; bottom:0;'> <a href="about.html" onmouseover="MM_swapImage('About','','Images/CatBent_aa_rollover.gif',1)" onmouseout="MM_swapImgRestore()"><img src="Images/CatBent_aa.gif" name="About" width="15%" height="100" border="0" id="About" …
Jump to PostIs this something like what you're looking for?
Jump to PostThat's the sortt of thing I'm looking for, I just don't want the rest of the page to be displaced by my rolling over the link.
That's easy. Just don't set another size for the <a> tag, like I have done.
I like to see that small displacement ... :)
All 9 Replies
almostbob 866 Retired: passive income ROCKS
cab_driver 0 Newbie Poster
almostbob 866 Retired: passive income ROCKS
cab_driver 0 Newbie Poster
almostbob 866 Retired: passive income ROCKS
cab_driver 0 Newbie Poster

ingeva
cab_driver 0 Newbie Poster

ingeva
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.