473,503 Members | 12,136 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Website Help. Can't center things.

1 New Member
Hello. I recently did something so my webpage's background would auto adjust to the window size but now i can't center anything. I've tried <center> and <div align="center">.

Any suggestions?

Expand|Select|Wrap|Line Numbers
  1. <html>
  2. <head>
  3. <title>CSSelect</title>
  4. <link rel="stylesheet" type="text/css" href="scselect.css">
  5.  
  6. <style type="text/css">
  7. body {margin:0px;}
  8. #bg_image {
  9. width: 100%;
  10. height: 100%;
  11. left: 0px;
  12. top: 0px;
  13. position: absolute;
  14. z-index: 0;
  15. }
  16. #contents {
  17. z-index: 1;
  18. position: absolute;
  19. }
  20. </style>
  21. </head>
  22.  
  23. <body>
  24.  
  25. <div id="bg_image">
  26. <img src="http://bytes.com/images/background.jpg" style="width 100%; height: 100%;">
  27. </div>
  28.  
  29.  
  30. <div id="contents">
  31.  
  32. <center>
  33. <img src="http://bytes.com/images/banner.png">
  34. </center>
  35.  
  36.  
  37. <div id="navigation">
  38. |
  39. <a href="index.html">Home</a>     |
  40. <a href="register.html">Register</a>     |
  41. </div>
  42.  
  43. </div>
  44. </body>
  45. </html>
Feb 3 '12 #1
0 1597

Sign in to post your reply or Sign up for a free account.

Similar topics

5
1263
by: Chuck Bowling | last post by:
Ok, either I'm doing something wrong or the filters in help are worthless... I'm trying to format a string... Nothing special, just formatting... like C++... How do I do a newline? i.e.,...
3
2994
by: VB Programmer | last post by:
I set a breakpoint in my ASP.NET code (Page_Load). But, when I run the application it never stops at the breakpoint. Any ideas? Thanks, Robert
3
1168
by: VB Programmer | last post by:
I have a server that is running Windows Server 2003. My web page is trying to create a file in the C:\inetpub\wwwroot\MyWeb\Secured directory. When it tries to create/write the file it gets...
0
1179
by: samir dsf | last post by:
hi i have pasted page_load, my bindgrid, sort and itemdatabound event. my sorting in not working properly...i tried a couple of ways but there is something i am missing. pls suggest me on this...
3
1515
by: Kathy A. Hertzog | last post by:
Hello. My name is Kathy Hertzog. I am currently the president of Landlord Association.Com, Inc. which has a website for landlords at http://www.LandlordAssociation.Org. We require technical...
3
1021
by: דורון חסידים | last post by:
Hellow, I am a teacher, and trying to install a copy of visual studio .net that received from my school. I insert CD1, klick setup, klick the only option available ''siprerequites'', and than...
0
798
by: RBCC | last post by:
I am building a website that uses vb.net code to dial up a internet connection, then goes to the microsoft update page and downloads all the updates and puts them in a zip file for safe keeping...
4
1164
by: webdev22 | last post by:
Hello Folks, I have been developing a website for a class project and have been stumped on aligning everything together. For example, the following site (developed by me) uses images which...
0
866
by: mountainbig | last post by:
I have the following tables with the following Coumns Product -- Partnumber, description, shortcodeid Shortcc -- shortcodeid module -- moduleid, shortcodeid Salesitem -- salesorderid,...
0
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7017
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7470
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5604
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing,...
0
3186
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3174
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1524
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
751
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
405
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.