Re: Remove link frame around picture in Datagrid Programming Web Development by Zinavo_1 To remove the link frame around a picture in a DataGrid, you can set the BorderStyle property of the ImageColumn to None or use CSS to remove the border around the image. Re: How To Send MYSQL Data To An Email Programming Web Development by Biiim Here's the code I've been using for about 15 years now - but a bit more simplified: function dbConnect($type = ''){ $conn = mysqli_connect( DBHOST, DBUSER, DBPASS, DBDB); if (!$conn) { echo "Error: Unable to connect to MySQL." . PHP_EOL; echo "Debugging errno: " . mysqli_connect_errno() . … border tag not working in firefox Digital Media UI / UX Design by hwoarang69 border:2px solid red; -moz-border-radius: 5px; trying to make a boarder in css. it works fine in google chrome but it doesnt work in firework any ideas?? also this dont work in firefox background:-moz-linear-gradient( center top, #b1b7b6 56%, #CCC 100% ); Re: border layout Programming Software Development by JamesCherrill Border layout is OK to get started, but if you're … Re: border tag not working in firefox Digital Media UI / UX Design by GarryHillton IE and Safari support the border attribute directly on TABLE elements which used for external and internal borders. FireFox does not, but you can use standard CSS to fix it. TABLE {border: 1px solid #eee;} TABLE TD {border: 1px solid #eee;} Regards, Re: border tag not working in firefox Digital Media UI / UX Design by niranga Just use, border:2px solid red; border-radius: 5px; border-width Size? Programming Web Development by dev.cplusplus border-style: solid; border-width: 5px } #two { border-style: solid; border-width: thick } #three { border-style: solid; border-width: thin } #four { border-style: solid; border-… you can see every div has a different border width that is from the CSS file, I… want to know what is "border-width: thick" in pixels, cm or… Re: border-width Size? Programming Web Development by dev.cplusplus I'm using getStyles, but if I request the 'border-width' property of the element, I'm receiving 'thick', but I want to know what is 'thick' in pixel or cm or some value I can use, 'thick' doesn't help me to situated floating objects: [code] border-style: solid; border-width: thick [/code] Thanks Re: Border images and Wordpress Digital Media UI / UX Design by kimmi_baby …-right:40px; -moz-border-image:url(images/border.png) 30 30 stretch; /* Old Firefox */ -webkit-border-image:url(images/border.png) 30 30 stretch…; /* Safari */ -o-border-image:url(images/border.png) 30 30 stretch; /* Opera */ border-image:url(images/border Border-top-image no worky Digital Media UI / UX Design by cmills83 …what I have...everything works except the entire top border does not. I have tried it this way …and also border-top-image:...Does anyone have any ideas!? thanks!… font-size:12px; border-right:1px solid #FB9709; border-left:1px solid #FB9709; border-bottom:1px solid #FB9709; border-top: 1px solid… Re: Border browser problem Digital Media UI / UX Design by minimogul …:2px solid #000080; border-bottom:2px solid #000080; -moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; -khtml-border-bottom-left-radius…; top: 18px; }[/CODE] I also tried it with border:none; before the other border code. It's not working it firefox. Thanks… border radius not working in tables if background color added in IE Digital Media UI / UX Design by karlcunanan …1em auto; padding: 0; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; overflow: hidden; border: 1px thin; border-collapse: separate; } .color {…18px"align="left" width="400" border="0"> <tr> <… border-collapse Digital Media UI / UX Design by davy_yg …table. #profitlosstbl table { width: 200px; border-collapse: collapse; } #profitlosstbl td { border-collapse: collapse; width: 100%; padding:… 10px; font-size: 12px; border: 1px solid black; } the border-collapse: collapse; It only works if… Border problems. Not working in Firefox Digital Media UI / UX Design by VernonDozier … photos. The relevant line is line 26. The [ICODE]border-bottom[/ICODE] appears to have no effect in Firefox. …lt;table width="586" height="493" border="15" cellpadding="0" cellspacing="0…;&nbsp;</td> <td style="border-bottom:thick #CC3333" bordercolor="#33FF00">… Re: Border-top-image no worky Digital Media UI / UX Design by feoperro Well, let's say you wanted a border to be 300px width, 1px height, black, solid. then in …the same horizontal axis, on the same border, 100px width, 1px height, white, solid - then again: 100px width…, 1px height, black, solid. Now you have a border that "changes" - an image would be easiest instead… Border in button Programming Software Development by jemz … property window.why is that there is a thin black border in my button?but i want that my button has… am using the button..is this possible to remove the border of my button.Like the form it has FormBorderStyle="…;none" it has no border that is exactly what i want for my button.I… Border images and Wordpress Digital Media UI / UX Design by kimmi_baby …What I'm wanting to do is add an image border around the images. I have absolutely no idea how …any help would be great. I have a full size border that just needs to go around the image. .item_image {…: 170px; padding-left: 40px; padding-right: 40px; border-image: url("/images/border.png") 30 30 30 30; } Here is… Re: Border-top-image no worky Digital Media UI / UX Design by DaveSW … the image. [/QUOTE] I took it to mean putting the border directly onto the image, and then the css blanks off… the css top border. I just wondered why go to those lengths when all… do is leave the image intact and put the top border across it using CSS... Maybe not? Re: Border-top-image no worky Digital Media UI / UX Design by zenfulcreations … do is leave the image intact and put the top border across it using CSS... Maybe not?[/QUOTE] Well, depends on… the image... if the image that needs a top border is not the same width as the container box (ie… less width), then the border would extend beyond the left and right of the image… Re: Border-top-image no worky Digital Media UI / UX Design by zenfulcreations …; font: "BankGothic Md BT", Arial, sans-serif; border: 1px solid #FB9709; border-top: none; text-align:left; word-wrap : sWrap… Re: Border problems. Not working in Firefox Digital Media UI / UX Design by colweb Just change line 26 to this: (tested in Firefox 3.0.5 under Linux) [CODE]<td style="border:thin solid #33ff00; border-bottom:thick solid #CC3333">&nbsp;</td>[/CODE] This gives a cell with green borders and a thicker red bottom border. Border browser problem Digital Media UI / UX Design by minimogul I am having trouble with my inputs. I set a border for them one class has a 1px border the other has a 2 px border. It looks fine in Chrome and I have checked everything and I don't understand because someother elements show up with a border. Is this a form issue? Will be waiting for your replies thanks in advance. Border around the total table box, but not the table rows? Digital Media UI / UX Design by aqhalover …; (no fancy CSS columns :/). Anyways, I want a 1px black border around the perimeter of the WHOLE table, not including the… that make since? In other words I just want a border around the table, but I don't want it to… then using CSS to add a border but I clearly failed, it just put a border waaay off of where I wanted… border line problem..... Programming Software Development by Jessurider how can i make the border line to the position shown in the attachment…g2d.setPaint(Color.black); //--- Draw a border arround the page Rectangle2D.Double border = new Rectangle2D.Double(0, 1, 451….224, 696); g2d.draw(border); System.out.println("Width:"+pageFormat.getImageableWidth()); System… Re: Border-top-image no worky Digital Media UI / UX Design by DaveSW I'm lost... why not leave the border off the image and just let it go all the way round? Re: Border-top-image no worky Digital Media UI / UX Design by zenfulcreations [QUOTE=DaveSW]I'm lost... why not leave the border off the image and just let it go all the way round?[/QUOTE] Not sure who you were addressing, and really not sure what you are asking either, LOL. Re: Border around the total table box, but not the table rows? Digital Media UI / UX Design by RoyalElite96 OK I would put <div id="table-border"></div> around your table. And add #table-border{ border: 1px solid #000000; } to your CSS file. Re: border radius not working in tables if background color added in IE Digital Media UI / UX Design by AleMonteiro JorgeM, corner-radius is a CSS 3 feature. It'll not work on earlier versions of any browser. From W3Scholls: > The border-radius property is supported in IE9+, Firefox 4+, Chrome, Safari 5+, and Opera. Re: Border problems. Not working in Firefox Digital Media UI / UX Design by almostbob [code=html]<table rules='all' border='0'> <tr><td>X<td>&nbsp;<td>&nbsp; <tr><td>&nbsp;<td>X<td>&nbsp; <tr><td>O<td>O<td>X </table>[/code] theres no need for anything fancy, table has a rules property that does what you ask Re: border line problem..... Programming Software Development by Jessurider … want is that i want to expand the expand the border line that which you can see in the [B]print… the graphics content space so that i can expand the border line