Search Results

Showing results 1 to 38 of 38
Search took 0.01 seconds.
Search: Posts Made By: Fungus1487 ; Forum: HTML and CSS and child forums
Forum: HTML and CSS Jun 25th, 2009
Replies: 7
Views: 431
Posted By Fungus1487
Yes I believe you could, sadly I have never worked with it so I cant offer any help
Forum: HTML and CSS Jun 24th, 2009
Replies: 7
Views: 431
Posted By Fungus1487
you would need some form of server side language to dynamically create a folder/file listing in html using php, asp.net or other.
Forum: HTML and CSS Jan 21st, 2009
Replies: 7
Solved: Need some help
Views: 623
Posted By Fungus1487
easiest way to do this is with javascript and all your content in page.
Example:

with a simple HTML layout like below with your seperate "pages" content in each 'div'.

<div id="content01"...
Forum: HTML and CSS Dec 13th, 2008
Replies: 4
Solved: li vs li li
Views: 582
Posted By Fungus1487
css works by nesting. so...


"li" is found below "ul"


"li" is found below "li"

Example
<div>
Forum: HTML and CSS Sep 18th, 2008
Replies: 7
Views: 1,444
Posted By Fungus1487
Theres two ways to fix this. The following adds a div to push the outer box down below the floated element.

<div class="row" id="rowTxt">
<div class="left"><label for="enq">Enquiry <br /><span...
Forum: HTML and CSS Sep 18th, 2008
Replies: 7
Views: 1,444
Posted By Fungus1487
it would be something like the line-height property of the left hand labels adding a sort of padding to your element. So the actual height of this element is larger than your inputs but not the...
Forum: HTML and CSS Sep 17th, 2008
Replies: 7
Views: 1,444
Posted By Fungus1487
First of all to stop your input/textareas from bouncing everytime you focus them do this.

input,textarea {
height: 1.5em;
width: 15em;
padding: 0;
margin: 1px 1px 1px 1px;
...
Forum: HTML and CSS May 23rd, 2008
Replies: 6
Views: 2,958
Posted By Fungus1487
<center> element is depreciated in html and not supported in xhtml but it would not cause IE to not render an image.

try changing your image names to a.jpg and b.jpg to see if it can find them...
Forum: HTML and CSS May 8th, 2008
Replies: 2
Views: 2,447
Posted By Fungus1487
you can use expressions but these are only picked up by internet explorer and are invalid css markup.


.className
{
width:expression(window.innerWidth ? window.innerWidth + "px" :
...
Forum: HTML and CSS May 8th, 2008
Replies: 2
Views: 1,208
Posted By Fungus1487
Forum: HTML and CSS May 6th, 2008
Replies: 7
Views: 1,066
Posted By Fungus1487
well i am almost certain you cant use relative positioning with the technique you are using but i have frequently used the opening div as a placeholder for inner relative elements.

E.g if you move...
Forum: HTML and CSS May 6th, 2008
Replies: 7
Views: 1,066
Posted By Fungus1487
are you displaying tabular information ?

it very much looks like it.

one thing is tables are NOT bad. But are simply bad when using them for entirely different purposes than they were created...
Forum: HTML and CSS May 6th, 2008
Replies: 3
Views: 1,399
Posted By Fungus1487
Hey there. Personally i would choose the first option as it seems alot broader than your second route. I really must warn you that alot of graduates get IT Admin jobs no matter what the course says...
Forum: HTML and CSS Apr 22nd, 2008
Replies: 6
Views: 1,469
Posted By Fungus1487
the file is not an icon i have downloaded it and checked it.

use a converter such as http://www.favicon.co.uk/ to convert an image file such as a gif into an icon this will then work.
Forum: HTML and CSS Apr 22nd, 2008
Replies: 6
Views: 1,469
Posted By Fungus1487
i dont think your ICO is a proper icon how did you create/convert it?
Forum: HTML and CSS Jan 15th, 2008
Replies: 5
Views: 2,274
Posted By Fungus1487
this will not work as content that expands over more than one whole vertical page wont compensate for the extra height.

the footer will rewmain at the bottom of your screen until you scroll. Then...
Forum: HTML and CSS Jan 12th, 2008
Replies: 10
Views: 1,103
Posted By Fungus1487
we both have clever computers :D
Forum: HTML and CSS Jan 11th, 2008
Replies: 10
Views: 1,103
Posted By Fungus1487
that must mean my computer is cleverer than everyones :D

see attached photo

(yes this is on page load without pressing anything or focusing.
Forum: HTML and CSS Jan 9th, 2008
Replies: 18
Views: 2,232
Posted By Fungus1487
its easier to develop for firefox then adapt to IE than vice versa. although there is a memory leak in firefox which results in memory build up, only noticeable if left open a very very long time.
Forum: HTML and CSS Jan 9th, 2008
Replies: 10
Views: 1,103
Posted By Fungus1487
mine does not show this white line in firefox version 2.0.0.11
Forum: HTML and CSS Jan 9th, 2008
Replies: 3
Views: 1,101
Posted By Fungus1487
no problem at all you can mark the post as solved if you like :D
Forum: HTML and CSS Jan 9th, 2008
Replies: 3
Views: 1,101
Posted By Fungus1487
its is because the bar is positioned absolutely.

and when you set a width of 100% it is 100% of the viewable area so when your content is larger than your browser it exceeds 100%.


dont...
Forum: HTML and CSS Aug 20th, 2007
Replies: 4
Views: 986
Posted By Fungus1487
Forum: HTML and CSS Aug 20th, 2007
Replies: 4
Views: 986
Posted By Fungus1487
answer: yes


answer: correct. it is not valid html4.01


answer:correct ^ as above


answer: you should be able to use ul to suit your needs.
Forum: HTML and CSS Jul 13th, 2007
Replies: 6
Views: 4,785
Posted By Fungus1487
just take a look at this fellas source code and use it for top-left-righ+bottom ?
Forum: HTML and CSS Jul 10th, 2007
Replies: 6
Views: 4,785
Posted By Fungus1487
i dont think that png alpha values are suported in 5.01 i saw somebody make a hack around it. it was very nasty tho
Forum: HTML and CSS Jul 9th, 2007
Replies: 6
Views: 4,785
Posted By Fungus1487
it looks fine to me ? ive just looked at it in ie 7 wat ver of ie u used ?
Forum: HTML and CSS Jun 20th, 2007
Replies: 5
Views: 2,113
Posted By Fungus1487
two ways.

1) USE TABLES

2) add a margin to your content i.e. <div style="margin-left:200px;">CONTENT HERE, CONTENT HERE</div>

hope that helps
Forum: HTML and CSS Jun 15th, 2007
Replies: 10
Views: 3,052
Posted By Fungus1487
majority of people use I.E. wouldnt it make sense to get it to work in that first ? although theres no reason why you cant get something working across all browsers. it just takes TIME and EFFORT
Forum: HTML and CSS Jun 13th, 2007
Replies: 10
Views: 3,052
Posted By Fungus1487
i see no red on the page ? i see a small green box in the upper left corner. and btw i dont think min-height works in IE or it could be that it works just in IE
Forum: HTML and CSS Jun 7th, 2007
Replies: 10
Views: 3,052
Posted By Fungus1487
i dont understand which id and class refer to which item, perhaps a link to your page would help ?
Forum: HTML and CSS Jun 7th, 2007
Replies: 2
Views: 2,453
Posted By Fungus1487
<HEAD>
<STYLE type="text/css">
background-image: url('imageurl.jpg');
background-repeat: no-repeat;
background-position: 30% 20%;
</STYLE>
</HEAD>


you can change the...
Forum: HTML and CSS Jun 7th, 2007
Replies: 5
Views: 1,154
Posted By Fungus1487
well access isnt free lmao. Another LONG alternativie is to use flash/actionscript to achieve this form thing but again that would require a version of macromedia flash.
Forum: HTML and CSS May 4th, 2007
Replies: 2
Views: 1,725
Posted By Fungus1487
the only way i know of making this work across all browsers would be to use Javascript. You could google search javascript marquee and there will be hundreds of examples. But then this would rely on...
Forum: HTML and CSS May 4th, 2007
Replies: 2
Solved: Submit help
Views: 1,056
Posted By Fungus1487
there are a couple of ways of achieving this but what are you expecting to use javascript or PHP would be most suitable.

If your unsure, for PHP you will require a server with PHP installed on it...
Forum: HTML and CSS Apr 29th, 2007
Replies: 3
Views: 3,459
Posted By Fungus1487
ok if your running this from a web page (which im guessing you will be doing as what else would you be doing here) then yes you will need hosting. Or alternatively use a free video hosting site such...
Forum: HTML and CSS Apr 28th, 2007
Replies: 3
Views: 3,459
Posted By Fungus1487
can u post the code or the link to the code ?
Forum: HTML and CSS Apr 27th, 2007
Replies: 4
Views: 4,361
Posted By Fungus1487
ok this could be a long winded approach to what your after, why not use Javascript to create a Hidden ComboBox Which when the user selects your special choice in the main ComboBox will hide the...
Showing results 1 to 38 of 38

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC