473,799 Members | 3,072 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Div Vertical Align and span

34 New Member
I am trying to vertically align the text to the bottom of my divider. Right now, the text is aligned to the top

I am also trying to make the divider 100% of the cell width so it looks nice but i can't get it to work and it always stays on the left side.

Expand|Select|Wrap|Line Numbers
  1.  
  2. .ddsmoothmenu{
  3. /*font: bold 12px Verdana;*/
  4. font: 12px Verdana;
  5. background: #414141; /*background of menu bar (default state)*/
  6. width: 100%;
  7. }
  8.  
  9. .ddsmoothmenu ul{
  10. z-index:100;
  11. margin: 0;
  12. padding: 0;
  13. list-style-type: none;
  14. }
  15.  
  16. /*Top level list items*/
  17. .ddsmoothmenu ul li{
  18. position: relative;
  19. display: inline;
  20. float: left;
  21. }
  22.  
  23. /*Top level menu link items style*/
  24. .ddsmoothmenu ul li a{
  25. display: block;
  26. background: #414141; /*background of menu items (default state)*/
  27. color: white;
  28. /*padding: 8px 10px;*/
  29. padding: 4px 10px;
  30. border-right: 1px solid #778;
  31. color: #2d2b2b;
  32. text-decoration: none;
  33. }
  34.  
  35. /*1st sub level menu*/
  36. .ddsmoothmenu ul li ul{
  37. position: absolute;
  38. left: 0;
  39. display: none; /*collapse all sub menus to begin with*/
  40. visibility: hidden;
  41. }
  42.  
  43. /*Sub level menu list items (undo style from Top level List Items)*/
  44. .ddsmoothmenu ul li ul li{
  45. display: list-item;
  46. float: none;
  47. }
  48.  
  49. /*All subsequent sub menu levels vertical offset after 1st level sub menu */
  50. .ddsmoothmenu ul li ul li ul{
  51. top: 0;
  52. }
  53.  
  54. /* Sub level menu links style */
  55. .ddsmoothmenu ul li ul li a{
  56. font: normal 11px Verdana;
  57. width: 180px; /*width of sub menus*/
  58. padding: 5px;
  59. margin: 0;
  60. border-top-width: 0;
  61. border-bottom: 1px solid gray;
  62.  
  63.  
  64.  
Oct 29 '10 #1
3 7190
oranoos3000
107 New Member
hi

would you please attach html that you want to use this css for it
Oct 30 '10 #2
damicomj
34 New Member
HTML:

Expand|Select|Wrap|Line Numbers
  1. <html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  5. <title>Facilities Furniture Catalog</title>
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  8. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  10.  
  11. <link rel="stylesheet" type="text/css" href="menu/ddsmoothmenu.css" />
  12. <link rel="stylesheet" type="text/css" href="menu/ddsmoothmenu-v.css" />
  13.  
  14. <script type="text/javascript" 
  15.  
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  17. <script type="text/javascript" src="menu/ddsmoothmenu.js">
  18.  
  19. /***********************************************
  20. * Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
  21. * This notice MUST stay intact for legal use
  22. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  23. ***********************************************/
  24.  
  25. </script>
  26.  
  27. <script type="text/javascript">
  28.  
  29. ddsmoothmenu.init({
  30.     mainmenuid: "smoothmenu1", //menu DIV id
  31.     orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
  32.     classname: 'ddsmoothmenu', //class added to menu's outer DIV
  33.     customtheme: ["#0070b2", "#18374a"],
  34.     contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
  35. })
  36.  
  37. </script>
  38.  
  39. </head>
  40.  
  41. <body bgcolor="#D6D7D9" link="#000000" vlink="#000000" alink="#000000" topmargin="5" leftmargin="3" rightmargin="0" bottommargin="0">
  42.  
  43. <div align="center">
  44.  
  45. <table border="0" width="990" id="table1" cellspacing="0" cellpadding="0">
  46.     <tr>
  47.         <td bordercolor="#000000" style="border-style: solid; border-width: 1px">
  48.         <p align="center">
  49.         <img border="0" src="images/title.jpg" width="990" height="100"></td>
  50.     </tr>
  51.     <tr>
  52.         <td style="border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px; border-bottom-style:solid" bordercolor="#000000">
  53. <div id="smoothmenu1" class="ddsmoothmenu"><!--style="width: 990; height: 14px;"-->
  54. <ul>
  55. <li><a href="#">Director's Suite</a>
  56.   <ul>
  57.   <li><a href="#">Office Furniture</a>
  58.     <ul>
  59.           <li><a href="#">Modular</a></li>
  60.           <li><a href="#">Freestanding Traditional</a></li>
  61.       </ul>
  62.   </li>
  63.   <li><a href="#">Lounge Furniture</a>
  64.       <ul>
  65.           <li><a href="#">Teknion</a></li>
  66.       </ul>
  67.   </li>
  68.   </ul>
  69. </li>
  70. <li><a href="#">Supervisory /<br>Managerial</a>
  71.   <ul>
  72.   <li><a href="#">Private Office 225 SQFT</a></li>
  73.   <li><a href="#">Private Office 175 SQFT</a></li>
  74.   <li><a href="#">Private Office 150 SQFT</a></li>
  75.   </ul>
  76. </li>
  77. <li><a href="#">Non-Supervisory /<br>Adjudication</a>
  78.   <ul>
  79.   <li><a href="#">Reception Open Office Area</a></li>
  80.   <li><a href="#">Open Office 8' x 10'</a></li>
  81.   <li><a href="#">Open Office 8' x 8'</a></li>
  82.   <li><a href="#">Open Office 8' x 6'</a></li>
  83.   </ul>
  84. </li>
  85. <li><a href="#">Waiting Room</a>
  86.   <ul>
  87.   <li><a href="#">Arconas Seating</a></li>
  88.   </ul>
  89. </li>
  90. <li><a href="#">File Room<br>Shelving</a></li>
  91. <li><a href="#">Chairs</a>
  92.   <ul>
  93.   <li><a href="#">Mirror Task Seating</a></li>
  94.   <li><a href="#">Caper</a></li>
  95.   </ul>
  96. </li>
  97. <li><a href="#">Lounge<br>Furniture</a></li>
  98. <li><a href="#">Lateral File</a></li>
  99. </ul>
  100. <br style="clear: left" />
  101. </div>
  102. </td>
  103.     </tr>
  104.     <tr>
  105.         <td bordercolor = "#000000" height="608" style="padding: 0; border-left-style:solid; border-left-width:1px; border-right-style:solid; border-right-width:1px; border-top-width:1px; border-bottom-style:solid; border-bottom-width:1px; text-align:center">
  106.         <p align="center">
  107.         <iframe name="I1" src="../Frames/BPAmain.asp" height="100%" width="100%" style="padding: 0" marginwidth="1" marginheight="1" align="left" border="0" frameborder="0">
  108.         Your browser does not support inline frames or is currently configured not to display inline frames.
  109.         </iframe></td>
  110.     </tr>
  111.     <tr>
  112.         <td height="32" style="padding: 0">
  113.         <p align="center"><font face="Verdana">
  114.         <a style="font-family: Verdana; text-decoration: underline; color: #000000" href="http://bytes.com/topic/html-css/default.asp">
  115.         <font size="2">Facilities Homepage</font></a><font size="2"> </font></font>
  116.         <font size="2"><font face="Times New Roman">
  117.         •</font><font face="Verdana">
  118.         <a href="#">Ordering Reference Guide</a> </font>
  119.         <font face="Times New Roman">
  120.         •</font></font><font size="2" face="Verdana">
  121.         <a style="text-decoration: underline; font-family: Verdana" href="mailto:USCIS-FSC-Facilities@dhs.gov?subject=Facilities Furniture Catalog Inquiry">
  122.         Contact</a></font></td>
  123.     </tr>
  124. </table>
  125.  
  126. </div>
  127.  
  128. </body>
  129.  
  130. </html>
  131.  
ddsmoothmenu.cs s

Expand|Select|Wrap|Line Numbers
  1. .ddsmoothmenu{
  2. /*font: bold 12px Verdana;*/
  3. font: bold 12px Verdana;
  4. background: #414141; /*background of menu bar (default state)*/
  5. width: 100%;
  6. }
  7.  
  8. .ddsmoothmenu ul{
  9. z-index:100;
  10. margin: 0;
  11. padding: 0;
  12. list-style-type: none;
  13. }
  14.  
  15. /*Top level list items*/
  16. .ddsmoothmenu ul li{
  17. position: relative;
  18. display: inline;
  19. float: left;
  20. }
  21.  
  22. /*Top level menu link items style*/
  23. .ddsmoothmenu ul li a{
  24. display: block;
  25. background: #414141; /*background of menu items (default state)*/
  26. color: white;
  27. /*padding: 8px 10px;*/
  28. padding: 4px 10px;
  29. border-right: 1px solid silver;
  30. color: #2d2b2b;
  31. text-decoration: none;
  32. }
  33.  
  34. * html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
  35. display: inline-block;
  36. }
  37.  
  38. .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
  39. color: white;
  40. }
  41.  
  42. .ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
  43. background: black; 
  44. color: white;
  45. }
  46.  
  47. .ddsmoothmenu ul li a:hover{
  48. background: black; /*background of menu items during onmouseover (hover state)*/
  49. color: white;
  50. }
  51.  
  52. /*1st sub level menu*/
  53. .ddsmoothmenu ul li ul{
  54. position: absolute;
  55. left: 0;
  56. display: none; /*collapse all sub menus to begin with*/
  57. visibility: hidden;
  58. }
  59.  
  60. /*Sub level menu list items (undo style from Top level List Items)*/
  61. .ddsmoothmenu ul li ul li{
  62. display: list-item;
  63. float: none;
  64. }
  65.  
  66. /*All subsequent sub menu levels vertical offset after 1st level sub menu */
  67. .ddsmoothmenu ul li ul li ul{
  68. top: 0;
  69. }
  70.  
  71. /* Sub level menu links style */
  72. .ddsmoothmenu ul li ul li a{
  73. font: normal 11px Verdana;
  74. width: 180px; /*width of sub menus*/
  75. padding: 5px;
  76. margin: 0;
  77. border-top-width: 0;
  78. border-bottom: 1px solid gray;
  79. }
  80.  
  81. /* Holly Hack for IE \*/
  82. * html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
  83.  
  84.  
  85. /* ######### CSS classes applied to down and right arrow images  ######### */
  86.  
  87. .downarrowclass{
  88. position: absolute;
  89. top: 12px;
  90. right: 7px;
  91. }
  92.  
  93. .rightarrowclass{
  94. position: absolute;
  95. top: 6px;
  96. right: 5px;
  97. }
  98.  
  99. /* ######### CSS for shadow added to sub menus  ######### */
  100.  
  101. .ddshadow{
  102. position: absolute;
  103. left: 0;
  104. top: 0;
  105. width: 0;
  106. height: 0;
  107. background: silver;
  108. }
  109.  
  110. .toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
  111. opacity: 0.8;
  112. }
  113.  

ddsmoothmenu.js
Expand|Select|Wrap|Line Numbers
  1. //** Smooth Navigational Menu- By Dynamic Drive DHTML code library: http://www.dynamicdrive.com
  2. //** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/
  3. //** Menu created: Nov 12, 2008
  4.  
  5. //** Dec 12th, 08" (v1.01): Fixed Shadow issue when multiple LIs within the same UL (level) contain sub menus: http://www.dynamicdrive.com/forums/showthread.php?t=39177&highlight=smooth
  6.  
  7. //** Feb 11th, 09" (v1.02): The currently active main menu item (LI A) now gets a CSS class of ".selected", including sub menu items.
  8.  
  9. //** May 1st, 09" (v1.3):
  10. //** 1) Now supports vertical (side bar) menu mode- set "orientation" to 'v'
  11. //** 2) In IE6, shadows are now always disabled
  12.  
  13. //** July 27th, 09" (v1.31): Fixed bug so shadows can be disabled if desired.
  14. //** Feb 2nd, 10" (v1.4): Adds ability to specify delay before sub menus appear and disappear, respectively. See showhidedelay variable below
  15.  
  16. var ddsmoothmenu={
  17.  
  18. //Specify full URL to down and right arrow images (23 is padding-right added to top level LIs with drop downs):
  19. arrowimages: {down:['downarrowclass', 'http://fsc.uscis.dhs.gov/FAC/Furniture/menu/down.gif', 23], right:['rightarrowclass', 'http://fsc.uscis.dhs.gov/FAC/Furniture/menu/right.gif']},
  20. transition: {overtime:300, outtime:300}, //duration of slide in/ out animation, in milliseconds
  21. shadow: {enable:false, offsetx:5, offsety:5}, //enable shadow?
  22. showhidedelay: {showdelay: 100, hidedelay: 200}, //set delay in milliseconds before sub menus appear and disappear, respectively
  23.  
  24. ///////Stop configuring beyond here///////////////////////////
  25.  
  26. detectwebkit: navigator.userAgent.toLowerCase().indexOf("applewebkit")!=-1, //detect WebKit browsers (Safari, Chrome etc)
  27. detectie6: document.all && !window.XMLHttpRequest,
  28.  
  29. getajaxmenu:function($, setting){ //function to fetch external page containing the panel DIVs
  30.     var $menucontainer=$('#'+setting.contentsource[0]) //reference empty div on page that will hold menu
  31.     $menucontainer.html("Loading Menu...")
  32.     $.ajax({
  33.         url: setting.contentsource[1], //path to external menu file
  34.         async: true,
  35.         error:function(ajaxrequest){
  36.             $menucontainer.html('Error fetching content. Server Response: '+ajaxrequest.responseText)
  37.         },
  38.         success:function(content){
  39.             $menucontainer.html(content)
  40.             ddsmoothmenu.buildmenu($, setting)
  41.         }
  42.     })
  43. },
  44.  
  45.  
  46. buildmenu:function($, setting){
  47.     var smoothmenu=ddsmoothmenu
  48.     var $mainmenu=$("#"+setting.mainmenuid+">ul") //reference main menu UL
  49.     $mainmenu.parent().get(0).className=setting.classname || "ddsmoothmenu"
  50.     var $headers=$mainmenu.find("ul").parent()
  51.     $headers.hover(
  52.         function(e){
  53.             $(this).children('a:eq(0)').addClass('selected')
  54.         },
  55.         function(e){
  56.             $(this).children('a:eq(0)').removeClass('selected')
  57.         }
  58.     )
  59.     $headers.each(function(i){ //loop through each LI header
  60.         var $curobj=$(this).css({zIndex: 100-i}) //reference current LI header
  61.         var $subul=$(this).find('ul:eq(0)').css({display:'block'})
  62.         $subul.data('timers', {})
  63.         this._dimensions={w:this.offsetWidth, h:this.offsetHeight, subulw:$subul.outerWidth(), subulh:$subul.outerHeight()}
  64.         this.istopheader=$curobj.parents("ul").length==1? true : false //is top level header?
  65.         $subul.css({top:this.istopheader && setting.orientation!='v'? this._dimensions.h+"px" : 0})
  66.         $curobj.children("a:eq(0)").css(this.istopheader? {paddingRight: smoothmenu.arrowimages.down[2]} : {}).append( //add arrow images
  67.             '<img src="'+ (this.istopheader && setting.orientation!='v'? smoothmenu.arrowimages.down[1] : smoothmenu.arrowimages.right[1])
  68.             +'" class="' + (this.istopheader && setting.orientation!='v'? smoothmenu.arrowimages.down[0] : smoothmenu.arrowimages.right[0])
  69.             + '" style="border:0;" />'
  70.         )
  71.         if (smoothmenu.shadow.enable){
  72.             this._shadowoffset={x:(this.istopheader?$subul.offset().left+smoothmenu.shadow.offsetx : this._dimensions.w), y:(this.istopheader? $subul.offset().top+smoothmenu.shadow.offsety : $curobj.position().top)} //store this shadow's offsets
  73.             if (this.istopheader)
  74.                 $parentshadow=$(document.body)
  75.             else{
  76.                 var $parentLi=$curobj.parents("li:eq(0)")
  77.                 $parentshadow=$parentLi.get(0).$shadow
  78.             }
  79.             this.$shadow=$('<div class="ddshadow'+(this.istopheader? ' toplevelshadow' : '')+'"></div>').prependTo($parentshadow).css({left:this._shadowoffset.x+'px', top:this._shadowoffset.y+'px'})  //insert shadow DIV and set it to parent node for the next shadow div
  80.         }
  81.         $curobj.hover(
  82.             function(e){
  83.                 var $targetul=$subul //reference UL to reveal
  84.                 var header=$curobj.get(0) //reference header LI as DOM object
  85.                 clearTimeout($targetul.data('timers').hidetimer)
  86.                 $targetul.data('timers').showtimer=setTimeout(function(){
  87.                     header._offsets={left:$curobj.offset().left, top:$curobj.offset().top}
  88.                     var menuleft=header.istopheader && setting.orientation!='v'? 0 : header._dimensions.w
  89.                     menuleft=(header._offsets.left+menuleft+header._dimensions.subulw>$(window).width())? (header.istopheader && setting.orientation!='v'? -header._dimensions.subulw+header._dimensions.w : -header._dimensions.w) : menuleft //calculate this sub menu's offsets from its parent
  90.                     if ($targetul.queue().length<=1){ //if 1 or less queued animations
  91.                         $targetul.css({left:menuleft+"px", width:header._dimensions.subulw+'px'}).animate({height:'show',opacity:'show'}, ddsmoothmenu.transition.overtime)
  92.                         if (smoothmenu.shadow.enable){
  93.                             var shadowleft=header.istopheader? $targetul.offset().left+ddsmoothmenu.shadow.offsetx : menuleft
  94.                             var shadowtop=header.istopheader?$targetul.offset().top+smoothmenu.shadow.offsety : header._shadowoffset.y
  95.                             if (!header.istopheader && ddsmoothmenu.detectwebkit){ //in WebKit browsers, restore shadow's opacity to full
  96.                                 header.$shadow.css({opacity:1})
  97.                             }
  98.                             header.$shadow.css({overflow:'', width:header._dimensions.subulw+'px', left:shadowleft+'px', top:shadowtop+'px'}).animate({height:header._dimensions.subulh+'px'}, ddsmoothmenu.transition.overtime)
  99.                         }
  100.                     }
  101.                 }, ddsmoothmenu.showhidedelay.showdelay)
  102.             },
  103.             function(e){
  104.                 var $targetul=$subul
  105.                 var header=$curobj.get(0)
  106.                 clearTimeout($targetul.data('timers').showtimer)
  107.                 $targetul.data('timers').hidetimer=setTimeout(function(){
  108.                     $targetul.animate({height:'hide', opacity:'hide'}, ddsmoothmenu.transition.outtime)
  109.                     if (smoothmenu.shadow.enable){
  110.                         if (ddsmoothmenu.detectwebkit){ //in WebKit browsers, set first child shadow's opacity to 0, as "overflow:hidden" doesn't work in them
  111.                             header.$shadow.children('div:eq(0)').css({opacity:0})
  112.                         }
  113.                         header.$shadow.css({overflow:'hidden'}).animate({height:0}, ddsmoothmenu.transition.outtime)
  114.                     }
  115.                 }, ddsmoothmenu.showhidedelay.hidedelay)
  116.             }
  117.         ) //end hover
  118.     }) //end $headers.each()
  119.     $mainmenu.find("ul").css({display:'none', visibility:'visible'})
  120. },
  121.  
  122. init:function(setting){
  123.     if (typeof setting.customtheme=="object" && setting.customtheme.length==2){ //override default menu colors (default/hover) with custom set?
  124.         var mainmenuid='#'+setting.mainmenuid
  125.         var mainselector=(setting.orientation=="v")? mainmenuid : mainmenuid+', '+mainmenuid
  126.         document.write('<style type="text/css">\n'
  127.             +mainselector+' ul li a {background:'+setting.customtheme[0]+';}\n'
  128.             +mainmenuid+' ul li a:hover {background:'+setting.customtheme[1]+';}\n'
  129.         +'</style>')
  130.     }
  131.     this.shadow.enable=(document.all && !window.XMLHttpRequest)? false : this.shadow.enable //in IE6, always disable shadow
  132.     jQuery(document).ready(function($){ //ajax menu?
  133.         if (typeof setting.contentsource=="object"){ //if external ajax menu
  134.             ddsmoothmenu.getajaxmenu($, setting)
  135.         }
  136.         else{ //else if markup menu
  137.             ddsmoothmenu.buildmenu($, setting)
  138.         }
  139.     })
  140. }
  141.  
  142. } //end ddsmoothmenu variable
  143.  
  144.  
Nov 1 '10 #3
drhowarddrfine
7,435 Recognized Expert Expert
Lines 7-9 of your html are in the wrong position. Delete line 1 and put them there.

Change 'charset=window s-1252' to 'charset=utf-8'

None of this fixes the problem but the first is an error and the second is 21st century.
Nov 1 '10 #4

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

Similar topics

3
12439
by: kAldam | last post by:
I am currently using IE 6.0 and 5.5 and the scenario is the following. I have a span that contains text, and the span is beign contained by a table cell (this is the way thing need to be in my application). I have an issue when the span has a heigth less than 18px (meaning height of the span, there is only one line of text and the height of the text is less than 18). The issue is that I start getting a padding, I add a color background to...
10
66050
by: Markus Ernst | last post by:
Hi I have a strange problem with vertical-align. The case can be viewed at http://www.brainput.info/geschichte.html. HTML code: <div id="bild"><img src="geschichte.gif" width="274" height="29" alt="Wir schreiben die Geschichte Ihres Unternehmens."></div>
2
6181
by: Felipe Gasper | last post by:
I'm trying to make some "sub-cells" in an HTML table and to control their positioning and content presentation via CSS. In the table at the following URL: https://fshn3152.foods.uiuc.edu/~fgasper/erf.html what I'm immediately trying to do is vertically position the text and checkboxes in all four "Statement Date" sub-cells (created with <span> elements).
2
19413
by: Kay | last post by:
Hello, I have a asp lable control, which I use to display text in, I would like to have the text display aligned in the center and vertical alignment left however when I add the following style to the lable it does not work <asp:label id="lblBanner" style="text-aligh:left;vertical-align:middle;" runat="server" Width="100%" ></asp:label> could someone please tell me how to display the text valign middle and text
2
12143
by: Eric Lindsay | last post by:
If I want to have the middle of an image vertically aligned with the middle of a heading (or several lines of heading), is there some particular way people would recommend? vertical-align: center looked made for that. The effect I want is img heading img heading img heading or heading
4
2260
by: shivas | last post by:
Hi, I am using vertical-align for a table row, but the Image and the text are not aligned properly. I don't what to align image in the img tag, rather in the row itself I want to align. I want to align both text and the image (some time appended in the same cell) in the top. Can anyone help me in this? --
3
4423
by: acunnon | last post by:
I am trying to put together an login page my problem is getting the three items aligned to the middle verticaly without specifing a height to anything on the page. CSS html{ height:100%; min-height:100%; } body{ vertical-align:middle;
2
15570
by: esteuart | last post by:
I need to get the right combination for a div to clip any text inside and allow vertical alignment. I only have this problem in FireFox. I have 3 divs nested within each other. The outer div has display of table, the first inner div has display of table-cell and the inner-most div has the text. The outer div has a set width and height. So here's the problem: Without the inner divs having a width and height set, the overflow:hidden doesn't...
40
5507
by: maya | last post by:
hi, how do I get text to vertical-align inside a div? http://www.mayacove.com/misc/home.html vertical-align should work, according to this: http://htmlhelp.com/reference/css/text/vertical-align.html
8
27110
by: Patrick | last post by:
Hello, I'm trying to align a text vertically in a link displayed as a block. But the text is always at top. Is there a solution? Your advices are welcome. Here is a test page: <html>
0
9687
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9541
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
10484
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9072
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
7565
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
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5463
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...
1
4141
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
2
3759
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.