473,776 Members | 1,650 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need a Little CSS Help

1 New Member
hello. I'm experiencing problems with my css code (once again) working with Firefox and not working with IE 6 or 7

I have a problem with my head_logo_inner not too sure what's going on . Here is my css for this particular template.
Expand|Select|Wrap|Line Numbers
  1. body{
  2.     background-color: #333333;
  3.     color: #333333;
  4.     margin: 0px;
  5.     padding: 0px;
  6.     font-size: 0.8em;
  7.     font-family: Verdana, sans-serif;
  8. }
  9.  
  10. #body_outer { 
  11.     width: 850px; 
  12.     margin-left: auto;
  13.     margin-right: auto;
  14.     margin-top: 10px; 
  15.     background-image: url('../images/head_bg.gif');
  16.     background-repeat: repeat-x;
  17. }
  18.  
  19. #head{ width: 841px; height: 149px;}
  20. #head_img{ 
  21.     background-image: url('../images/head_img.gif');
  22.     background-repeat: no-repeat;
  23.     margin-right: 30px;
  24.     float: left;
  25.     width: 222px; 
  26.     height: 149px;
  27. }
  28. #head_logo{ width: 630px; text-align: left; }
  29. #head_logo_inner { width: 500px; padding-top: 30px;color: #ffffff;}
  30. .logo{
  31.     font-size: 1.7em;
  32.     font-weight: bold;
  33. }
  34. .slogan{
  35.     font-size: 1.3em;
  36. }
  37. #head_navi { width: 75%; height: 40px; text-align: right; margin-top: 35px;}
  38. #head_navi_inner{ width: 99%;}
  39.  
  40. #content_outer { 
  41.     width: 99%; 
  42.     margin: 0px !important;
  43.     margin: -7px;                 /* Fur IE */
  44.     text-align: left;
  45. }
  46. #navi_outer { width: 222px; float: left; margin-right: 20px;}
  47. #navi_topimg {
  48.     height: 51px;
  49.     background-image: url('../images/nav_top.gif');
  50.     background-repeat: no-repeat; 
  51. }
  52. #navi_inner {
  53.     padding-left: 20px;
  54.         padding-right: 10px;
  55.     padding-top: 6px; 
  56.     padding-bottom: 10px; 
  57.     text-align: left;
  58.     background-image: url('../images/nav_bg.gif');
  59.     background-repeat: repeat-y;
  60. }
  61. #navi_bottomimg {
  62.     height: 33px;
  63.         padding-top: -5px;
  64.     background-image: url('../images/nav_bottom.gif');
  65.     background-repeat: no-repeat;
  66. }
  67.  
  68. #mainbody_outer { width: 552px; float: left; text-align: left;     color: #ffffff;}
  69. #pathway { visibility: hidden;}
  70. #user1, #user2 {width: 35% !important; width: 47%; float: left; text-align: left; padding: 5px; margin: 10px; }
  71. #mainbody_inner { width: 100%; padding-top: 0px; }
  72.  
  73.  
  74. #footer { 
  75.     width: 850px; 
  76.     margin-left: auto;
  77.     margin-right: auto;
  78.     clear: both;
  79.         text-align: center;
  80.     border-top: 1px solid #DCDCDC; 
  81.     font-size: 0.7em; 
  82.                 color: #cccccc;
  83. }
  84.  
  85. /* --------------------- Joomla CSS ---------------------- */
  86.  
  87. a:link, a:visited { color: #c64934; text-decoration: underline; }
  88. a:hover { color: #900000; text-decoration: underline; }
  89.  
  90. table.contentpaneopen {
  91.   width: 100%;
  92.     padding: 0px;
  93.     border-collapse: collapse;
  94.     border-spacing: 0px;
  95.     margin: 0px;
  96. }
  97.  
  98. table.contentpaneopen td {
  99.    padding-right: 5px;
  100. }
  101.  
  102. table.contentpaneopen td.componentheading {
  103.     padding-left: 4px;
  104. }
  105.  
  106.  
  107.  
  108. table.contentpane {
  109.   width: 100%;
  110.     padding: 0px;
  111.     border-collapse: collapse;
  112.     border-spacing: 0px;
  113.     margin: 0px;
  114. }
  115.  
  116. table.contentpane td {
  117.     margin: 0px;
  118.     padding: 0px;
  119. }
  120.  
  121. table.contentpane td.componentheading {
  122.     padding-left: 4px;
  123. }
  124.  
  125. table.contentpaneopen fieldset {
  126.     border: 0px;
  127.     border-bottom: 1px solid #eee;
  128. }
  129.  
  130. .button {
  131.   color: #c64934;
  132.   text-align: center;
  133.   font-size: 11px;
  134.   font-weight: bold;
  135.   border: 1px solid #666666;
  136.   background-color: #ffffff;
  137.   width: auto;
  138.   padding: 0px 5px;
  139.   line-height: 18px !important;
  140.   line-height: 16px;
  141.   height: 26px !important;
  142.   height: 24px;
  143.   margin: 1px;
  144. }
  145.  
  146. .inputbox {
  147.     padding: 2px;
  148.     border:solid 1px #666666;
  149.     background-color: #ffffff;
  150. }
  151.  
  152. .componentheading {
  153.     color: #666666;
  154.     text-align: left;
  155.     padding-top: 4px;
  156.     padding-left: 4px;
  157.     height: 21px;
  158.     font-weight: bold;
  159.     font-size: 1.1em;
  160.     text-transform: uppercase;
  161.  
  162. }
  163.  
  164. .contentcolumn {
  165.     padding-right: 5px;
  166. }
  167.  
  168. .contentheading {
  169.     height: 30px;
  170.     color: #c64934;
  171.     font-weight: bold;
  172.     font-size: 0.9em;
  173.     white-space: nowrap;
  174. }
  175.  
  176.  
  177.  
  178. .contentpagetitle {
  179.     font-size: 0.9em;
  180.     font-weight: bold;
  181.     color: #cccccc;
  182.     text-align:left;
  183. }
  184.  
  185. table.searchinto {
  186.     width: 100%;
  187. }
  188.  
  189. table.searchintro td {
  190.     font-weight: bold;
  191. }
  192.  
  193. table.moduletable {
  194.     width: 100%;
  195.     margin-bottom: 5px;
  196.     padding: 0px;
  197.     border-spacing: 0px;
  198.     border-collapse: collapse;
  199. }
  200.  
  201. div.moduletable {
  202.     padding: 0;
  203.     margin-bottom: 2px;
  204. }
  205.  
  206. table.moduletable th, div.moduletable h3 {
  207.     color: #c64934;
  208.     text-align: left;
  209.     padding-left: 4px;
  210.     height: 21px;
  211.     line-height: 21px;
  212.     font-weight: bold;
  213.     font-size: 1.0em;
  214.     text-transform: uppercase;
  215.         margin-top: 20px;
  216.         margin-bottom: 3px;
  217. }
  218.  
  219. table.moduletable td {
  220.     font-size: 0.8em;
  221.     padding: 0px;
  222.     margin: 0px;
  223.     font-weight: normal;
  224. }
  225.  
  226. table.pollstableborder td {
  227.   padding: 2px;
  228. }
  229.  
  230. .sectiontableheader {
  231.   font-weight: bold;
  232.   background: #666666;
  233.   padding: 4px;
  234. }
  235.  
  236. .sectiontablefooter {
  237.  
  238. }
  239.  
  240. .sectiontableentry1 {
  241.     background-color : #333333;
  242. }
  243.  
  244. .sectiontableentry2 {
  245.     background-color : #666666;
  246. }
  247.  
  248. .small {
  249.     color: #999999;
  250.     font-size: 0.7em;
  251. }
  252.  
  253. .createdate {
  254.     height: 15px;
  255.     padding-bottom: 10px;
  256.     color: #999999;
  257.     font-size: 0.7em;
  258. }
  259.  
  260. .modifydate {
  261.     height: 15px;
  262.     padding-top: 10px;
  263.     color: #999999;
  264.     font-size: 0.7em;
  265. }
  266.  
  267. table.contenttoc {
  268.   border: 1px solid #cccccc;
  269.   padding: 2px;
  270.   margin-left: 2px;
  271.   margin-bottom: 2px;
  272. }
  273.  
  274. table.contenttoc td {
  275.   padding: 2px;
  276. }
  277.  
  278. table.contenttoc th {
  279.   color: #666666;
  280.     text-align: left;
  281.     padding-top: 2px;
  282.     padding-left: 4px;
  283.     height: 21px;
  284.     font-weight: bold;
  285.     font-size: 0.8em;
  286.     text-transform: uppercase;
  287. }
  288.  
  289. ul#mainlevel-nav
  290. {
  291.     list-style: none;
  292.     padding: 0;
  293.     margin: 0;
  294.     font-size: 0.8em;
  295. }
  296.  
  297. ul#mainlevel-nav li{
  298.     background-image: none;
  299.     padding-left: 0px;
  300.     padding-right: 0px;
  301.     float: left;
  302.     margin-right: 3px;
  303.     font-size: 11px;
  304.     line-height: 21px;
  305.     white-space: nowrap;
  306.         background-color: #cccccc;
  307.         color: #333333;
  308. }
  309.  
  310. ul#mainlevel-nav li a{
  311.     display: block;
  312.     padding-left: 15px;
  313.     padding-right: 15px;
  314.     text-decoration: none;
  315.     color: #333333;
  316.     background: transparent;
  317. }
  318.  
  319. #buttons>ul#mainlevel-nav li a { width: auto; }
  320.  
  321. ul#mainlevel-nav li a:hover{
  322.     color: #c64934;
  323.     background: transparent;
  324. }
  325.  
  326.  
  327. a.mainlevel:link, a.mainlevel:visited {
  328.     display: block;
  329.     vertical-align: middle;
  330.     font-size: 11px;
  331.     color: #ffffff;
  332.         background-color: #666666;
  333.     text-align: left;
  334.     padding-top: 5px;
  335.     padding-left: 18px;
  336.         margin-bottom: 3px;
  337.     height: 20px !important;
  338.     height: 25px;
  339.     width: 160px;
  340.     text-decoration: none;
  341. }
  342.  
  343. a.mainlevel:hover {
  344.     text-decoration: none;
  345.         border-left: 5px solid #c64934;
  346.     color: #ffffff;
  347. }
  348.  
  349. a.mainlevel#active_menu {
  350.         border-left: 5px solid #c64934;
  351.         color: #ffffff;
  352. }
  353.  
  354. a.mainlevel#active_menu:hover {
  355.         border: 0px;
  356.     color: #ffffff;
  357. }
  358.  
  359. a.sublevel:link, a.sublevel:visited {
  360.     padding-left: 1px;
  361.     vertical-align: middle;
  362.     font-size: 11px;
  363.     color: #ffffff;
  364.     text-align: left;
  365. }
  366.  
  367. a.sublevel:hover {
  368.     border-left: 5px solid #c64934;
  369.         color: #ffffff;
  370.     text-decoration: none;
  371. }
  372.  
  373. a.sublevel#active_menu {
  374.     border-left: 5px solid #c64934;
  375.         color: #ffffff;
  376. }
  377.  
  378. .highlight {
  379.     background-color: #ffffff;
  380.     color: #c64934;
  381.     padding: 0px;
  382. }
  383.  
  384. form {
  385. /* removes space below form elements */
  386.     margin: 0px;
  387.      padding: 0px;
  388. }
  389.  
  390. ul.latestnews, ul.mostread { border: 1px solid #cccccc; padding: 7px; list-style: none; margin-left: 0px;}
  391. table.pollstableborder td { color: #ffffff; font-size: 0.9em; text-align: left;}
  392. div.mosimage {
  393.   border: 1px solid #cccccc;
  394. }
  395.  
  396. .mosimage {
  397.   border: 1px solid #cccccc;
  398.   margin: 5px;
  399. }
  400.  
  401. .mosimage_caption {
  402.   margin-top: 2px;
  403.   background: #cccccc;
  404.   padding: 1px 2px;
  405.   color: #666666;
  406.   font-size: 10px;
  407.   border-top: 1px solid #cccccc;
  408. }
  409.  
  410. span.article_seperator {
  411.     display: block;
  412.     height: 1.5em;
  413. }
  414.  
The website is www.littlejohnart.com if ANYONE can help it would be greatly appreciated. Thanks!!
Feb 6 '07 #1
3 4220
KarlosSultana
4 New Member
Hi, I feel a bit like I'm asking a stupid question but what actually is your problem?
Feb 7 '07 #2
Jamison Bryant
6 New Member
I tested the link you gave on the following browsers:
  1. Google Chrome 5.0.375.127
  2. Internet Explorer 8
  3. Mozilla Firefox 3.6.8

and it seems to work just fine! Did you fix the issue? If so, please let us know.

Here's something else you might want to think about: being a web developer for over 10 years now, I've given up trying to make all but the most basic sites look the same in all browsers. My rule of thumb is to develop for Firefox/Chrome/Safari first, and IE LAST, if at all, just because it is just so terrible.

Let me know if this helps
Aug 27 '10 #3
JKing
1,206 Recognized Expert Top Contributor
I don't see that ID anywhere in the markup of any of your pages.
Aug 27 '10 #4

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

Similar topics

4
7193
by: Marc | last post by:
Hi all, I am trying to write an application where I need the ability to open an Excel spreadsheet and do basic read/write, insert rows, and hide/unhide rows. Using win32com I have been able to get the basics down as well as some examples displaying how to simply read and write. But the next step appears exponential. I haven never done anything in VB, so any and all concepts and commands are completely foreign. I have been digging...
7
1665
by: Keyed4U | last post by:
I have a drop down list system (works to some extent) for a date range search that I need to do a little more. The following is a small sample from the script: function modify_mo_list(mo_model) { molist = document.forms.querymo2; if (mo_model == '/01/') { var i = 0; molist.options = new Option('February','/02/');
2
2183
by: OZ | last post by:
Hi, I am new C++ and need a little help with a public domain program that is suppose to perform a byte swap. I am receiving the following error messages during the compile process with Microsoft C++ 2003. Here are the error messages and source code: (97) : error C2664: 'fgetpos' : cannot convert parameter 2 from 'void
17
1973
by: EkteGjetost | last post by:
This is definitely not the smart thing to do as far as my learning goes, but desperate situations call for desperate measures. The final lab for my introduction to C programming class is due tomorrow. I was on vacation when we went over how to read files, so basically my only resources are the book, the course notes, and the examples. Unfortunately for me, none of them are usefull at all, so pretty much i don't have a clue as to what i...
5
1771
by: Jintty | last post by:
Hi, I'm trying to write a program that will read a txt file, copy it into another text file and display the number of words, lines and paragraphs. I was able to get the copying portion done, but i'm struggling with the counters. processBlank is supposed to increment the number of words whenever it hits a nonblank, so i figured using if its not equal to blank then update word count but no luck please help me, i'd appreciate any help
7
1659
by: Galen Somerville | last post by:
I'm doing something wrong. I made up a test app and put the ZIP file on my website http://home.surewest.net/galen/index.html under Downloads. Basically I have a Panel that will get continuous updates and I don't want any flicker. In the test app it sets up a mem map and sets it to Black. When the Button is clicked it calls a routine that puts tick marks at top and bottom. The tick marks do not show up.
12
1872
by: nephish | last post by:
Hello there, i am getting to need to make my web stuff more OO. i have a project at work that we are porting to the internet, and i started learning php to do so. the project is now mamoth is size, and code is reused and pasted all over it. I plan to do a good re-write using better, and cleaner code. So i want to incorporate some classes. So i have some questions.
0
3963
by: U S Contractors Offering Service A Non-profit | last post by:
Brilliant technology helping those most in need Inbox Reply U S Contractors Offering Service A Non-profit show details 10:37 pm (1 hour ago) Brilliant technology helping those most in need Inbox Reply from Craig Somerford <uscos@2barter.net> hide details 10:25 pm (3 minutes ago)
0
1719
by: raypjr | last post by:
Hi everyone. I need a little help with some parts of a word guessing game I'm working on. I have some parts done but unsure about others and could use a little advice. Any help is very much appreciated.Here is the code to give more detail: Dim GameOver As Boolean Dim NumWords As Integer, ThreeWordList(1000) As String, ThreeWordMeaning(1000) As String Dim R As Integer, WordsLeft(1000) As Integer Dim SecretWord As String,...
5
2031
by: bean330 | last post by:
Hey, I'm somewhat new to C# and I need a little help, please! I'm selecting a bunch of records, setting properties on a COM executable and then calling a method on that executable to run. I want to run the executable in separate threads because they can be long-running and it would be optimal for us to run a bunch simultaneously. I've got that part working - it's pretty easy in C#. What I'm having a hard time with is managing the...
0
9464
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10122
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10061
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9923
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8954
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 project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7471
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5368
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5497
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4031
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 we have to send another system

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.