Table border-collapse Issue
I have border-collapse: collapse set for a table, looks fine except the bottom border is cut-off: Any workaround for this? Thanks ...
I have border-collapse: collapse set for a table, looks fine except the bottom border is cut-off: Any workaround for this? Thanks ...
Hi can anyone help me in maximizing the iframe window so that it make a illusion that its a page not an iframe in mozila and ie both. I have found an article on stack overflow http://stackoverflow.com/questions/1252412/maximize-iframe-so-it-appears-to-be-the-request-page Applying this it solves out the ie issue but not of mozila firef...
I have a document with a few sections and each section can be very varied as its very dynamic. The requirement is that each section if started on a particular page say for e.g. section 1 appears on page 1 and section 2 starts on this page below section 1 should appear on the same page if it can fit completely else it needs to go onto the...
I am developing a new web application, but just found out I am required to use ASP.NET 2.0. Because things were so different back when ASP.NET 2.0 was released, I am finding it hard to determine what method of positioning I should use for the web forms. The web app has 8 or 9 screens, all of which ask a series of questions (average of 1...
I'm building a somewhat large Flex project that includes several modules (a single Flex project that produces multiple SWFs) Right now, I have a single css file, being loaded in the main SWF tag: <s:Application ... > <fx:Style source="css/main.css" /> ... </s:Application> In the CSS file: /* CSS file */ @namespace s "library://n...
Hey guys I'm trying to code this 2 column div layout and I can't think of a way to do what I want... here is the code: #prospectDetailMainWrapper div{ border:1px solid purple; } #leftPanel{ height:600px; padding-right:266px; } #rightPanel{ height:600px; position:absolute; right:0; top:103px; width:265px; ...
Unusual situation. I have a client, let's call them "BuyNow." They would like for every instance of their name throughout the copy of their site to be stylized like "BuyNow," where the second half of their name is in bold. I'd really hate to spend a day adding <strong> tags to all the copy. Is there a good way to do this using jQuery? ...
When making color choices during web design, I use free online tools such as ColorSchemer in which I: click on a color use the colors it suggests for me This makes my designs look better than if I chose colors freely out of a color wheel. But beyond this simple approach, what are are the best strategies for using these tools to make...
On my company's website (www.dmacorporation.com we have a section on the first page that isn't displaying properly. The IDM Integrated Database Management System is appearing as fully justified, but it is supposed to be left justified. I have fixed a local copy to show up properly in other browsers by changing the in-page css to includ...
If you look at some google pages (ie. mail.google.com/tasks) on the iphone they look a lot like native iphone apps. Does anyone know how they got it to mimic the look of the native apps and is there a resource that describes how to do it? Also does one have access to any of the iphone hardware data ( ie. accelerometer data, gps informa...
I'm trying to make a horizontal navigation bar with x number of unknown width buttons on the left, a 150px wide image to cap on the right side, and the space in between the buttons and the cap flows to take up 100% of the width of the screen. I'm not real good at CSS and I've been playing around with different setting using divs, tables,...
Hi everyone, I need to determine which CSS should be applied on some specific pages. I have a master page which has children and default.aspx and services.aspx are ones of the children of Master page. What I want to is when user navigates Default.aspx or Services.aspx,system should apply DefaultCSS file otherwise I want to apply some or...
I have been developing an app to use jQuery's jqGrid plugin, and I thought I had it all wrapped up until I tried to view the grid in IE. In IE, the grid appears with a much larger height in the .ui-jqgrid-view div, but the data itself stays at a smaller size and displays at the bottom of the container div (.ui-jqgrid-view). I need to g...
I'm trying to get some HTML pages to be more compliant and am starting off with simple stuff like removing align="center" in tables, etc. However, I can't seem to get the effect I want using CSS. Stuff I've tried include text-align:middle vertical-align:middle and the most suggested by designer friends margin-left:auto; margin-right...
how to styling jquery slider like bar width, color, size ...
hi, i got a issue, let say i want to display a background image for a link | words | the bars mean the start/end of the link, it doesn`t actually exist and i want the background image display horizontally, but not start from the bar, and end at the bar, i want it start 13px away from the left bar and 13px awa...
I'm trying to put to gether a navigation bar using a table: There are n links to different parts of the website There is one "logout" link, which is an icon of fixed size What I'd like to do is the following. The available width for the whole bar (which is known in advance) minus the required width of the icon should be divided equal...
Hi, I've designed a table in html that uses tbody, tfoot and thead. I would like to put a border-bottom and border-top on my tbody. Which works perfectly well with Firefox and Google Chrome. However Internet Explorer 8 does not display the borders at all. After searching on the internet I haven't found any solution that did not involve...
I have the code like this <div> <span>This is text</span> <span> <dl> <dt><a href="#"><span>Please select category</span></a></dt> <dd> <ul> <li><a href="#">Brazil<span class="value">Cat1</span></a></li> <li><a href="#">France<span class="value">Cat2</span></a></li> ...
I'm trying to build a checkbox list within a select list (like the one for countries here: link text) I'm using Asp.net MVC so it needs to be pure/html &| javascript/JQuery. Is this possable? Or is there already a prebuild one I could download load? Thanks Ripped HTML/CSS: <html xmlns="http://www.w3.org/1999/xhtml" > <head> <style ...