[css-d] CSS Two Levels Deep

2009-02-05 Thread Keith Kaiser
I have a scenerio as follows;

ul
liwhatever/li
ul
litabbed in 2 px or so/li
lisome more/li
/ul
limore/li
/ul


I want to control the amount the li items of the second ul are  
imbedded. The tabbed in 2px or so part is what I'm talking about.  
Can some some give me a clue how to do that?

Thanks..
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Background

2009-01-13 Thread Keith Kaiser
When setting the background in CSS can you set the image width at the  
same time?

Example;
background: #00ff00 url('smiley.gif width:50') no-repeat fixed center;

Or something like that anyway.

Thanks.

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Image in center of text wrap question.

2009-01-11 Thread Keith Kaiser
CSS Gurus,

Like many I'm trying to learn CSS so I can replace all use of tables  
with it. The following is what I want the final product to look like  
but instead of using tables I want to use CSS.

http://bsaroundtable.org/wrapxample.html

I would like to put text at places other than 0,90,180 and 270 degrees  
around an object too, say at 45 degrees etc.

Maybe this is one of those layouts that CSS just can't do very well,  
but if that is so please tell me that too. I've scoured the Internet  
for a solution but all the example put the image on the right border  
or the left border or the top... you get the idea. I want the image to  
be in the center and all the text (links) to be like you see.

Thanks in advance for putting up with some of us less talented coders.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] CSS on Firefox, Safari, IE

2009-01-07 Thread Keith Kaiser
Hi guys,

I'm not new to the list exactly, only under this eMail address, my  
previous one was suspended by gmail  for unknown and unexplained  
reasons.

Anyway I'm trying to rewrite one of my web sites and I'm having some  
problems getting one of the div's to behave in IE and Firefox the way  
I want it to. In Safari it looks great but in the other two it flies  
all over the place.
The experimental web site is http://bsaroundtable.org/NextGeneration/index.php 
, the div in question is named 'nextRT' it is the one that contains  
the information at the top (in the banner section) that tells when the  
next meeting will be. This web site is far from complete but this div  
is driving me nuts and I can't get my thoughts out of it long enough  
to work on the rest of the site. All I want the div to do is center  
itself nicely under the Roundtable.org words in green above it. Look  
at the page in Safari that is what I want.

Can someone please advise me on how to make it behave in Firefox and  
IE like it does in Safari?

Thanks in advance.
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Special how-to request

2008-04-11 Thread Keith Kaiser

On Apr 11, 2008, at 10:55 AM, David Laakso wrote:
 Keith Kaiser wrote:
 David,

 I got very desperate last night after I sent the request for help,  
 hence the progress I made when you saw it.

 I'm close now, real close. But in I.E. it looks like  (so what  
 else is new?) for  some reason the ticker itself has taken on a  
 multi-line appearance, any thoughts on that? It only looks that way  
 in I.E., in FireFox, Safari, and others it looks pretty good now.

 I wasn't quite sure where to put the * html #topMenu {height:7em;}  
 I'm guessing in the index.php at the top, but should it have the *  
 html part or just the #topMenu part. I'm doing my best to make  
 everything CSS but still learning a lot of this stuff.

 Thanks for stepping up and helping me out, I really do appreciate it.


 On Apr 11, 2008, at 12:45 AM, David Laakso wrote:
 Keith Kaiser wrote:

 The div id is topMenu the css is at 
 http://bsaroundtable.com/css/rtstyle.css 
please if you have a few minutes would you help me figure this  
 out.


 -- Keith






 re: http://bsaroundtable.com/


 For a lot of reasons, write below (not above) me /and/ Cc: the list  
 when replying.

 /Part/ of the difficulty may be that the file is in quirksmode.

 Delete this:

 html
 !--!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
 html xmlns=http://www.w3.org/1999/xhtml;--
 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN 
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd 
 






 Replace it with this:

 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 html xmlns=http://www.w3.org/1999/xhtml;
 head


This actually seems to mess things up more. It moves the ticker way  
over to the right side of the screen and nothing I do moves it back to  
where we want it.

I usually do CC the list but it bounced back last time, not sure why,  
but I did it again this time too.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Special how-to request

2008-04-11 Thread Keith Kaiser

On Apr 11, 2008, at 12:08 PM, David Laakso wrote:




 re: http://bsaroundtable.com/



 This actually seems to mess things up more. It moves the ticker way  
 over to the right side of the screen and nothing I do moves it back  
 to where we want it.




 Yes. I know. First things first. Please, delete this:



 html
 !--!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;
 html xmlns=http://www.w3.org/1999/xhtml;--
 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN 
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd 
 



 and replace it with this:

 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 html xmlns=http://www.w3.org/1999/xhtml;
 head

 And upload it to your host/server. We'll try to go from there once  
 that is done.












 -- 
 http://chelseacreekstudio.com/


OK, done.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Special how-to request

2008-04-11 Thread Keith Kaiser

On Apr 11, 2008, at 2:07 PM, David Laakso wrote:
 Keith Kaiser wrote:

 On Apr 11, 2008, at 12:08 PM, David Laakso wrote:




 re: http://bsaroundtable.com/




 OK, done.





 Good. The ticker is now functional in IE/7.

 Let's do the rest in stages as there are a lot of conflicting rule  
 sets going on and it will be less confusing for both.


 In style sheet rt.css this is not in use, so you may as well delete  
 it:

 #codeamber {
   margin-left: auto;
   margin-right: auto;
   padding-bottom:5px;
   padding-left: 5em;
   }

 In the same style sheet:
 Increase the min-height from 4 to 7em on this selector:
 #topMenu {
 min-height: 7em;
 }

 The style for the alert can be called from the CSS.
 In the markup, change this to:


 To this:

 !--/form--

 div id=amberalert
 script language=JavaScript1.2 src=http://www.codeamber.org/js/hcodea.js 
  type=text/javascript
 /script
 /span
  /div !-- end topMenu --
 /div !-- end navwrap --
 /form

 To this (cut  paste):
 !--/form--

 div id=amberalert
 script language=JavaScript1.2 src=http://www.codeamber.org/js/hcodea.js 
  type=text/javascript
 /script
 /span
  /div !-- end topMenu --
 /div !-- end navwrap --
 /form
















 -- 
 http://chelseacreekstudio.com/


I'm with you so far.. all things are changed, and I've uploaded.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Special how-to request

2008-04-11 Thread Keith Kaiser

On Apr 11, 2008, at 2:23 PM, David Laakso wrote:



 re: http://bsaroundtable.com/





 My mistake:


 This changes:

span class=searchspan
 input type=text name=q size=20 maxlength=50  
 style=BACKGROUND-COLOR: silver id=Text1 /
 input type=submit name=btnG value=Search  
 id=Submit1 /
/spanbr /
span class=searchspan
 input type=hidden name=domains  
 value=bsaroundtable.com id=Hidden1 /

 input type=radio name=sitesearch value= id=Radio1 /
 WWW
 span class=searchspan
  input type=radio name=sitesearch  
 value=bsaroundtable.com checked=checked /
  Roundtable
 /span
/span
   /form
  /h2
 /li

/ul
span id=amberalert style=position: absolute; left:80; top:35;
 SCRIPT LANGUAGE=JavaScript1.2 
 src=http://www.codeamber.org/js/hcodea.js 
 
 /script
/span
   /div !-- end topMenu --
  /div !-- end navwrap --





 To this (cut  paste):

 span class=searchspan
input type=text name=q size=20 maxlength=50  
 style=BACKGROUND-COLOR: silver id=Text1 /
input type=submit name=btnG value=Search id=Submit1 /
   /spanbr /
   span class=searchspan
input type=hidden name=domains value=bsaroundtable.com  
 id=Hidden1 /
input type=radio name=sitesearch value= id=Radio1 /

WWW
span class=searchspan
 input type=radio name=sitesearch  
 value=bsaroundtable.com checked=checked /
 Roundtable
/span
   /span
  /h2
 /li
/ul
 !--/form--

 div id=amberalert
 script language=JavaScript1.2 src=http://www.codeamber.org/js/hcodea.js 
  type=text/javascript
 /script
 /span
  /div !-- end topMenu --
 /div !-- end navwrap --
 /form



Done 
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Special how-to request

2008-04-11 Thread Keith Kaiser

On Apr 11, 2008, at 3:42 PM, David Laakso wrote:
 Keith Kaiser wrote:
 On Apr 11, 2008, at 2:23 PM, David Laakso wrote:

 re: http://bsaroundtable.com/




 Delete this:

 !-- This stuff below (conditional processing for IE) is needed to  
 make
  the menus work when the browser is Microsloth, once version 7 comes  
 out
it may not be necessary anymore.   
 --
 !--[if IE]
 style type=text/css media=screen
 #topMenu ul li {float: left; width: 100%;}
 #topMenu {height:5em;}
 /style
 ![endif]--

 !--[if lt IE 7]
 style type=text/css media=screen
 body {
 behavior: url(css/csshover.htc);
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 }

 #topMenu {height:5em;}

 #topMenu ul li a {height: 1%;}
 #topMenu a, #topMenu h2 {
 font: bold 0.9em/1.2em Trebuchet MS, Arial, Helvetica, sans-serif;
 }
 /style
 ![endif]--


 And relpace it with this:

 !--[if lt IE 7]
 style type=text/css media=screen
 body {
 behavior: url(css/csshover.htc);
 font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 }

 #topMenu ul li {float: left; width: 100%;}
 #topMenu {height:7em;}
 #topMenu ul li a {height: 1%;} #topMenu a, #topMenu h2 {
 font: bold 0.9em/1.2em Trebuchet MS, Arial, Helvetica, sans-serif;
 }
 /style
 ![endif]--


 Tweak #topMenu {height:7em;}
 in the above conditional comment as you see fit for IE6/.

 Tweak the min-height of selector #topMenu
 in the rt.css style sheet for compliant browsers and IE/7.



 Add this to your rt.css style sheet to position the alert (changing  
 it from the locked inline absolute positioning it had, to a float  
 called from the CSS makes it easier to position and maintain).
 Overflow:hidden combined with the height:1.5em; is what keeps it  
 from being totally goofy in IE/6 (and does not adversely effect IE/7  
 or compliant browsers...

 #amberalert{
 float:left; clear:both; margin-left:40px; overflow:hidden; height: 
 1.5em;}


 I'll let you, The Boy Scouts of America, and the Web decide what to  
 do about the proprietary code preventing your markup from validating.

 hth.








O! That's not looking too bad now.
What proprietary code is that?

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Special how-to request

2008-04-10 Thread Keith Kaiser
For the last several years I've been running a Code Amber Alert ticker  
on my Boy Scout related web site at; http://bsaroundtable.com the  
problem is I really need to move the ticker.

I took a poll of my readers they want me to keep the ticker, the best  
place for it would be under the menu in the green section of the page.  
I've been trying to find a way to put it there (on and off) for over a  
year, could one of you guys who really knows this stuff help me move  
that JavaScript based ticker to this div?

The div id is topMenu the css is at http://bsaroundtable.com/css/rtstyle.css 
  please if you have a few minutes would you help me figure this out.

Thanks in advance for any advise.

YIS/YIV
-- Keith
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Extra border lines from ??

2008-02-29 Thread Keith Kaiser
Chris/David

That seems to have been it. By commenting out the line; border-top:  
1px solid #4AF4FE; I even cleaned up the overall look of the page.  
Please take a look and make any additional recommendations you might  
have, but I'll feel free to ignore them . lol

But thank you both for the help, I must have looked at that a thousand  
times and not see the problem.



On Feb 29, 2008, at 2:18 PM, David Hucklesby wrote:

 On Fri, 29 Feb 2008 12:43:41 -0600, Keith Kaiser wrote:
 On http://nearspaceventures.com/gpsl2008, in the left column under  
 'Scheduled to
 Present' please notice that there are two lines of different  
 lengths. I'm not real sure
 if those are border lines on the top of an element or the bottom.  
 Either way I can't
 figure out where they are coming from. Can someone please help me?

 The longer line comes from the border-top on li.tableheader; the  
 shorter
 line is the border-top on the nested li.

 Cordially,
 David
 --


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Simple issue of image not showing

2008-01-10 Thread Keith Kaiser
In FireFox and Safari everything appears OK but in IE the banner image is
not showing up. Please have a look at; bsaroundtable.com I know this is a
simple problem but 4 hours later I'm getting a bit desperate for a solution.

Thanks guys.

-- 
YIS/YIV/73's!
Keith D Kaiser
nearspaceventures.com
bsaroundtable.com
kaiserklan.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Visibility of a Div

2008-01-03 Thread Keith Kaiser
Please visit http://nearspaceventures.com/gpsl2008 using FireFox or Safari
or most any browser except Internet Explorer. You will see a weather banner
on the front page in a DIV called wxBanner. In most browsers is looks
pretty much the way I want it to look but in I.E. it doesn't show up on
screen at all. I've tried about 100 different things but have not stumbled
on the correct solution yet, can someone please help me with this?
Thanks...

p.s.
Unfortunately this is not a perfect CSS page but it is a work in progress.
-- 
YIS/YIV/73's!
Keith D Kaiser
nearspaceventures.com
bsaroundtable.com
kaiserklan.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Site check needed...

2007-11-29 Thread Keith Kaiser
Please visit http://bsaroundtable.com/index2.php and give me your honest
opinions. The CSS of importance here is at;
http://bsaroundtable.com/css/rtstyle2.css

Be sure to click through several of the left menu items, the most
problematic for me was the 'Cub Scut, Boy Scout  Venturing' item, making it
fit was a problem.

Please give me specific ideas how to improve the layout, don't just say make
the center column bigger, tell me how.

Thanks to all...

-- 
YIS/YIV/73's!
Keith D Kaiser
nearspaceventures.com
bsaroundtable.com
kaiserklan.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Complex image and text placement with CSS questions?

2007-06-11 Thread Keith Kaiser
I would like to place text within a border made up of individual images,
notice how the text surrounds the images, as this one done with tables;

http://bsaroundtable.com/scoutprints/index.html

Here is what I have so far;

http://bsaroundtable.com/scoutprints/newindex.html

But I want it to be;
  1) Fluid with a minimum width equal to 5 or 6 of the images
  2) I want the enlarged image to always be on the screen, right now the
right most images display too far to the right to be seen on small monitors.


Does anyone have an example of how to do this?

Thanks.

-- 
YIS/YIV/73's!
Keith D Kaiser
nearspaceventures.com
bsaroundtable.com
kaiserklan.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Site Check Please

2006-03-24 Thread Keith Kaiser
I want to send out a big how how to all the people who offered
advise, sent code pieces, or just looked at my site;
http://kaiserklan.com/roundtable I still have a bug or two but its
come a long way thanks to all the support out there.

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Site check please...

2006-03-23 Thread Keith Kaiser
OK! It's done. I've checked it in Safari (developed on OSX), on
FireFox and in Linux, but not on Win IE, so please be kind if you find
a problem. This is a 100% CSS site with just enough .PHP to switch
pages, a complete rewrite from a very table oriented web page.
This is a completely volunteer project and I've spent hundreds of
hours over the years keeping this site up to date and rel event, so
help me out by taking a look and giving me some feedback.

http://kaiserklan.com/roundtable

Thanks in advance...

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Z-INDEX Problems in IE

2006-03-15 Thread Keith Kaiser
My drop down menus appear just fine in everything but IE. In IE they
look OK until you try to select one of the items below the DIV they
appear in. I have the Z-INDEX set to 1 for IE and 500 for everything
else, anything less than 1 for example -1 they don't appear at all.

Please look at kaiserklan.com/roundtable any feedback would be greatly
appreciated.

Thanks..
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Menu Position in FireFox OK... IE Not so much

2006-03-07 Thread Keith Kaiser
Please visit http://kaiserklan.com/roundtable/indexcss.php with
FireFox or Safari it is very close to what I'm looking for with the
exception of the horizontal menu under the banner not being wide
enough to hold the search engine. But in IE (of course) it looks like
sh... well you know, can anyone see an easy way for me to bring that
horizontal menu back where it belongs?

I can't offer a merit badge but I can offer a big How How to anyone
who can help.

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] CSS List Menu Options

2006-02-20 Thread Keith Kaiser
At kaiserklan.com/roundtable/indexxml.html is a mock-up of the pages
I'm working on. I would like the left side menu to stay 100% CSS (if
possible) but I want to be able to have just one front page and use
XMLHttpRequest() to replace the tan part of the page depending on the
menu selection. This page is hard coded to use this technique for the
main (home) page, however I would like each menu item to have a value
that can be picked up by the JavaScript to display the requested page.

For example the tan part of this screen is actually a text file called
main.txt, the Bonus Programs page is bonus.txt, Three Programs is
three.txt, the problem is I can't figure out a way to put this ul/li
css menu into a form where I can call the clicked items value to pass
to the script to call the next text file. What I need is something
like this
ul
  li id=three value=menu.txtBonus Programs
  li id=four value=three.txtThree Programs
  li etc.
/ul

Two things (maybe more) occur to me, one I'm approaching this
completely wrong and every one of those items needs to be a complete
page including banner, menus etc. or two I just don't know what I'm
doing. Please can someone shed some light on how to do this?

Thanks.

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Image -- text -- image

2006-01-19 Thread Keith Kaiser
I want to put text between two images,

.
div id=wrapper
  img src=. width= 
Some kind of text herebr
with a a href=  too
  img src=. width= 
/div


I would like it to be fluid so that spacing happens by default and the
entire thing is already in my main content div set. It would be best if
wrapper were set to something like 80% or if necessary I can set it to a
fixed px size, each image has a width and height of 125, it would be really
great if the text was centered up and down and side to side between the
images.
Can someone help me on this, 3 1/2 hours working on it alone is long enough.
I'm trying hard not to use any tables, which would make this very easy.

Thanks.

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Example of multi-page design needed

2006-01-18 Thread Keith Kaiser
I'm redesigning a very long page that requires a lot of scrolling. I'd like
to replace it with a 100% CSS design that has a banner across the top and a
menu along the left side. Each item selected simply appears in the space to
it's right. Does any one know of a good example I could go take a look at,
something that looks like it was made with frames or tables but is pure CSS?

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Obviously Misguided

2006-01-13 Thread Keith Kaiser
kaiserklan.com/roundtable/index2.html is my attempt to rewrite my 10
year effort to help the Boy Scouts. But I'm in pretty desperate shape,
it's just not coming together the way I would like, here are my
guidelines.
1) I want it to look similar to http://www.northernstarbsa.org/
2) NO tables, only CSS
3) When you click one of the left side menu items the main page should
hide the current DIV and display the new one.

If you bring the page up, for some reason all the DIVs show, only the
DIV d1 should show on first load. It's a mess folks please send any
and all helpful thoughts, I'm going to put a long list of who helped
me with this in the page when its done.

The CSS is at kaiserklan.com/roundtable/css/rtstyle2.css, there is
very little JavaScript involved by its in js/servicescripts.js if you
need to see that. Most of the content is still to come, but if you
have any interest in the current page its at
kaiserklan.com/roundtable.

Please help me out in any little way you can, if you are the expert on
menus please help me with my menus if you are great on layout design,
give me some ideas there if you can help my functionality... oh please
tell me how to fix that.

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Put it at the bottom

2006-01-11 Thread Keith Kaiser
I'm rewriting a page and trying to do it all in CSS, so I'm trying to learn
how this is done, but I'm really struggling with putting things at the
bottom of the page, if you would please look at
kaiserklan.com/roundtable/index2.html you'll see what I mean.

The Google search routine in the div class=search is my problem of the
moment, I put the rest of the page in a div class=all tag but that
didn't help, would someone have the time to take a look-see and tell me what
I need to do? The CSS is at kaiserklan.com/roundtable/css/rtstyle2.css.

The div id=d1 will come and go being replaced by d2, d3, d4..etc, so the
length of the class=topContent will vary but the search should stay on the
bottom.

Thanks in advance

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] css Failure in IE

2006-01-06 Thread Keith Kaiser
No one laugh I just discovered that the CSS for my web site
http://kaiserklan.com/roundtable does not work in I.E. It works great in
Safari and in FireFox it just never accrued to me it wouldn't work in IE.
Please if you have a minute take a look and show me the error of my way.

--
YIS/YIV
Keith D Kaiser -- Venturing Roundtable Commissioner
kaiserklan.com
kaiserklan.com/roundtable
kaiserklan.com/wa0tjt
[EMAIL PROTECTED]
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/