•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 391,555 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,625 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 941 | Replies: 3
![]() |
•
•
Join Date: Dec 2006
Location: online at woocha.com
Posts: 41
Reputation:
Rep Power: 2
Solved Threads: 0
HELP !!
The header to my website is designed in css with <div> tags and some times the whole background does not load....any thoughts?
Also I am considering the possibility that my header should not call to my stlye.css file, but that the header should be a table with the table having it own style...any thoughts on this would be really appreciated
thank you
sean
The header to my website is designed in css with <div> tags and some times the whole background does not load....any thoughts?
Also I am considering the possibility that my header should not call to my stlye.css file, but that the header should be a table with the table having it own style...any thoughts on this would be really appreciated
thank you
sean
FREE Online Auctions At:
http://www.woocha.com/auctions
http://www.woocha.com/auctions
It could be due to your server not being able to serve all files to a client. You may want to try a different host if this is becoming a problem.
Secondly, another thing you can do is embed the css file into the html source of your document. Either manually paste it in, or if you're using PHP or some other scripting language, you can add a command to dynamically add the css to the page when a request is given. Here is how a page would look with embedded css:
Hope this helps
Secondly, another thing you can do is embed the css file into the html source of your document. Either manually paste it in, or if you're using PHP or some other scripting language, you can add a command to dynamically add the css to the page when a request is given. Here is how a page would look with embedded css:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>MyPage</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style type="text/css">
/* css goes here... */
ul.menu,
ul.menu li a {
text-decoration: none;
padding: 5px 15px 6px;
</style>
.
.
.Hope this helps
tuxation.com - Linux articles, tutorials, and discussions
Joeprogrammer is right. Its probably the server. Putting your CSS in the HTML would help cut down on unloaded files because there are less files to load and if the CSS file does not load then your background file will not load if it is specified in the CSS. Finding another server would be your best bet.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
- Simple css templates (Site Layout and Usability)
- As a newbie, where i should start from in linux? (Getting Started and Choosing a Distro)
- How to network two Win98 machines (Networking Hardware Configuration)
- CSS Quicky (HTML and CSS)
Other Threads in the HTML and CSS Forum
- Previous Thread: How to fix an image outside the <body> tag?
- Next Thread: Firefox leaves space with images



Linear Mode