Search Results

Showing results 1 to 32 of 32
Search took 0.01 seconds.
Search: Posts Made By: autocrat ; Forum: HTML and CSS and child forums
Forum: HTML and CSS Apr 14th, 2008
Replies: 17
Views: 3,889
Posted By autocrat
Okay... not wanting to come across as critivcal... but does this have to be tables?

You have 3 content zones... and not more than 1 item per row?
That would be 3 divs... thats it!
Maybe 1 outer...
Forum: HTML and CSS Apr 14th, 2008
Replies: 17
Views: 3,889
Posted By autocrat
Well, is the table a fixed width?
Or if percentile, how much of a gap is left?

Dare I say it... you could paste it all in here
(last resort).
I'll grab a copy and work it over.
Forum: HTML and CSS Apr 13th, 2008
Replies: 17
Views: 3,889
Posted By autocrat
You have little choice.
Vertical alignment isn't really something that can be easily done.

If the pages are 'tall' or 'long' (ie. they won't fit in the viewport and you have to scroll), then you...
Forum: HTML and CSS Apr 13th, 2008
Replies: 17
Views: 3,889
Posted By autocrat
Not wanting to sound funny... but we could do with a little more detail.

Okay, so you want to vertically align it...
what size is it?
Is it a fixed height or will it vary?

Can you not supply...
Forum: HTML and CSS Apr 13th, 2008
Replies: 7
Views: 5,447
Posted By autocrat
Okay... you say that you want it to take on the same style as outside the list.
Please tell me you have styling for Paragraphs...????

If so, simply use a Paragraph inside the List (should still...
Forum: HTML and CSS Apr 13th, 2008
Replies: 7
Views: 5,447
Posted By autocrat
There may be a solution, but I can almsot gaurentee that it will only work on a few browsers!
Forum: HTML and CSS Apr 10th, 2008
Replies: 6
Views: 973
Posted By autocrat
Well, for a "quick fix"...
right after you middle div...
add a non breaking space...


<div id="middle">&nbsp;


Of course, it would help if you had a Doc Type, had a 0 (zero) for padding...
Forum: HTML and CSS Apr 10th, 2008
Replies: 6
Views: 973
Posted By autocrat
Any chance of you being a little more specific as to which sections (putting Here1 and Here2 would have been very helpful).
Forum: HTML and CSS Apr 7th, 2008
Replies: 6
Views: 1,154
Posted By autocrat
It's down to how hte Browsers tend to repond - DocTypes tend to act as "how to read this" instructions to the Browser.
You'll find things like Quirks mode and the Box model in IE are different than...
Forum: HTML and CSS Apr 6th, 2008
Replies: 3
Views: 2,513
Posted By autocrat
Oh.. .and a quick check in Google...

http://www.codeguru.com/forum/archive/index.php/t-15117.html
(sorry folks...)

See if that helps.
Forum: HTML and CSS Apr 6th, 2008
Replies: 3
Views: 2,513
Posted By autocrat
erm... possibly the wrong forum... maybe the Programming/Scripting forums would get more answers?


Still, in an effort to assist...
If you are dealing with "calendar values"... then you could...
Forum: HTML and CSS Aug 23rd, 2007
Replies: 4
Views: 2,510
Posted By autocrat
Could you tell us which Iamge you refer to?
You also have Inline styling, which will always overide/take priority external styling.
Forum: HTML and CSS Aug 17th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
Forum: HTML and CSS Aug 17th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
Okay,

- Revision 1 - better placement of footer -


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<!-- saved from...
Forum: HTML and CSS Aug 16th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
regarding "height"

CSS "inherits", and "cascades".
If you have two items, outer and inner... and apply height 50% to each, thenthe outer will be50% of the screen, the inner wil be 50% of the...
Forum: HTML and CSS Aug 16th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
As far as I know, it isn't really possible.
There are waysto make it look that way (e.g. altering the BG image as I mentioned earlier?)... but otherwise no.

By putting in two positions like...
Forum: HTML and CSS Aug 16th, 2007
Replies: 7
Views: 9,225
Posted By autocrat
To be honest, after much looking around, MidiMagic's method is the only way to make it look like a bigger checkbox/radial.

The only alternative is to style the labels and make them "clickable"...
Forum: HTML and CSS Aug 16th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
... Dsiembab ...
ROFLMFAO :D

Still - It took me more than 6 Months straight learning from HTML and sodding Tables to XHTML and pure CSS - and the bugs drove me mad...
so if I see someone who is...
Forum: HTML and CSS Aug 16th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
Okay - I've only done those that needed doing to get the layout correct.

Please pay attention...

1) You have a habbit of the last bit of CSS for each ID not having a closing ; - which means...
Forum: HTML and CSS Aug 16th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<!-- saved from url=(0021)http://test.eezs.com/ -->

<html>

<head>
...
Forum: HTML and CSS Aug 16th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
hmmm, must have forgotte html coding...
I thought things like <img> had to be either..
<img> </img> or <img /> ???

Still... here we go....
Forum: HTML and CSS Aug 16th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
Arg - Validate man, Validate :)

http://validator.w3.org

That will show you a whole bunch of issues with the code...

Still, as you are willing to make the effort - so will I.

Keep an eye...
Forum: HTML and CSS Aug 16th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
...MidiMagic...
I think you "overead" into what he seems to want - a simple two column layout with Header and Footer... nothing complicated nor impossible with that.


...ashneet...
What you...
Forum: HTML and CSS Aug 15th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
okay...

Pleasedefine what you want the page to do.
I am assuming that Header at the top, then contents/nav and footer below the content/nav section.

so, are the content and nav to be seperate...
Forum: HTML and CSS Aug 15th, 2007
Replies: 39
Views: 11,352
Posted By autocrat
Well... part of the problem may be using tables.... you may want to look into DIVS etc instead!

That aside... it will depend on whether you have applied a height to the HTML, Body and the TABLE of...
Forum: HTML and CSS Aug 15th, 2007
Replies: 7
Views: 9,225
Posted By autocrat
Okay... after a quickscout around...

It is not possible (apparently).

That said... you do have alternatives;

If keepig it as Checkbox/Radial is important, then you may need to re-order the...
Forum: HTML and CSS Aug 15th, 2007
Replies: 7
Views: 9,225
Posted By autocrat
To be honest... I didn't thik it was possible to alter certain form elements.

By applying font-size/line-height, you can alter the size of Text-inupts etc... but things like checkboxes I believe...
Forum: HTML and CSS Aug 5th, 2007
Replies: 9
Views: 3,574
Posted By autocrat
what? You where here when I posted it :)
ah well, let us know ... if I missed anything, I may simply build a demo and point you to it... easier for me to build than theorise ;)
Forum: HTML and CSS Aug 5th, 2007
Replies: 9
Views: 3,574
Posted By autocrat
Well, does that work for you ?
Forum: HTML and CSS Aug 5th, 2007
Replies: 9
Views: 3,574
Posted By autocrat
sorry for the typo's etc.
Forum: HTML and CSS Aug 5th, 2007
Replies: 9
Views: 3,574
Posted By autocrat
Okay, thats a pretty big box...

so is your text going to "fit" inside that box exacctly?
(If so, what happens if the user changes text-size or your styling doesn't cover all browsers corretly? ...
Forum: HTML and CSS Aug 5th, 2007
Replies: 9
Views: 3,574
Posted By autocrat
Not quite sure what you are asking for here...

If your text is in a container, such as a Div, then you can apply a Background to that.
You then have the options of the background Not Repeating,...
Showing results 1 to 32 of 32

 


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

©2003 - 2009 DaniWeb® LLC