[css-d] site check and dropdown menu issue

2008-01-03 Thread Cem Meric
Hi all, Can someone tell me why dropdown menu looks awkward. http://webunder.com.au/sandbox/ I can use some advice on this. Thanks, -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions Pty Ltd __ css

Re: [css-d] handheld css

2006-11-03 Thread Cem Meric
when you show them a competitor web site with no CSS implementation :) Regards, -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions Pty Ltd __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] "email this page" feature

2006-10-24 Thread Cem Meric
>From the code: E-mail story The question I have with this is did the developer have to manually enter the http://www.kalkadoon.net/ Kalkadoon Corporate Solutions Pty Ltd __ css-discuss [EMAIL PROTECTED] http://www.css-discuss

Re: [css-d] Help! - Styling Forms

2006-10-05 Thread Cem Meric
dependent I believe. Sorry :( -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions Pty Ltd __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

Re: [css-d] removing HTML tables, redesign to use CSS

2006-08-19 Thread Cem Meric
advance. You can always read! http://css-discuss.incutio.com/?page=FrontPage or perhaps hire a contractor.. -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Help with layout.

2006-05-23 Thread Cem Meric
ere ;) http://css-discuss.incutio.com/ -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss

Re: [css-d] Layout Done... Now what about content?

2006-05-22 Thread Cem Meric
echnical users asked to use, to > insert their text/images without destroying compliancy? Yes! I prefer http://tinymce.moxiecode.com/ Hope that helps -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __

Re: [css-d] Empty space in image gallery.

2006-05-22 Thread Cem Meric
> Look: > http://www.pripisa.sk/ubytovanie/penzion-zeleny-dom--rajecke-teplice-18/ > Why is there this empty space in the gallery? > Can you be a bit more specific please since the page you're referring to is not in English neither a picture gallery? -- Cem Meric | http://

Re: [css-d] site check / images in header question

2006-05-22 Thread Cem Meric
displayed with a floating design, I will initially have a > different image for each page. Random images might come later :) > You are correct. In fact I've used ASP for this example. See my code for random name changes for the header image; http://kalkadoon.net/sandbox/fitness-boot-camps/condi

Re: [css-d] Print style sheet?

2006-05-02 Thread Cem Meric
-after: always; } Sadly, IE doesn't fully support this declaration :( -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/cs

Re: [css-d] Design question

2006-05-02 Thread Cem Meric
your declarations. Also, if you are using dynamic content, it's handy to use a unique attribute for BODY tag coming from your page data. It makes it easier for future alterations on any particular page from CSS. Have a look at the BODY tag on my site for an example. Hope t

Re: [css-d] 5 column CSS box

2006-05-02 Thread Cem Meric
k fixes ;) position: absolute; http://kalkadoon.net/sandbox/5-column/absolute-boxes.html or float: left; http://kalkadoon.net/sandbox/5-column/boxes.html and don't forget Daniels advice on 'clear: left;" good luck, -- Cem Meric | http:

Re: [css-d] Design question

2006-05-02 Thread Cem Meric
e 5 or more pages > are provided to build a solid site. Maybe I need to go back and look at > those again. > > I guess one thing that is puzzling is when I see a 800px fixed width home > page and then the size seems to go wide or fluid. > Hi Mark, Is that a quest

Re: [css-d] Question on mobiles again

2006-05-02 Thread Cem Meric
rkings of CSS on mobile browsers? Tricky one that is. To my knowledge, there isn't a universal rule covering all mobile browsers when it comes to images with 'display:none;' statement. Until then, keep paying a bit extra unfortunately.

Re: [css-d] Render divs oposite of source order

2006-04-28 Thread Cem Meric
our point.. http://kalkadoon.net/sandbox/below/summary-bottom.html -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing

Re: [css-d] Render divs oposite of source order

2006-04-28 Thread Cem Meric
> I have a html source which I cannot edit, only through css. > > > some summary > some content > > > How do I make the 'summery' render in below the 'content' in the browser? You could try this; http://kalkadoon.net/sandbox/below/summary.htm

Re: [css-d] IE4 and CS?

2006-04-20 Thread Cem Meric
ower. * http://www.upsdell.com/BrowserNews/stat.htm -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] Problem with a 1px offset in IE 6

2006-04-19 Thread Cem Meric
org, also would recommend revising your code. See my version; http://www.kalkadoon.net/sandbox/ukkie-online.nl/digitaal-doordraven.html http://www.kalkadoon.net/sandbox/ukkie-online.nl/eigen-resolutie.html Hope that helps -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corp

Re: [css-d] - width being ignored

2006-03-18 Thread Cem Meric
en the words. Try this instead "Allergy /Asthma /Breathing /Lung" -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Simple Word Processor with CSS

2006-03-08 Thread Cem Meric
> I am looking for a program that can modify and/or create HTML pages using > an existing external CSS file. http://tinymce.moxiecode.com/ will do your job well with css, xhtml etc. you can even define css files just for your CMS backend. -- Cem Meric | http://www.kalkadoon.net/ Kal

Re: [css-d] anchor border clipped in IE

2006-03-08 Thread Cem Meric
see it easier here; http://kalkadoon.net/sandbox/border-clipped/clipped.html But if you add extra padding to p and td it will match with the anchor. http://kalkadoon.net/sandbox/border-clipped/clipped-not.html -- Cem Meric | http://www.kalkadoon.net/ Kalka

Re: [css-d] IE footer problem

2006-03-06 Thread Cem Meric
this fix = not known :( -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.

Re: [css-d] Unwanted three pixel padding-bottom of image in div

2006-03-05 Thread Cem Meric
not be appropriate e.g. http://kalkadoon.net/sandbox/three-pixel-padding/inline.html -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman

Re: [css-d] Unwanted three pixel padding-bottom of image in div

2006-03-05 Thread Cem Meric
declaration with the same value as the image in order to wrap it perfectly. With the height declaration; http://kalkadoon.net/sandbox/three-pixel-padding/three.html Where as if change the DOCTYPE to XHTML 1.0 Transitional you get this; http://kalkadoon.net/sandbox/three-pixel-padding/pixel.html

Re: [css-d] multicolor words

2006-03-04 Thread Cem Meric
sh that unless you really want to create a "truly ugly web page" with like this code below; UGLY Or with CSS UGLY -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __ css-discuss [EMAIL PR

Re: [css-d] Trouble implementing CSS Layout design

2006-03-03 Thread Cem Meric
StickyNote). > > 2) How do I set the gradient as a background and scale it, while still > having text on top (that can be editable)? > > 3) The display is *completely* broken in IE. > > Thanks! > > Andrew. It's very simple, css rounde

Re: [css-d] IE Dropping Right Column

2006-03-02 Thread Cem Meric
e my comments on the blackboard; http://www.kalkadoon.net/assets/css/v1/default.css Sorry! I wish I could help you. Are you using Mambo, Joomla or something? -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __

Re: [css-d] Absolute-positioned LEGEND element in Firefox

2006-02-27 Thread Cem Meric
ould these be any helpful? http://kalkadoon.net/sandbox/html-monkey/primate.html http://kalkadoon.net/sandbox/html-monkey/monkey.html -- Cem Meric | http://www.kalkadoon.net/ Kalkadoon Corporate Solutions __ css-discuss [EMAIL

Re: [css-d] Horizontal alignment for Meyer photo gallery/ Win IE irregularity

2006-02-25 Thread Cem Meric
sandbox/pictures-of-the-war/vietnam.html Good luck with your book. Best regards, Cem Meric Kalkadoon Corporate Solutions www.kalkadoon.net __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Legend of the Fieldset

2006-02-24 Thread Cem Meric
} > Nice one Marc, I like the way you've put it. How about some monkey magic ;) http://kalkadoon.net/sandbox/html-monkey/monkey.html http://kalkadoon.net/sandbox/html-monkey/primate.html Hope that helps. Cem Meric Kalkadoon Corporate Solutions www.kalkadoon.net __

Re: [css-d] gap between 2 div

2006-02-23 Thread Cem Meric
auris et eros eget erat dapibus mollis. Mauris laoreet posuere odio. Nam ipsum ligula, ullamcorper eu, fringilla at, lacinia ut, augue. Nullam nunc.> This way you are also getting rid of unnecessary markup from html as well.

Re: [css-d] CSS Media

2006-02-20 Thread Cem Meric
> > When a browser is loading a page (ie. where media="screen"), does a > browser load/cache alternate stylesheets that are additionally > declared in the page like so? > > /> Good question, browser wouldn't know when you will need/call the print s

Re: [css-d] browser / viewport height problem

2006-02-09 Thread Cem Meric
odyContent Change => div#bodyContent margin as => margin: 0 0 0 167px; I would also suggest replacing your top navigation with CSS e.g. http://tutorials.alsacreations.com/modelesmenus/hd2.htm Regards, Cem Meric Kalkadoon Corporate Solutions

Re: [css-d] Using the CSS Validator

2006-01-30 Thread Cem Meric
Below is what I get for your pages; Result: Passed validation File: upload: //Form Submission Encoding: utf-8 Doctype:XHTML 1.0 Transitional Root Namespace: http://www.w3.org/1999/xhtml It looks like you're on the right path. Regards,

Re: [css-d] How to define CSS alt/title attributes in stylesheet

2006-01-13 Thread Cem Meric
ound 50 pages where you have to nominate different keywords for every page in order to maximise your SEO outcome. See where I am getting? This would be against the core principles of CSS which I believe to generate more with less code in size. Regards,

Re: [css-d] Hello - New Guy - And Question

2006-01-13 Thread Cem Meric
/* ADD THIS LINE */ background: #fff url(images/topMenu_tab_on_bg.gif) repeat-x top left; float: left; margin: 0 6px 0 0; padding: 4px 8px; } Regards, Cem Meric Kalkadoon Corporate Solutions __ css-discuss [EMAIL

Re: [css-d] one true layout Firefox (1.5!) issue

2006-01-11 Thread Cem Meric
r; .. rel="Accessibility" href="#template_content" title="Skip Navigation" .. .. Skip to Navigation .. One last thing, after it becomes it becomes 32767px tall, try resizing your FF ;) you'll see a difference. Regards, Cem Meric Kalkadoon Corporate Solutions --

Re: [css-d] Centering problem

2005-12-01 Thread Cem Meric
ly; http://css.maxdesign.com.au/listamatic/horizontal16.htm Regards, Cem Meric Kalkadoon Corporate Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mário Gamito Sent: Friday, 2 December 2005 8:56 AM To: css-d@lists.css-discuss.org Subje