Re: [css-d] Unreset Styles

2009-11-04 Thread Parag Jagdale
Have you thought of doing it the other way? 1. Put new code in div class=newcss (or maybe body class=newcss) 2. Then, prefix all reset styles with div.newcss This will give you new code bloat too, but then all you to do is remove the div.newcss once the legacy code is all updated Parag On Wed,

Re: [css-d] Trying to control floats on page

2008-08-28 Thread Parag Jagdale
Hi Reg, in this style: #main { margin-left:220px; margin-right:10px; overflow:auto; } you have a margin-left:220px; change it to margin-left:10px; like so: #main { margin-left:10px; margin-right:10px; overflow:auto; } And your problem should be fixed. Thank You, Parag Jagdale Un

[css-d] Suckerfish dropdowns not working in IE6 or 7

2008-02-27 Thread Parag Jagdale
it. -- Thank You, Parag Jagdale Un-identified LLC www.un-identified.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] Suckerfish dropdowns not working in IE6 or 7

2008-02-27 Thread Parag Jagdale
-over. Make the relevant line... this.className = this.className.replace(new RegExp( sfhover\\b), ); ...and it'll work as intended. -- Thank You, Parag Jagdale Un-identified LLC www.un-identified.com __ css-discuss [EMAIL

Re: [css-d] dropdowns appearing behind content

2008-02-27 Thread Parag Jagdale
content area at http://www.blackfootchallenge.org/3col.html. Anyone know? Thank You, Parag Jagdale Un-identified LLC www.un-identified.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] Suckerfish + Sliding Doors IE problem with mouse out

2008-02-19 Thread Parag Jagdale
that is different when I attempt to put this into the cms from my test site, so I am stumped. Maybe some fresh eyes will reveal a stupid mistake. Here's the failing example: http://universityinterview.com/About-CareerCam/ It is the same result for every page. -- Thank You, Parag Jagdale Un-identified LLC

Re: [css-d] hand coders vs wsywig coders...I had no idea

2008-01-25 Thread Parag Jagdale
://www.evolt.org/help_support_evolt/ -- Thank You, Parag Jagdale Un-identified LLC www.un-identified.com __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Table extending past 100% of browser window width

2007-07-26 Thread Parag Jagdale
Philippe, I tried what you suggested: I added float:left; to div#mainContainer{ float:left; position:relative; text-align:left; min-width:800px; height:100%; } In FF, it seemed to work, but it didnt extend all the way to contain the whole table. For IE7, the content area

Re: [css-d] Table extending past 100% of browser window width

2007-07-25 Thread Parag Jagdale
Does anyone have any ideas? I have scoured the internet for a solution and the only one I found close to helping me is this: http://blog.gilluminate.com/2005/10/12/large-tables-inside-of-css-two-column-layout-causes-problems Applying the solutions means adding more scroll bars. I would definitely

[css-d] Table extending past 100% of browser window width

2007-07-24 Thread Parag Jagdale
hello, I am having problems with tables that are too wide for a browser window. The client has existing html code that they cannot change in the near future and so I have to work with whats already there, and whats there is very very ugly. Here is the example:

Re: [css-d] Site Check ::Jehangir::

2007-02-13 Thread Parag Jagdale
I dont think your css is linked right - the styles are not applied at all. Parag __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List

Re: [css-d] Divs misaligning in IE only

2007-02-13 Thread Parag Jagdale
I believe you are missing a float:left; in #maincontent so it should look like: #maincontent { float:left; padding-left:12px; border-left: 1px solid #FFCC66; margin-left: 236px; } Parag __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Problem with menu in IE7 works in FF and IE6

2007-02-02 Thread Parag Jagdale
Has anybody gotten a chance to look at this problem? Thanks, Parag On 2/1/07, Parag Jagdale [EMAIL PROTECTED] wrote: Hello, I am having problems with a menu in IE7. I cant figure out the problem. Any help is appreciated. The web site is at: http://www.rgampadds.com You can find css files

Re: [css-d] Problem with menu in IE7 works in FF and IE6

2007-02-02 Thread Parag Jagdale
Ingo, Just removing the height on #menuVertical worked by itself! Thanks a lot! Parag Jagdale __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

[css-d] IE7 problem

2007-01-31 Thread Parag Jagdale
I have tested in FF and IE6, but I have a problem with the menu for www.rgampadds.com in IE7, anyone have any suggestions? Here is the code: div id=menuContent div id=menuContainer

[css-d] What is a simple alternative to JS+CSS rounded corners

2006-12-27 Thread Parag Jagdale
/portalBox_blue_foot.jpg); background-repeat: no-repeat; } What I want to know is am i just being stubborn about not using an easier solution(The JS), or am I right saying that the solution is too complex and no JS should be involved? If there is a better no JS solution, im all ears! Thank You, Parag Jagdale

Re: [css-d] What is a simple alternative to JS+CSS rounded corners

2006-12-27 Thread Parag Jagdale
Wehner [EMAIL PROTECTED] wrote: On 12/27/06, Parag Jagdale [EMAIL PROTECTED] wrote: So the company I am working for suggests the use of one of the Javascript+CSS rounded corners solutions. But I myself do not believe in using Javascript for pure presentation, and I believe that sacrificing