6,558 Topics
| |
I'm trying to use an HTML table layout to "organize" several components, one of which is an cfgrid... but nothing shows up, the cfgrid doesn't populate. In fact, in the following example, only the first row of the HTML table is painted in the browser. here's a sample: [code] <html> … | |
Hi, I now am 100% CSS with no table in sight (except for the odd bit of truely tabuler data) and I find thayt my pages now lack suitable scroll bars (the ones I have played with are intrusive (look a bit old fashioned)). I am looking at the ready … | |
Hi, Guys can you help me on this, I designed in MACROMEDIA FW, and I want to achieve the same effect in CSS, here is the CSS CODE div#search{ width: 4em; float: left; text-align: right; margin-right: 0.5em; margin-top: -5px; display:block; } I want it to be like this (see below) | |
Hi everyone I just started using css and I was wondering if anyone knows of some SIMPLE yet nice templates I can get hold of that are easy for newbie to modify. I looked at the site dexterz suggested but they were a bit confusing. Can anybody tell me where … | |
Hi, 10 CSS layout Templates for you to practice or use in your project. Click the link to download them all. [url]http://www.ex-designz.net/template/tempcat.asp?cat_id=13[/url] By: [url]www.ex-designz.net[/url] | |
Hi All, I am generating a series of tables in CSS. The tables should repeat themselves for a number of times governed by a counter that is calculated at runtime by the ASP code. The problem is that I have used top margins to position the tables in the ASP … | |
hi again is there a way to change css rules using javascript? i have this: [INLINECODE]<style type="text/css"> .flash { position:absolute; left:52px; bottom:30px; } .logo { position:absolute; left:0px; top:20px } </style>[/INLINECODE] and i want to change .logo and .flash attributes depending on the window size... thanks | |
Hi, I have a few blogs, and I'm interested in cleaning them up and making them more space efficient. Specifically, I'd like to increase the body, decrease the margins, and add a right sidebar, in addition to the left sidebar that already exists. Can someone please help me? Perhaps with … | |
| Hello, I have created a list of links that serve as the left side navigation that I include in every page of my site. I add it using Frontpage's Webbot include [CODE]<!--webbot bot="Include" U-Include="navigation/leftmenu.htm" TAG="BODY" -->[/CODE] On leftmenu.htm I have included some internal CSS to make links and visited links … |
How to open HTML page in a browser with specific options selected in drop-down boxes? Hi Everybody, The task that I have is from Perl script to open HTML page in a browser with specific options selected in drop-down boxes and edit fields using POST method. The good example of … | |
HI, [COLOR=#000000]i want a pure HTML editor,Can support syntax high color.[/COLOR] [COLOR=#000000]some tell me[/COLOR] | |
Suppose there is a very simple web page. [CODE]<html> <head> <style type="text/css"> #logo{ background-color: red; position: absolute; top: 0px; left: 0px; width: 100px; height: 100px; } #banner{ background-color: blue; position: absolute; top: 0px; left: 100px; width: 500px; height: 100px; } #content{ background-color: green; position: absolute; top: 100px; left: 0px; width: … | |
Hi guys, first & foremost, my apologies if this is posted in the wrong zone - feel welcome to move it if necessary. OK, and on to my situation... I'm attempting to rewrite my navigation bar (vbulletin) to use images as oppose plain text. I used to frontpage2003 to start … | |
Can anybody point out what's stopping the header section of [url]www.xtremeinc.co.uk/xyz[/url] looking like [url]http://xion.pointclark.net??[/url] (That is, the stupid margin around the header block) I've gone through the stylesheet and can't find the margin/padding responsible, I know I'll be missing something stupid... Virtual cookie to the first to diagnose :icon_mrgreen: | |
Anyone know how to get HTML code from the URL in php? | |
Suppose i upload a word file and see it html view. How it is possible in php? | |
I have a report page generated off of a database application. It is designed to be printed out, and I did my best to make the page as printer-friendly as possible. However, I have a problem. The layout works fine on landscape print format, but on portrait format, some longer … | |
I am using this code in my html file:- [code] <address>Last Modified <!--#config errmsg="Yesterday" --><!--#config timefmt="%A %d %B %Y" --><!--#flastmod file="index.html" --> </address> [/code] Is there a way i can put this in my stylesheet to save me doing it on each page? thanks :) | |
Help me Plz, thank you!!! | |
[code] <html><head><title>Change the cursor using css, by #2pencil</title> <style type="text/css"> p.auto{ cursor:auto; } p.cross{ cursor:crosshair; } p.default{ cursor:default; } p.pointer{ cursor:pointer; } p.move{ cursor:move; } p.eresize{ cursor:e-resize; } p.neresize{ cursor:ne-resize; } p.nwresize{ cursor:nw-resize; } p.nresize{ cursor:n-resize; } p.seresize{ cursor:se-resize; } p.swresize{ cursor:sw-resize; } p.sresize{ cursor:s-resize; } p.wresize{ cursor:w-resize; } p.text{ … | |
hi, i have a jsp page, in this page i am displaying data retrieved from mysql database. Now [B][U]the problem is i must color table cell based on cell value[/U][/B]. how to implement this.please give me an sample or working code foe this problem.( any code is accepted) preferably html … | |
What happened to the HTML and CSS help forum? It's gone. | |
hi i am new to this site but i cnt seem to find a css forum, is there one? if so where lol, if there isnt one could i plese start one? thanks | |
Hi, First post here :) Basically I have 2 columns, both with different background colours that need to be the same height Both columns are fluid - they use a percentage of the screen for their width so are not fixed for example the left column is 25% and black … | |
Good morning, Is there a php function that will take the text out of a tag in a variable that has HTML in it? What I want to do is get the text from in-between the <h1> tags and use it as a title in my meta tags. Let's say … | |
Hi, I new to CSS and I can't seem to find the solution to my problem anywhere online. The page in question is [url=https://webfiles.berkeley.edu:443/hekevintran/public_html/test%20copy/programming.html]here[/url] Right now the page looks like this: [url=https://webfiles.berkeley.edu:443/hekevintran/public_html/have.jpg]here[/url] This is what I want it to look like: [url=https://webfiles.berkeley.edu:443/hekevintran/public_html/want.jpg]here[/url] I don't want any text to wrap around … | |
Can anyone please help me figure out why my footer will not position at the bottom of my HTML and CSS page? I have been banging my head against my monitoring trying to figure this out for hours. My page is located here: [url]http://www.thesummitagency.com/WheelsnWaves/cars-trucks-list-page-test.html[/url] Here is a list of things … | |
hi hello friends, i need an help from all of u. problem: i have a jsp page, in that jsp page i am displaying data retrieved from backend that is mysql in table format, i am not having any problem in that. now i want to color the table individual … | |
i have this on my site but its working in IE but not mozilla,any hacks you know to solve this: html, body{ scrollbar-face-color:#FF9900; scrollbar-base-color:#FF9900; scrollbar-arrow-color:#000; scrollbar-track-color:#ffffff; scrollbar-shadow-color:#FF9900; scrollbar-highlight-color:#EBF5FF; scrollbar-darkshadow-Color:#fff; } | |
I'm trying to teach myself CSS. The only thing I've used it for before was for text formatting but now I'm trying my hand at positioning the elements through CSS. The issue I've run into is that I have an element that is offset by so many pixels to the … |
The End.