Jump to content

Css Paina Doubt


littlemoon

Recommended Posts

  • Replies 36
  • Created
  • Last Reply

Top Posters In This Topic

  • Vikkas

    10

  • littlemoon

    10

  • Aavakaaya Biryaani

    8

  • qwerty1204

    6

Top Posters In This Topic

[quote name='Aavakaaya Biryaani' timestamp='1328728886' post='1301391120']
oy darling... asalu okka daanlo kuda work avvatledaa????? css lo mistake em ledu anipistundi naaku....
email body ante koncham clarify in detail... asalu code anni browsers lo work avvali ante ekkdo small word or line add cheyaali anukunta.... asalu tell in deatil we can look into this
[/quote]

nope its not working in chrome, IE firefox..



<body>
<h1>Application</h1>
<fieldset>
<legend>Job </legend>
<dl><dt>Which job are you applying for?</dt>
<dd><% =Model.JobModel.name%></dd>
</dl>
</fieldset>
<fieldset>

<legend>Your Contact Information</legend>
<dl>
<dt>Name</dt>
<dd><%=Model.JobApplication.last_first%></dd>
</fieldset>
</body>

legends madhyalo spacing ravali ante whats d best way?

Link to comment
Share on other sites

[quote name='arey ooo samba' timestamp='1328729159' post='1301391148']
nee code page loo inka emmana css file use cheethundaa..so tht it takes precedence
[/quote]

actually this page is rendered after the form is submitted so its not linked to the master page..
master page form lo vere css file link undi..

would that effect ?

Link to comment
Share on other sites

[quote name='littlemoon' timestamp='1328729369' post='1301391187']

actually this page is rendered after the form is submitted so its not linked to the master page..
master page form lo vere css file link undi..

would that effect ?
[/quote]
i think so

Link to comment
Share on other sites

[quote name='littlemoon' timestamp='1328729369' post='1301391187']

actually this page is rendered after the form is submitted so its not linked to the master page..
master page form lo vere css file link undi..

would that effect ?
[/quote]

sorry no idea abt tht :(

but just chk the css file tht is using in masterfile..chk for any definition abt these tags in tht CSS file..

Link to comment
Share on other sites

[quote name='Vikkas' timestamp='1328729348' post='1301391184']
ur question is not clear.
fieldset ki okkate legend undi kada. mari legend to legend spacing endi???
legend fieldset madhyalo undali anaa nee question??
[/quote]

legend to legend spacing undali..

suppose

<fieldset>
<legend>
////
</legend>
</fieldset>
space
space

<fieldset>
<legend>
////
</legend>
</fieldset>
space
space

<fieldset>
<legend>
////
</legend>
</fieldset>

Link to comment
Share on other sites

[quote name='littlemoon' timestamp='1328729811' post='1301391242']

legend to legend spacing undali..

suppose

<fieldset>
<legend>
////
</legend>
</fieldset>
space
space

<fieldset>
<legend>
////
</legend>
</fieldset>
space
space

<fieldset>
<legend>
////
</legend>
</fieldset>
[/quote]
ee example lo fieldset ki fieldset ki madhyalo spacing undhi kada. mari legend legend space endi.

<br/> use cheyyochu kada. or padding-bottom:20px
ivi anni browsers lo pani chesthayi

Link to comment
Share on other sites

[quote name='Aavakaaya Biryaani' timestamp='1328730154' post='1301391287']
yup padding use cheste it will work........ spacing ivachu using padding... try that once.....
[/quote]


Mama meee technolgies enti CSS lo disco kumesthunaru

Link to comment
Share on other sites

[quote name='Vikkas' timestamp='1328729986' post='1301391266']
ee example lo fieldset ki fieldset ki madhyalo spacing undhi kada. mari legend legend space endi.

<br/> use cheyyochu kada. or padding-bottom:20px
ivi anni browsers lo pani chesthayi
[/quote]

thanu cheppidi kuda aa fieldset spacing gurunchi ee ayyi untadi lee baa

<br/> anedi easiest way of doing it..but kontha mandi tellolu edustaru :)..ala code ni mana istamochinatlu rastunnamu ani..so better way would be..global css file loo br ki edhoo name set chesi untaru..adhi use cheyali...incase BR ki emi definition leka pothe we can write the definition over there

Link to comment
Share on other sites

[quote name='arey ooo samba' timestamp='1328730469' post='1301391320']

thanu cheppidi kuda aa fieldset spacing gurunchi ee ayyi untadi lee baa

<br/> anedi easiest way of doing it..but kontha mandi tellolu edustaru :)..ala code ni mana istamochinatlu rastunnamu ani..so better way would be..global css file loo br ki edhoo name set chesi untaru..adhi use cheyali...incase BR ki emi definition leka pothe we can write the definition over there
[/quote]


idhi e global css file nunchi ravatledhu.. we need to define in page itself...
<br/> use chesthe villu mothukuntaru i know..

Link to comment
Share on other sites

×
×
  • Create New...