G Guest Oct 19, 2006 #1 How do I keep the objects on my webpage from shifting when I adjust the size of the browser?
K Kevin Spencer Oct 19, 2006 #2 Use CSS with absolute positioning, or Table Layout with fixed column sizes. -- HTH, Kevin Spencer Microsoft MVP Chicken Salad Shooter http://unclechutney.blogspot.com A man, a plan, a canal, a palindrome that has.. oh, never mind.
Use CSS with absolute positioning, or Table Layout with fixed column sizes. -- HTH, Kevin Spencer Microsoft MVP Chicken Salad Shooter http://unclechutney.blogspot.com A man, a plan, a canal, a palindrome that has.. oh, never mind.
G Guest Oct 19, 2006 #3 could you please check out my site!? http://66.165.228.28/ Would I have to start over from scratch or can I insert this CSS positioning info? I'm a newbie at webdesign and I'm totally lost.
could you please check out my site!? http://66.165.228.28/ Would I have to start over from scratch or can I insert this CSS positioning info? I'm a newbie at webdesign and I'm totally lost.
D David Berry Oct 19, 2006 #4 You can insert CSS (without starting over) by adding a stylesheet to your page and then setting up classes for the positions of the tables and other elements. See http://msdn.microsoft.com/library/d...n-us/dnfp2k2/html/odc_fpusingcssonwebsite.asp for some information about using CSS.
You can insert CSS (without starting over) by adding a stylesheet to your page and then setting up classes for the positions of the tables and other elements. See http://msdn.microsoft.com/library/d...n-us/dnfp2k2/html/odc_fpusingcssonwebsite.asp for some information about using CSS.
K Kevin Spencer Oct 20, 2006 #5 Another piece of advice: NEVER use spaces (  for positioning. -- HTH, Kevin Spencer Microsoft MVP Short Order Coder http://unclechutney.blogspot.com What You Seek Is What You Get
Another piece of advice: NEVER use spaces (  for positioning. -- HTH, Kevin Spencer Microsoft MVP Short Order Coder http://unclechutney.blogspot.com What You Seek Is What You Get