61
spankee
Re: rounded corners in IE
  • 2006/3/10 13:17

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


Ugh! I waited too long to send my reply and got logged off

Your suggestion did not work, however it led me to piece this together and it worked.
td#centercolumn legend {padding:3px;color:#DDD;font-weight:bold;margin-top:0;}

Trying to remember what I wrote...?

Any suggestions on the line spacing?
And...uh?
The round corners...after finding out that the title is being mysteriously controlled I have no idea where this fieldset is controlled at either. And once again how can Ie have rounded corners? Is it being treated like a button?



62
spankee
rounded corners in IE
  • 2006/3/10 8:11

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


I have noticed some differences between FF and IE. I need some help in making FF look the same as Ie.
There are three points where I need help.

One being the rounded corners (which I did not think was possible in Ie), where are the selectors to make this change for FF?
The second being the spacing. I want the spacing to look like it does in Ie.
And thirdly the the "lost your passwor?" text in Ie is blue I want that black.

Here are screen shots of both.
FF
Resized Image

Ie
Resized Image



63
spankee
Re: content padding
  • 2006/3/10 3:32

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


Adding cells worked...sloppy but works.
Thank you



64
spankee
Re: Adding fields in registration form
  • 2006/3/10 3:08

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


Could you please send me the hack, it is exactly what I need in order to make XOOPS gallery 2 work.
My email is viewable to the public.
Thanks



65
spankee
Re: content padding
  • 2006/3/10 2:42

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


Adding margin-right to td#columnleft does nothing in either ff or ie. I will try to add another cell as suggested.

The way the html is laid out in the default theme seems really screwy to me so maybe I can get the effect I want from another theme. Are there any css templates out there that allow for the option of 1,2 or 3 columns?



66
spankee
Re: content padding
  • 2006/3/9 20:13

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


The idea is...when the left and right columns are not showing I do not want any extra padding on the left and right side of the content (in my case the phpgedview module). If div#content or any other areas between the left and right columns use padding or margins it won't work.
So what I want is for these selectors td#leftcolumn and td#rightcolumn to control the pading or margin. I have tried to add margins and padding to both but it just simply will not work.
I hope that explains it or I will have to resort to pictures.



67
spankee
Re: Adding fields in registration form
  • 2006/3/9 8:49

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


Has anybody got this to work on 2.0.13 yet?
Thanks



68
spankee
Re: content padding
  • 2006/3/9 5:30

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


cellspacing does not help.
I'll just post parts of my code to help.
theme.htm
<table cellspacing="0">
    <
tr>
          <{if 
$xoops_showlblock == 1}> 
      <
td id="leftcolumn">
        <!-- 
Start left blocks loop -->
        <{foreach 
item=block from=$xoops_lblocks}>
          <{include 
file="craig/theme_blockleft.html"}><br />
        <{/foreach}>
        <!-- 
End left blocks loop -->
      </
td>
          <{/if}>
      <
td id="centercolumn">
        <!-- 
Display center blocks if any -->
        <{if 
$xoops_showcblock == 1}>
                <
table>
                  <
tr>
                    <
td id="centerCcolumn" colspan="2">
                    <!-- 
Start center-center blocks loop -->
                    <{foreach 
item=block from=$xoops_ccblocks}>
                      <{include 
file="craig/theme_blockcenter_c.html"}>
                    <{/foreach}>
                    <!-- 
End center-center blocks loop -->
                    </
td>
                  </
tr>
                  <
tr>
                    <
td id="centerLcolumn">
                    <!-- 
Start center-left blocks loop -->
                      <{foreach 
item=block from=$xoops_clblocks}>
                        <{include 
file="craig/theme_blockcenter_l.html"}>
                      <{/foreach}>
                    <!-- 
End center-left blocks loop -->
                    </
td><td id="centerRcolumn">
                    <!-- 
Start center-right blocks loop -->
                      <{foreach 
item=block from=$xoops_crblocks}>
                        <{include 
file="craig/theme_blockcenter_r.html"}>
                      <{/foreach}>
                    <!-- 
End center-right blocks loop -->
                    </
td>
                  </
tr>
                </
table>
                            <{/if}>
                        <!-- 
End display center blocks -->
                        <
div id="content"><{$xoops_contents}></div>
            </
td>
              <{if 
$xoops_showrblock == 1}>
          <
td id="rightcolumn">
            <!-- 
Start right blocks loop -->
            <{foreach 
item=block from=$xoops_rblocks}>
          <{include 
file="craig/theme_blockright.html"}>
            <{/foreach}>
        <!-- 
End right blocks loop -->
          </
td>
              <{/if}>
     </
tr>
</
table>


style.css
td#leftcolumn {width: 170px; font-size: 90%; text-align: left; background-color: #FFFFFF; border-right:1px solid #DDDDDD;}
td#leftcolumn th {background-color: #EEEEEE; color: #111111; vertical-align: middle;}
td#leftcolumn div.blockTitle {padding: 2px; color: #000000; font-weight: bold; border-bottom:1px solid #DDDDDD;}
td#leftcolumn div.blockContent {padding: 2px; line-height: 120%; border-bottom:1px solid #DDDDDD;}

td#mainmenu a {display: block; margin: 0; padding: 4px; text-decoration: none;}
td#mainmenu a:hover {background-color: #ffffff;}
td#mainmenu a.menuTop {padding-left: 3px;}
td#mainmenu a.menuMain {padding-left: 3px;}
td#mainmenu a.menuSub {padding-left: 9px;}

td#usermenu a {display: block; margin: 0; padding: 4px; text-decoration: none;}
td#usermenu a:hover {background-color: #ffffff;}
td#usermenu a.menuTop {}
td#usermenu a.highlight {background-color: #fcc;}

div#content {text-align: left; padding: 0px 8px 0px 8px;}

td#rightcolumn {width: 170px; background-color: #FFFFFF; font-size:90%; border-left:1px solid #DDDDDD; padding_left: 8px;}
td#rightcolumn th {background-color: #EEEEEE; color: #111111; vertical-align: middle;}
td#rightcolumn div.blockTitle {padding: 2px; color: #000000; font-weight: bold; border-bottom:1px solid #DDDDDD; text-align: left;}
td#rightcolumn div.blockContent {padding: 2px; line-height: 120%; border-bottom:1px solid #DDDDDD;}



69
spankee
Re: content padding
  • 2006/3/9 4:26

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


I want the left and right colums to control the spacing between them and the content.
Something like...from this

td#leftcolumn {width: 170px; font-size: 90%; text-align: left; background-color: #FFFFFF; border-right:1px solid #DDDDDD;}
div#content {text-align: left; padding: 8px;}


To this

td#leftcolumn {width: 170px; font-size: 90%; text-align: left; background-color: #FFFFFF; border-right:1px solid #DDDDDD;margin_right: 10px;}
div#content {text-align: left; padding: 0px 0px 0px 0px;}


But when I make the change there is no spacing between the two.



70
spankee
content padding
  • 2006/3/9 3:34

  • spankee

  • Just popping in

  • Posts: 89

  • Since: 2005/11/13


Using the default theme how do I control the spacing between the right and left columns and the center column through td#leftcolumn and td#rightcolumn? Right now it is being controlled by padding in div#content.
Thanks




TopTop
« 1 ... 4 5 6 (7) 8 »



Login

Who's Online

158 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 158


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits