how can I add this div css to my styles

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • msimonds
    Senior Member
    • Jan 2004
    • 395
    • 3.6.x

    how can I add this div css to my styles

    <div style="height: 28; width: 204; overflow: auto; overflow-x: hidden; overflow-y: scroll; padding-left: 4; background-color: FFFFFF">

    any ideas?
    Founder

    http://www.sportsrant.com
  • TheMusicMan
    Senior Member
    • Oct 2002
    • 2140
    • 3.7.x

    #2
    Don't you just add this as an additional css element at the bottom of the style in AdminCP...?
    John

    Comment

    • msimonds
      Senior Member
      • Jan 2004
      • 395
      • 3.6.x

      #3
      no that is not working, i have also added this to the header include

      I am trying to get this http://www.sportsrant.com/testforums/test.htm

      to work in the footer of the forums but the css from the forums is messing it up

      Founder

      http://www.sportsrant.com

      Comment

      • webfire
        New Member
        • Apr 2005
        • 10
        • 3.0.7

        #4
        I also am not having luck adding custom CSS to my header. I have tried including a CSS file in the headinclude. I have tried adding the CSS direcly to the Additional CSS Definitions. No luck.

        Anyone have any suggestions? Thanks.

        Comment

        • Zachery
          Former vBulletin Support
          • Jul 2002
          • 59097

          #5
          Alright, show us an example of how its not working please?

          Comment

          • webfire
            New Member
            • Apr 2005
            • 10
            • 3.0.7

            #6
            In the Header template, I have:

            Code:
            <table width="760" border="0" cellpadding="5" cellspacing="0" bgcolor="#5A859F" class="header">
            Then in the Additional CSS Definitions I add:

            Code:
            .header {
            	font-family: Arial, Helvetica, sans-serif;
            	font-size: 16px;
            	font-weight: bold;
            	text-transform: lowercase;
            	color: #FFFFFF;
            	background-color: 5A859F;
            	border: 1px solid #999999;
            }
            I also tried adding

            Code:
            <link href="../main.css" rel="stylesheet" type="text/css">
            in the headinclude template.

            There is no affect to the header when I do this. I have done this with other CSS to and nothing happens.

            URL: http://immigration-legal-service.com/forums

            Let me know if I can provide further details.

            Comment

            • Zachery
              Former vBulletin Support
              • Jul 2002
              • 59097

              #7
              Table classes in IE don't tend to filter down properly. At least in my expirences.

              Try adding a class for the td and th as well.

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...